net-wireless/iwmenu: drop 0.1.1

remove unused local flag

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2025-09-23 10:29:20 +02:00
parent 1d5a4105c2
commit b092a673c4
3 changed files with 0 additions and 63 deletions

View File

@@ -1,5 +1,3 @@
DIST iwmenu-0.1.1-crates.tar.xz 21439344 BLAKE2B de97144932b081a56e6e1ba5ba3d109027f079469d59bb994ea65eefda7ae52d5918d08bb5eadea04039c501682c57a4b2ceb6fec363739b48543683300ad44c SHA512 0da36475854d3a0d36e59e4921444353b33b48bf077aa780477c9f42ed42751f56bd070e32fac968d949a13f0a6bd01341ba6429227257c20738ed2ec9391954
DIST iwmenu-0.1.1.tar.gz 1572896 BLAKE2B 11ab599f596ad01e0789fcb916300d35c3f7a6970d8974550c8fe9baca10a4b85ad52ee9071c1b956e9f22a120bc0a42364c4d715ace8d98b51f5a6cfd0986f8 SHA512 c0163de62c24a5f6745e0c893ad61b740ad47aba73e223c8eb0c65fdcb9ac076e5aee718598c0048950a8b20e133b06ab3aba480c12641a12dcdd6281d2dd025
DIST iwmenu-0.2.0-crates.tar.xz 29200392 BLAKE2B 41eb5cb23be7585f60e9aaeb105f4ec0124cca44db97d62b0d68b164f62fb9f8541dc11c22ef2ff590ad4e5bf2db6815da8b5a4eee243a7c65d4b734b14ec873 SHA512 a77ea6a4fd8a06d2042bfec322a26010dba3c1a5a9f3676c5998b6826b64625fa09991f24c588349f97e74ad8dfb23462de745e4936e7f810d7ac950b60c9ebb
DIST iwmenu-0.2.0.tar.gz 1577668 BLAKE2B f1111158bb8f7bd2942b9e41a5d8321364a933146c18b7b9eb1782afbae97c12824362292d0fb9034e426e0cce09e707bb63b5f3cd78683ac645a3906f76aae5 SHA512 ed96dcfeb06aae08ee47033921868c820d4796809e681d788a5be0bd6a33b11671b36407bbed663b5e5de542a63eafe70789f1a6d250fb0fe72361bddb54446c
DIST iwmenu-0.3.0-crates.tar.xz 22462312 BLAKE2B 17bad91c80db9fa1c8ff3ccbbd251891d53d736531884b20b6b6e0feca89ea490b03f473855a14827878f0c1c66a60cf8191ebef56d25027ae3723e378c2107e SHA512 164e191b76ea6b14c90c3b3273844831159d836c29f18cb906d42c0f3e722f1b16c6f2a0d15834c0769d859136997b6a663272fc6c7a97a7abc9b74de73c49d7

View File

@@ -1,57 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
inherit cargo
DESCRIPTION="Menu-driven Wi-Fi management interface for Linux"
HOMEPAGE="https://github.com/e-tho/iwmenu"
SRC_URI="https://github.com/e-tho/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz"
LICENSE="GPL-3"
# Autogenerated by pycargoebuild
# Dependent crate licenses
LICENSE+="
LGPL-2.1 MIT Unicode-DFS-2016
|| ( Apache-2.0 Boost-1.0 )
"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+nerdfonts"
DEPEND="
net-wireless/iwd
nerdfonts? ( media-fonts/symbols-nerd-font )
"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED="usr/bin/iwmenu"
src_prepare() {
default
sed -i -e 's/^strip = true$/strip = false/g' Cargo.toml || die "failed to disable stripping"
}
src_install() {
cargo_src_install
local DOCS=(
LICENSE.md README.md
)
einstalldocs
}
pkg_postinst() {
elog "Compatibility with :"
elog "gui-apps/fuzzel gui-apps/wofi x11-misc/dmenu x11-misc/rofi"
elog "Use custom mode if your launcher is not supported."
if use !nerdfonts; then
elog "\nUse \"--icon xdg\" for image-based icons from your XDG theme."
fi
}

View File

@@ -5,11 +5,7 @@
<email>nicolas.parlant@parhuet.fr</email>
<name>Nicolas PARLANT</name>
</maintainer>
<use>
<flag name="nerdfonts">Using nerdfonts icons</flag>
</use>
<upstream>
<remote-id type="github">e-tho/iwmenu</remote-id>
</upstream>
</pkgmetadata>