summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 19:43:59 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 19:43:59 +0000
commitb44d1318954c9995cec7f71f63e0899a40a1f04f (patch)
tree366c9c0704574229ab3c52463d93e8868240791b /net-wireless
parentRemove old. (diff)
downloadgentoo-2-b44d1318954c9995cec7f71f63e0899a40a1f04f.tar.gz
gentoo-2-b44d1318954c9995cec7f71f63e0899a40a1f04f.tar.bz2
gentoo-2-b44d1318954c9995cec7f71f63e0899a40a1f04f.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/rfkill/ChangeLog7
-rw-r--r--net-wireless/rfkill/rfkill-0.4.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/net-wireless/rfkill/ChangeLog b/net-wireless/rfkill/ChangeLog
index 3d752d4e793e..a4379b9dabda 100644
--- a/net-wireless/rfkill/ChangeLog
+++ b/net-wireless/rfkill/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/rfkill
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.18 2013/06/26 11:59:04 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.19 2015/04/29 19:43:59 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -rfkill-0.4.ebuild:
+ Remove old.
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
Stable for arm, wrt bug #474294
diff --git a/net-wireless/rfkill/rfkill-0.4.ebuild b/net-wireless/rfkill/rfkill-0.4.ebuild
deleted file mode 100644
index 8371c7e8a0c1..000000000000
--- a/net-wireless/rfkill/rfkill-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.4.ebuild,v 1.8 2013/02/02 04:36:16 zerochaos Exp $
-
-EAPI=3
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
-HOMEPAGE="http://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 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-devel/make"
-
-CC=$(tc-getCC)
-LD=$(tc-getLD)
-
-src_compile() {
- emake V=1 || die "Failed to compile"
-}
-
-src_install() {
- emake install V=1 DESTDIR="${D}" || die "Failed to install"
-}