summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-08 15:53:21 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-08 15:53:21 +0000
commit75985c4a875624bd53dd664288bc7283cdec73dd (patch)
treee6d7134db58986e3b730af15542ce5938b4293ba /net-misc/leechcraft-advancednotifications
parentBump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff)
downloadgentoo-2-75985c4a875624bd53dd664288bc7283cdec73dd.tar.gz
gentoo-2-75985c4a875624bd53dd664288bc7283cdec73dd.tar.bz2
gentoo-2-75985c4a875624bd53dd664288bc7283cdec73dd.zip
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-advancednotifications')
-rw-r--r--net-misc/leechcraft-advancednotifications/ChangeLog8
-rw-r--r--net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.85.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog
index 88007a0c7563..75b6d30ef898 100644
--- a/net-misc/leechcraft-advancednotifications/ChangeLog
+++ b/net-misc/leechcraft-advancednotifications/ChangeLog
@@ -1,6 +1,12 @@
# 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.20 2012/08/13 14:01:47 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.21 2012/10/08 15:53:21 pinkbyte Exp $
+
+*leechcraft-advancednotifications-0.5.85 (08 Oct 2012)
+
+ 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org>
+ +leechcraft-advancednotifications-0.5.85.ebuild:
+ Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
*leechcraft-advancednotifications-0.5.80 (13 Aug 2012)
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.85.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.85.ebuild
new file mode 100644
index 000000000000..af65b0d161dc
--- /dev/null
+++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.85.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.85.ebuild,v 1.1 2012/10/08 15:53:21 pinkbyte 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)."
+}