summaryrefslogtreecommitdiff
path: root/net-wireless/rfkill/rfkill-1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-19 17:59:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-19 17:59:37 +0000
commit150a86a9cb006b4800d6517d58532b8a556fec1e (patch)
tree0cea769c7bef669c4dfe19e7805593f6f34033fb /net-wireless/rfkill/rfkill-1.0.ebuild
parent1cb0dd91756f77b25d6cc22318dc85187ed084cb (diff)
gentoo auto-resync : 19:01:2023 - 17:59:37
Diffstat (limited to 'net-wireless/rfkill/rfkill-1.0.ebuild')
-rw-r--r--net-wireless/rfkill/rfkill-1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-wireless/rfkill/rfkill-1.0.ebuild b/net-wireless/rfkill/rfkill-1.0.ebuild
deleted file mode 100644
index ab501bd65735..000000000000
--- a/net-wireless/rfkill/rfkill-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
-HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/rfkill"
-SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
-DEPEND=""
-
-src_prepare() {
- sed -i 's#rfkill.8.gz#rfkill.8#' Makefile
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LD="$(tc-getLD)" V=1
-}
-
-src_install() {
- emake install V=1 DESTDIR="${D}"
-}