diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:17:16 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:17:16 +0000 |
commit | 9a4850f3afcbca89e81f7962b24ef083c99b6be5 (patch) | |
tree | 219651c32c1edfc7021d682f81b97491bf6d1135 /net-misc/leechcraft-tabpp | |
parent | Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 (diff) | |
download | gentoo-2-9a4850f3afcbca89e81f7962b24ef083c99b6be5.tar.gz gentoo-2-9a4850f3afcbca89e81f7962b24ef083c99b6be5.tar.bz2 gentoo-2-9a4850f3afcbca89e81f7962b24ef083c99b6be5.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-tabpp')
-rw-r--r-- | net-misc/leechcraft-tabpp/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.90.ebuild | 16 | ||||
-rw-r--r-- | net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.97.ebuild (renamed from net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.85.ebuild) | 6 |
3 files changed, 11 insertions, 20 deletions
diff --git a/net-misc/leechcraft-tabpp/ChangeLog b/net-misc/leechcraft-tabpp/ChangeLog index af1d66dffcb7..2628c32e1d38 100644 --- a/net-misc/leechcraft-tabpp/ChangeLog +++ b/net-misc/leechcraft-tabpp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/leechcraft-tabpp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/ChangeLog,v 1.4 2011/12/16 18:46:31 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/ChangeLog,v 1.5 2011/12/31 12:17:16 maksbotan Exp $ + +*leechcraft-tabpp-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-tabpp-0.4.85.ebuild, -leechcraft-tabpp-0.4.90.ebuild, + +leechcraft-tabpp-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-tabpp-0.4.96-r1 (16 Dec 2011) diff --git a/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.90.ebuild b/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.90.ebuild deleted file mode 100644 index 22e71e28b503..000000000000 --- a/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.90.ebuild +++ /dev/null @@ -1,16 +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-tabpp/leechcraft-tabpp-0.4.90.ebuild,v 1.1 2011/09/14 17:06:19 maksbotan Exp $ - -EAPI="2" - -inherit leechcraft - -DESCRIPTION="Tab++ provides enhanced tab-related features like tab tree for LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="=net-misc/leechcraft-core-${PV}" -RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.85.ebuild b/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.97.ebuild index 71a398dcdedb..46aba6ff364e 100644 --- a/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.85.ebuild +++ b/net-misc/leechcraft-tabpp/leechcraft-tabpp-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-tabpp/leechcraft-tabpp-0.4.85.ebuild,v 1.1 2011/08/25 18:19:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.97.ebuild,v 1.1 2011/12/31 12:17:16 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}" |