diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:42:47 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:42:47 +0000 |
commit | 1e628baae6b60b327780993d77a047e448d2ddd8 (patch) | |
tree | a6ba5c25c0f64e70dbef0e2cf8fa88d79defc819 /net-misc/leechcraft-historyholder | |
parent | Bump to eapi4, fix bug 394935 (diff) | |
download | gentoo-2-1e628baae6b60b327780993d77a047e448d2ddd8.tar.gz gentoo-2-1e628baae6b60b327780993d77a047e448d2ddd8.tar.bz2 gentoo-2-1e628baae6b60b327780993d77a047e448d2ddd8.zip |
Bump to eapi4, fix bug 394935
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-historyholder')
-rw-r--r-- | net-misc/leechcraft-historyholder/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96-r1.ebuild (renamed from net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.ebuild) | 6 | ||||
-rw-r--r-- | net-misc/leechcraft-historyholder/leechcraft-historyholder-9999.ebuild | 6 |
3 files changed, 15 insertions, 7 deletions
diff --git a/net-misc/leechcraft-historyholder/ChangeLog b/net-misc/leechcraft-historyholder/ChangeLog index ab14bb5aa861..b1e8088a8e21 100644 --- a/net-misc/leechcraft-historyholder/ChangeLog +++ b/net-misc/leechcraft-historyholder/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/leechcraft-historyholder # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.3 2011/12/15 19:40:09 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.4 2011/12/16 18:42:47 maksbotan Exp $ + +*leechcraft-historyholder-0.4.96-r1 (16 Dec 2011) + + 16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-historyholder-0.4.96.ebuild, + +leechcraft-historyholder-0.4.96-r1.ebuild, + leechcraft-historyholder-9999.ebuild: + Bump to eapi4, fix bug 394935 *leechcraft-historyholder-0.4.96 (15 Dec 2011) diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96-r1.ebuild index f2f71f24a397..d6985c830624 100644 --- a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.ebuild +++ b/net-misc/leechcraft-historyholder/leechcraft-historyholder-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-historyholder/leechcraft-historyholder-0.4.96.ebuild,v 1.1 2011/12/15 19:40:09 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96-r1.ebuild,v 1.1 2011/12/16 18:42:47 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-search-show" diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-9999.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-9999.ebuild index a4c00add4a04..79009231991e 100644 --- a/net-misc/leechcraft-historyholder/leechcraft-historyholder-9999.ebuild +++ b/net-misc/leechcraft-historyholder/leechcraft-historyholder-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-historyholder/leechcraft-historyholder-9999.ebuild,v 1.1 2011/08/25 18:07:43 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/leechcraft-historyholder-9999.ebuild,v 1.2 2011/12/16 18:42:47 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-search-show" |