From: Maxim Koltsov Date: Thu, 25 Aug 2011 15:43:02 +0000 (+0000) Subject: Add net-misc/leechcraft-advancednotofications X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f517c3e146d26c4b050416f06bc50da5b25a2ce8;p=gentoo.git Add net-misc/leechcraft-advancednotofications Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog new file mode 100644 index 000000000000..de9903ccf3ef --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -0,0 +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 $ + +*leechcraft-advancednotifications-9999 (25 Aug 2011) +*leechcraft-advancednotifications-0.4.85 (25 Aug 2011) + + 25 Aug 2011; Maxim Koltsov + +leechcraft-advancednotifications-0.4.85.ebuild, + +leechcraft-advancednotifications-9999.ebuild, +metadata.xml: + Copy net-misc/leechcraft-advancednotifications from rion-overlay, thanks to + 0xd34df00d + diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild new file mode 100644 index 000000000000..71868dcb5dc3 --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.85.ebuild @@ -0,0 +1,16 @@ +# 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.85.ebuild,v 1.1 2011/08/25 15:43:02 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}" diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild new file mode 100644 index 000000000000..520283e129b1 --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.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-9999.ebuild,v 1.1 2011/08/25 15:43:02 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft." + +SLOT="0" +KEYWORDS="" +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)." +} diff --git a/net-misc/leechcraft-advancednotifications/metadata.xml b/net-misc/leechcraft-advancednotifications/metadata.xml new file mode 100644 index 000000000000..62757b189362 --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/metadata.xml @@ -0,0 +1,8 @@ + + + + leechcraft + Advanced Notifications module provides an extremely flexible and configurable + notifications framework for LeechCraft. More information is in the corresponding devel + digest: http://leechcraft.org/devel-digest-5. +