diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:47:11 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:47:11 +0000 |
commit | 3ecb750610e71ce335bb74878c2a8cbe5aff1ae6 (patch) | |
tree | d0403b33324098e74cfefb0480288cce64a31b58 /net-misc/leechcraft-auscrie | |
parent | --with-abi support for amd64 has not yet been merged into master #394823 by H... (diff) | |
download | historical-3ecb750610e71ce335bb74878c2a8cbe5aff1ae6.tar.gz historical-3ecb750610e71ce335bb74878c2a8cbe5aff1ae6.tar.bz2 historical-3ecb750610e71ce335bb74878c2a8cbe5aff1ae6.zip |
Bump to eapi4, fix bug 394935
Package-Manager: portage-2.1.10.40/cvs/Linux x86_64
Diffstat (limited to 'net-misc/leechcraft-auscrie')
-rw-r--r-- | net-misc/leechcraft-auscrie/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96-r1.ebuild (renamed from net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild) | 6 | ||||
-rw-r--r-- | net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/net-misc/leechcraft-auscrie/ChangeLog b/net-misc/leechcraft-auscrie/ChangeLog index dfdb129837b1..2c530a31c1ef 100644 --- a/net-misc/leechcraft-auscrie/ChangeLog +++ b/net-misc/leechcraft-auscrie/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/leechcraft-auscrie # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/ChangeLog,v 1.3 2011/12/15 19:37:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/ChangeLog,v 1.4 2011/12/16 18:40:23 maksbotan Exp $ + +*leechcraft-auscrie-0.4.96-r1 (16 Dec 2011) + + 16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-auscrie-0.4.96.ebuild, +leechcraft-auscrie-0.4.96-r1.ebuild, + leechcraft-auscrie-9999.ebuild: + Bump to eapi4, fix bug 394935 *leechcraft-auscrie-0.4.96 (15 Dec 2011) diff --git a/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild b/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96-r1.ebuild index c53c0c9bb29c..9ca97396e1c8 100644 --- a/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild +++ b/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild,v 1.1 2011/12/15 19:37:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96-r1.ebuild,v 1.1 2011/12/16 18:40:23 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,5 +12,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV}" RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild b/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild index 816a6590a338..f71d32ea3bf2 100644 --- a/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild +++ b/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild,v 1.1 2011/08/25 18:10:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/leechcraft-auscrie-9999.ebuild,v 1.2 2011/12/16 18:40:23 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,5 +12,5 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV}" RDEPEND="${DEPEND}" |