diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-11-25 19:00:23 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-11-25 19:00:23 +0000 |
commit | 7ab0b74240d853285192367bc4463c23fb947769 (patch) | |
tree | 15ec57cc04a5592aa405feba9a79f258597066a1 /net-wireless/rfkill | |
parent | ia64 stable wrt #434522 (diff) | |
download | gentoo-2-7ab0b74240d853285192367bc4463c23fb947769.tar.gz gentoo-2-7ab0b74240d853285192367bc4463c23fb947769.tar.bz2 gentoo-2-7ab0b74240d853285192367bc4463c23fb947769.zip |
remove old unstable ebuilds
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/rfkill')
-rw-r--r-- | net-wireless/rfkill/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/rfkill/rfkill-0.1.ebuild | 28 | ||||
-rw-r--r-- | net-wireless/rfkill/rfkill-0.2.ebuild | 28 |
3 files changed, 5 insertions, 57 deletions
diff --git a/net-wireless/rfkill/ChangeLog b/net-wireless/rfkill/ChangeLog index 09d85a8ea1e1..ced959a53d44 100644 --- a/net-wireless/rfkill/ChangeLog +++ b/net-wireless/rfkill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/rfkill # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.12 2012/11/25 18:58:13 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.13 2012/11/25 19:00:23 zerochaos Exp $ + + 25 Nov 2012; Rick Farina <zerochaos@gentoo.org> -rfkill-0.1.ebuild, + -rfkill-0.2.ebuild: + remove old unstable ebuilds 25 Nov 2012; Rick Farina <zerochaos@gentoo.org> rfkill-0.4.ebuild: fix verbose build by adding V=1 wrt bug #444722 diff --git a/net-wireless/rfkill/rfkill-0.1.ebuild b/net-wireless/rfkill/rfkill-0.1.ebuild deleted file mode 100644 index eaa5bb8681c5..000000000000 --- a/net-wireless/rfkill/rfkill-0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.1.ebuild,v 1.2 2012/09/28 08:06:31 chainsaw Exp $ - -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="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="sys-devel/make" - -CC=$(tc-getCC) -LD=$(tc-getLD) - -src_compile() { - emake || die "Failed to compile" -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" -} diff --git a/net-wireless/rfkill/rfkill-0.2.ebuild b/net-wireless/rfkill/rfkill-0.2.ebuild deleted file mode 100644 index c3eedba659f4..000000000000 --- a/net-wireless/rfkill/rfkill-0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.2.ebuild,v 1.3 2012/09/28 08:06:31 chainsaw Exp $ - -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="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="sys-devel/make" - -CC=$(tc-getCC) -LD=$(tc-getLD) - -src_compile() { - emake || die "Failed to compile" -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" -} |