summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-03-20 12:40:55 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-03-20 12:40:55 +0000
commit82f985688fd2e19652059f2aa603916bc085be3e (patch)
tree5e4ef007afbb603a11ffbd63ef442a7c5e8cabe3 /net-misc
parentBump LeechCraft to 0.5.60, thank to 0xd34df00d (diff)
downloadgentoo-2-82f985688fd2e19652059f2aa603916bc085be3e.tar.gz
gentoo-2-82f985688fd2e19652059f2aa603916bc085be3e.tar.bz2
gentoo-2-82f985688fd2e19652059f2aa603916bc085be3e.zip
Bump LeechCraft to 0.5.60, thank to 0xd34df00d
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/leechcraft-advancednotifications/ChangeLog8
-rw-r--r--net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog
index fcdf6b934b9e..8c4c8eb43870 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.11 2012/02/09 12:07:04 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.12 2012/03/20 12:40:55 maksbotan Exp $
+
+*leechcraft-advancednotifications-0.5.60 (20 Mar 2012)
+
+ 20 Mar 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-advancednotifications-0.5.60.ebuild:
+ Bump LeechCraft to 0.5.60, thank to 0xd34df00d
09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org>
leechcraft-advancednotifications-0.5.0.ebuild,
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.ebuild
new file mode 100644
index 000000000000..3337783fc5a0
--- /dev/null
+++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.60.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.60.ebuild,v 1.1 2012/03/20 12:40:55 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)."
+}