summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-12-15 19:37:01 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-12-15 19:37:01 +0000
commit43b861c4a10ef80e4b3b5f9bf2e5649b883f0eb0 (patch)
tree6d29746dc33facfe572a1dd12d0d18903b2f437e /net-misc/leechcraft-advancednotifications
parentDo much LeechCraft maintainance, including bump to 0.4.96 (diff)
downloadgentoo-2-43b861c4a10ef80e4b3b5f9bf2e5649b883f0eb0.tar.gz
gentoo-2-43b861c4a10ef80e4b3b5f9bf2e5649b883f0eb0.tar.bz2
gentoo-2-43b861c4a10ef80e4b3b5f9bf2e5649b883f0eb0.zip
Do much LeechCraft maintainance, including bump to 0.4.96
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-advancednotifications')
-rw-r--r--net-misc/leechcraft-advancednotifications/ChangeLog9
-rw-r--r--net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild22
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog
index 0393175bea47..d47b3b73fbda 100644
--- a/net-misc/leechcraft-advancednotifications/ChangeLog
+++ b/net-misc/leechcraft-advancednotifications/ChangeLog
@@ -1,6 +1,13 @@
# 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.2 2011/09/14 17:01:03 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.3 2011/12/15 19:37:01 maksbotan Exp $
+
+*leechcraft-advancednotifications-0.4.96 (15 Dec 2011)
+
+ 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-advancednotifications-0.4.96.ebuild:
+ Bump net-misc/leechcraft-advancednotifications to 0.4.96, thanks to
+ 0xd34df00d
*leechcraft-advancednotifications-0.4.90 (14 Sep 2011)
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild
new file mode 100644
index 000000000000..9f62a09443cc
--- /dev/null
+++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild
@@ -0,0 +1,22 @@
+# 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.ebuild,v 1.1 2011/12/15 19:37:01 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}"
+
+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)."
+}