summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-04-22 17:41:05 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-04-22 17:41:05 +0000
commitc29c7bec755620397d2bdc1aff743aab4b48c570 (patch)
tree9df46beebb2b07ef5a8b083b0bf2735d5f007788 /net-misc/leechcraft-advancednotifications
parentinherit goes near the top (diff)
downloadgentoo-2-c29c7bec755620397d2bdc1aff743aab4b48c570.tar.gz
gentoo-2-c29c7bec755620397d2bdc1aff743aab4b48c570.tar.bz2
gentoo-2-c29c7bec755620397d2bdc1aff743aab4b48c570.zip
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/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.5.65.ebuild23
2 files changed, 31 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog
index 80f27c0cdd8f..dd560e51951d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.13 2012/04/07 17:14:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.14 2012/04/22 17:41:05 maksbotan Exp $
+
+*leechcraft-advancednotifications-0.5.65 (22 Apr 2012)
+
+ 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-advancednotifications-0.5.65.ebuild:
+ Bump net-misc/leechcraft-advancednotifications to 0.5.65, thanks to
+ 0xd34df00d
07 Apr 2012; Markus Meier <maekke@gentoo.org>
leechcraft-advancednotifications-0.4.99.ebuild:
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.ebuild
new file mode 100644
index 000000000000..8b038083b50e
--- /dev/null
+++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.65.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.65.ebuild,v 1.1 2012/04/22 17:41:05 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"
+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)."
+}