diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:41:10 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:41:10 +0000 |
commit | f95c300ab538bf8b908f0ad802d7d380e88a63da (patch) | |
tree | 725bfbadaf6c96ee16024229087792b5be56717c /net-misc/leechcraft-cstp | |
parent | Bump to eapi4, fix bug 394935 (diff) | |
download | gentoo-2-f95c300ab538bf8b908f0ad802d7d380e88a63da.tar.gz gentoo-2-f95c300ab538bf8b908f0ad802d7d380e88a63da.tar.bz2 gentoo-2-f95c300ab538bf8b908f0ad802d7d380e88a63da.zip |
Bump to eapi4, fix bug 394935
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-cstp')
-rw-r--r-- | net-misc/leechcraft-cstp/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96-r1.ebuild (renamed from net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.ebuild) | 6 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog index 5f727005dc70..95a8593ba157 100644 --- a/net-misc/leechcraft-cstp/ChangeLog +++ b/net-misc/leechcraft-cstp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/leechcraft-cstp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.3 2011/12/15 19:38:34 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.4 2011/12/16 18:41:10 maksbotan Exp $ + +*leechcraft-cstp-0.4.96-r1 (16 Dec 2011) + + 16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-cstp-0.4.96.ebuild, +leechcraft-cstp-0.4.96-r1.ebuild, + leechcraft-cstp-9999.ebuild: + Bump to eapi4, fix bug 394935 *leechcraft-cstp-0.4.96 (15 Dec 2011) diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96-r1.ebuild index 6bba4af748d1..d165362d12ea 100644 --- a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.ebuild +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-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-cstp/leechcraft-cstp-0.4.96.ebuild,v 1.1 2011/12/15 19:38:34 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96-r1.ebuild,v 1.1 2011/12/16 18:41:10 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV}" RDEPEND="${DEPEND} virtual/leechcraft-task-show" diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild index 131fafa898ac..171215795986 100644 --- a/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-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-cstp/leechcraft-cstp-9999.ebuild,v 1.1 2011/08/23 19:01:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild,v 1.2 2011/12/16 18:41:10 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV}" RDEPEND="${DEPEND} virtual/leechcraft-task-show" |