diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:41:44 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:41:44 +0000 |
commit | 943f77df8e551f82ce20679602fa5c1135b51f69 (patch) | |
tree | 6ed41f4d90d35c71bde80cc66563d25728ce604d /net-misc/leechcraft-advancednotifications | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-943f77df8e551f82ce20679602fa5c1135b51f69.tar.gz gentoo-2-943f77df8e551f82ce20679602fa5c1135b51f69.tar.bz2 gentoo-2-943f77df8e551f82ce20679602fa5c1135b51f69.zip |
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'net-misc/leechcraft-advancednotifications')
-rw-r--r-- | net-misc/leechcraft-advancednotifications/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.90.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 9c2bd175c519..ca0b479c59f9 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.22 2012/12/19 07:56:24 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.23 2012/12/25 16:41:44 maksbotan Exp $ + +*leechcraft-advancednotifications-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-advancednotifications-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-advancednotifications-0.5.70.ebuild, diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.90.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.90.ebuild new file mode 100644 index 000000000000..4068a4b298a1 --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:41:44 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: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 (media-video/leechcraft-lmp will do, for example)." +} |