From c9ab79c422b39a4a13f31d386859d6d8705987a8 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Thu, 9 Feb 2012 11:12:14 +0000 Subject: Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 Package-Manager: portage-2.1.10.44/cvs/Linux x86_64 --- .../leechcraft-advancednotifications/ChangeLog | 5 ++++- ...echcraft-advancednotifications-0.4.96-r1.ebuild | 22 ---------------------- .../leechcraft-advancednotifications-0.4.97.ebuild | 22 ---------------------- .../leechcraft-advancednotifications-0.5.0.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 26 insertions(+), 45 deletions(-) delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96-r1.ebuild delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild create mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild (limited to 'net-misc/leechcraft-advancednotifications') diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 8372402cae42..87bcdaa1436d 100644 --- a/net-misc/leechcraft-advancednotifications/ChangeLog +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/leechcraft-advancednotifications # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.9 2012/02/09 11:07:53 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.10 2012/02/09 11:11:14 maksbotan Exp $ + + 09 Feb 2012; Maxim Koltsov Manifest: + Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 *leechcraft-advancednotifications-0.5.0 (09 Feb 2012) diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96-r1.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96-r1.ebuild deleted file mode 100644 index 9bfad90712ef..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96-r1.ebuild +++ /dev/null @@ -1,22 +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.96-r1.ebuild,v 1.1 2011/12/16 18:39:36 maksbotan Exp $ - -EAPI="4" - -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}" - -pkg_postinst() { - einfo "Advanced Notifications supports playing sounds on various" - einfo "events. Install some media playback plugin to enjoy this" - einfo "feature (media-video/leechcraft-lmp will do, for example)." -} diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild deleted file mode 100644 index 7fa6f64a6f69..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.97.ebuild +++ /dev/null @@ -1,22 +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.97.ebuild,v 1.1 2011/12/31 12:09:04 maksbotan Exp $ - -EAPI="4" - -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}" - -pkg_postinst() { - einfo "Advanced Notifications supports playing sounds on various" - einfo "events. Install some media playback plugin to enjoy this" - einfo "feature (media-video/leechcraft-lmp will do, for example)." -} diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild new file mode 100644 index 000000000000..ff8e4b2cde9b --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.5.0.ebuild,v 1.1 2012/02/09 11:07:53 maksbotan Exp $ + +EAPI="4" + +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}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (media-video/leechcraft-lmp will do, for example)." +} -- cgit v1.2.3-65-gdbad