From 6e47cff34f9d02fc4a766c122c91d86aee4b94c0 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Thu, 19 Jul 2012 19:58:07 +0000 Subject: Removed old versions, bumped to 0.5.75 (Portage version: 2.1.11.4/cvs/Linux x86_64) --- .../leechcraft-advancednotifications/ChangeLog | 12 ++++++++++- .../leechcraft-advancednotifications-0.4.99.ebuild | 22 --------------------- .../leechcraft-advancednotifications-0.5.0.ebuild | 23 ---------------------- .../leechcraft-advancednotifications-0.5.60.ebuild | 23 ---------------------- .../leechcraft-advancednotifications-0.5.65.ebuild | 23 ---------------------- .../leechcraft-advancednotifications-0.5.75.ebuild | 23 ++++++++++++++++++++++ 6 files changed, 34 insertions(+), 92 deletions(-) delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.99.ebuild delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild delete mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.ebuild create mode 100644 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.75.ebuild (limited to 'net-misc/leechcraft-advancednotifications') diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 50129f340733..322ab09a83c3 100644 --- a/net-misc/leechcraft-advancednotifications/ChangeLog +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -1,6 +1,16 @@ # 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.18 2012/07/15 16:02:44 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.19 2012/07/19 19:58:07 maksbotan Exp $ + +*leechcraft-advancednotifications-0.5.75 (19 Jul 2012) + + 19 Jul 2012; Maxim Koltsov + +leechcraft-advancednotifications-0.5.75.ebuild, + -leechcraft-advancednotifications-0.4.99.ebuild, + -leechcraft-advancednotifications-0.5.0.ebuild, + -leechcraft-advancednotifications-0.5.60.ebuild, + -leechcraft-advancednotifications-0.5.65.ebuild: + Removed old versions, bumped to 0.5.75 15 Jul 2012; Michael Palimaka leechcraft-advancednotifications-0.4.99.ebuild, diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.99.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.99.ebuild deleted file mode 100644 index ce72fb317834..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.99.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.4.99.ebuild,v 1.3 2012/04/07 17:14:47 maekke 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 deleted file mode 100644 index e142f65398b1..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.3 2012/07/15 16:02:44 kensington 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} - x11-libs/qt-declarative:4" -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.60.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild deleted file mode 100644 index 26493c7f7ede..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.60.ebuild,v 1.2 2012/07/15 16:02:44 kensington 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} - x11-libs/qt-declarative:4" -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.65.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.ebuild deleted file mode 100644 index 2f2d70806479..000000000000 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.65.ebuild,v 1.2 2012/07/15 16:02:44 kensington 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} - x11-libs/qt-declarative:4" -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.75.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.75.ebuild new file mode 100644 index 000000000000..10fccea4c41b --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.75.ebuild @@ -0,0 +1,23 @@ +# 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.75.ebuild,v 1.1 2012/07/19 19:58:07 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} + x11-libs/qt-declarative:4" +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