summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-09-14 17:01:03 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-09-14 17:01:03 +0000
commitcfa98bfcefba1e7f73b293af892c11d641522f50 (patch)
treee5c904810f7d9f40770f91274774be0d166d2752 /net-misc
parentBig leechcraft bump, 0.4.90 (diff)
downloadgentoo-2-cfa98bfcefba1e7f73b293af892c11d641522f50.tar.gz
gentoo-2-cfa98bfcefba1e7f73b293af892c11d641522f50.tar.bz2
gentoo-2-cfa98bfcefba1e7f73b293af892c11d641522f50.zip
Big leechcraft bump, 0.4.90
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/leechcraft-advancednotifications/ChangeLog9
-rw-r--r--net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild22
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog
index de9903ccf3ef..0393175bea47 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.1 2011/08/25 15:43:02 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.2 2011/09/14 17:01:03 maksbotan Exp $
+
+*leechcraft-advancednotifications-0.4.90 (14 Sep 2011)
+
+ 14 Sep 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-advancednotifications-0.4.90.ebuild:
+ Bump net-misc/leechcraft-advancednotifications to 0.4.90, thanks to
+ 0xd34df00d
*leechcraft-advancednotifications-9999 (25 Aug 2011)
*leechcraft-advancednotifications-0.4.85 (25 Aug 2011)
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.ebuild
new file mode 100644
index 000000000000..a5da4990b493
--- /dev/null
+++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.90.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.90.ebuild,v 1.1 2011/09/14 17:01:03 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)."
+}