diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:45:46 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:45:46 +0000 |
commit | 54a27d2a5b760338840990b9a2e4fc6dc5f230d1 (patch) | |
tree | a8ef5d4ab374f2259b5f478ed4712f2585aa9c3d /net-misc | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-54a27d2a5b760338840990b9a2e4fc6dc5f230d1.tar.gz gentoo-2-54a27d2a5b760338840990b9a2e4fc6dc5f230d1.tar.bz2 gentoo-2-54a27d2a5b760338840990b9a2e4fc6dc5f230d1.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')
-rw-r--r-- | net-misc/leechcraft-kinotify/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.90.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index 388381368a18..4c7a9ff60d54 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.19 2012/12/19 08:01:42 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.20 2012/12/25 16:45:46 maksbotan Exp $ + +*leechcraft-kinotify-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-kinotify-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-kinotify-0.5.70.ebuild, -leechcraft-kinotify-0.5.75.ebuild, diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.90.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.90.ebuild new file mode 100644 index 000000000000..3f0f255f763a --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:45:46 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:4" +RDEPEND="${DEPEND}" |