summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-03-08 21:54:04 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-03-08 21:54:04 +0000
commit6c3ce79b47e808a2bd1b91fb0257c23f333624f2 (patch)
tree1d2ad07f27feb1926df9816bfc1808342c7e781e /app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild
parentMove LeechCraft to new category (diff)
downloadgentoo-2-6c3ce79b47e808a2bd1b91fb0257c23f333624f2.tar.gz
gentoo-2-6c3ce79b47e808a2bd1b91fb0257c23f333624f2.tar.bz2
gentoo-2-6c3ce79b47e808a2bd1b91fb0257c23f333624f2.zip
Move LeechCraft to new category
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild')
-rw-r--r--app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild
new file mode 100644
index 000000000000..169e5eadb84d
--- /dev/null
+++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild,v 1.1 2013/03/08 21:54:04 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Flexible and customizable notifications framework for LeechCraft."
+
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-qt/qtdeclarative: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 (app-leechcraft/lc-lmp will do, for example)."
+}