diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:56:23 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:56:23 +0000 |
commit | e72febb239465214a325664e22997ba0da13e591 (patch) | |
tree | 257d6b87fd3df5337cd545eba2f6264a8b7a07ae /net-misc | |
parent | Bump LeechCraft to 0.5.70 "Hessian Blade" (diff) | |
download | gentoo-2-e72febb239465214a325664e22997ba0da13e591.tar.gz gentoo-2-e72febb239465214a325664e22997ba0da13e591.tar.bz2 gentoo-2-e72febb239465214a325664e22997ba0da13e591.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-kinotify/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.70.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index 01c67c05e189..e3b5eff6cd3e 100644 --- a/net-misc/leechcraft-kinotify/ChangeLog +++ b/net-misc/leechcraft-kinotify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-kinotify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.11 2012/04/22 13:08:50 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.12 2012/05/31 20:56:23 maksbotan Exp $ + +*leechcraft-kinotify-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-kinotify-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-kinotify-0.5.65 (22 Apr 2012) diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.70.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.70.ebuild new file mode 100644 index 000000000000..7a9637bc95e9 --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.70.ebuild,v 1.1 2012/05/31 20:56:23 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + >=x11-libs/qt-webkit-4.6" +RDEPEND="${DEPEND}" |