diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:04:00 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:04:00 +0000 |
commit | d3513b083250b099d16fd5a6543e53671a23377d (patch) | |
tree | 6f9b1b471996173814d973a2143a4b6b1619e18b /net-misc/leechcraft-advancednotifications | |
parent | Latest version (diff) | |
download | historical-d3513b083250b099d16fd5a6543e53671a23377d.tar.gz historical-d3513b083250b099d16fd5a6543e53671a23377d.tar.bz2 historical-d3513b083250b099d16fd5a6543e53671a23377d.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
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.70.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index dd560e51951d..71da4f005247 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.14 2012/04/22 17:41:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.15 2012/05/31 20:50:47 maksbotan Exp $ + +*leechcraft-advancednotifications-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-advancednotifications-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-advancednotifications-0.5.65 (22 Apr 2012) diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild new file mode 100644 index 000000000000..fcfabacbfc18 --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.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.70.ebuild,v 1.1 2012/05/31 20:50:47 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)." +} |