diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-02-02 04:36:16 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-02-02 04:36:16 +0000 |
commit | 22eb19a018002ffab80f8bc296e6601f31c41b4a (patch) | |
tree | 93f3acf622de787501874a115190ba3b0b82e180 /net-wireless/rfkill | |
parent | this version breaks with -Os, filter it - bug #438558 (diff) | |
download | gentoo-2-22eb19a018002ffab80f8bc296e6601f31c41b4a.tar.gz gentoo-2-22eb19a018002ffab80f8bc296e6601f31c41b4a.tar.bz2 gentoo-2-22eb19a018002ffab80f8bc296e6601f31c41b4a.zip |
upstream moved locations, and I prefer XZ while we are at it
(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 | 7 | ||||
-rw-r--r-- | net-wireless/rfkill/rfkill-0.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-wireless/rfkill/ChangeLog b/net-wireless/rfkill/ChangeLog index ced959a53d44..6b9b4d331b09 100644 --- a/net-wireless/rfkill/ChangeLog +++ b/net-wireless/rfkill/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2012/11/25 19:00:23 zerochaos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.14 2013/02/02 04:36:16 zerochaos Exp $ + + 02 Feb 2013; Rick Farina <zerochaos@gentoo.org> rfkill-0.4.ebuild: + upstream moved locations, and I prefer XZ while we are at it 25 Nov 2012; Rick Farina <zerochaos@gentoo.org> -rfkill-0.1.ebuild, -rfkill-0.2.ebuild: diff --git a/net-wireless/rfkill/rfkill-0.4.ebuild b/net-wireless/rfkill/rfkill-0.4.ebuild index 48f97e8be4cb..8371c7e8a0c1 100644 --- a/net-wireless/rfkill/rfkill-0.4.ebuild +++ b/net-wireless/rfkill/rfkill-0.4.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.7 2012/11/25 18:58:13 zerochaos Exp $ +# $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="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2" +SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" LICENSE="ISC" SLOT="0" |