diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:09:04 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:09:04 +0000 |
commit | 09e5abd7d350d77c94d7b3a8fb0990b66c04e0a1 (patch) | |
tree | 8ee2d31f2dcfbde4e993b44303ed219256cfa2c0 /net-misc/leechcraft-advancednotifications | |
parent | Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 (diff) | |
download | gentoo-2-09e5abd7d350d77c94d7b3a8fb0990b66c04e0a1.tar.gz gentoo-2-09e5abd7d350d77c94d7b3a8fb0990b66c04e0a1.tar.bz2 gentoo-2-09e5abd7d350d77c94d7b3a8fb0990b66c04e0a1.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-advancednotifications')
-rw-r--r-- | net-misc/leechcraft-advancednotifications/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild | 16 | ||||
-rw-r--r-- | net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild (renamed from net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild) | 6 |
3 files changed, 12 insertions, 20 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 494d8ad9b9cb..1064733f1e61 100644 --- a/net-misc/leechcraft-advancednotifications/ChangeLog +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/leechcraft-advancednotifications # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.4 2011/12/16 18:39:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.5 2011/12/31 12:09:04 maksbotan Exp $ + +*leechcraft-advancednotifications-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-advancednotifications-0.4.85.ebuild, + -leechcraft-advancednotifications-0.4.90.ebuild, + +leechcraft-advancednotifications-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-advancednotifications-0.4.96-r1 (16 Dec 2011) diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild deleted file mode 100644 index 71868dcb5dc3..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.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-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild,v 1.1 2011/08/25 15:43:02 maksbotan Exp $ - -EAPI="2" - -inherit leechcraft - -DESCRIPTION="Flexible and customizable notifications framework for LeechCraft." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="=net-misc/leechcraft-core-${PV}" -RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild index a5da4990b493..7fa6f64a6f69 100644 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-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-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild,v 1.1 2011/09/14 17:01:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild,v 1.1 2011/12/31 12:09:04 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV}" RDEPEND="${DEPEND}" pkg_postinst() { |