diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:13:52 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:13:52 +0000 |
commit | cb1907b911953232fbd1dcfd2d83eb8f66fefb3d (patch) | |
tree | 3ec7bc9813c57215cac894de3fd27a32181d1bab /net-misc/leechcraft-historyholder | |
parent | Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 (diff) | |
download | gentoo-2-cb1907b911953232fbd1dcfd2d83eb8f66fefb3d.tar.gz gentoo-2-cb1907b911953232fbd1dcfd2d83eb8f66fefb3d.tar.bz2 gentoo-2-cb1907b911953232fbd1dcfd2d83eb8f66fefb3d.zip |
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
(Portage version: 2.1.10.41/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.90.ebuild | 17 | ||||
-rw-r--r-- | net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.97.ebuild (renamed from net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.85.ebuild) | 6 |
3 files changed, 12 insertions, 21 deletions
diff --git a/net-misc/leechcraft-historyholder/ChangeLog b/net-misc/leechcraft-historyholder/ChangeLog index b1e8088a8e21..f108f086c9fc 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.4 2011/12/16 18:42:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.5 2011/12/31 12:13:52 maksbotan Exp $ + +*leechcraft-historyholder-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-historyholder-0.4.85.ebuild, + -leechcraft-historyholder-0.4.90.ebuild, + +leechcraft-historyholder-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-historyholder-0.4.96-r1 (16 Dec 2011) diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.90.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.90.ebuild deleted file mode 100644 index bf0338f674ec..000000000000 --- a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.90.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.90.ebuild,v 1.1 2011/09/14 17:03:52 maksbotan Exp $ - -EAPI="2" - -inherit leechcraft - -DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="=net-misc/leechcraft-core-${PV}" -RDEPEND="${DEPEND} - virtual/leechcraft-search-show" diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.85.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.97.ebuild index d94989d00e7f..223907ab6beb 100644 --- a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.85.ebuild +++ b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.97.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.85.ebuild,v 1.1 2011/08/25 18:07:43 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.97.ebuild,v 1.1 2011/12/31 12:13:52 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" |