diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:40:31 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:40:31 +0000 |
commit | ffb5d29133cd39d5bf6785b9aa4724c31047d0d2 (patch) | |
tree | 8f16f1cd53dff08c1178e8293e2dcacf0c86012f /net-misc/leechcraft-kinotify | |
parent | Do much LeechCraft maintainance, including bump to 0.4.96 (diff) | |
download | gentoo-2-ffb5d29133cd39d5bf6785b9aa4724c31047d0d2.tar.gz gentoo-2-ffb5d29133cd39d5bf6785b9aa4724c31047d0d2.tar.bz2 gentoo-2-ffb5d29133cd39d5bf6785b9aa4724c31047d0d2.zip |
Do much LeechCraft maintainance, including bump to 0.4.96
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-kinotify')
-rw-r--r-- | net-misc/leechcraft-kinotify/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index bbf5bd312a98..50bec0b5e425 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.2 2011/09/14 17:04:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.3 2011/12/15 19:40:31 maksbotan Exp $ + +*leechcraft-kinotify-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-kinotify-0.4.96.ebuild: + Bump net-misc/leechcraft-kinotify to 0.4.96, thanks to 0xd34df00d *leechcraft-kinotify-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild new file mode 100644 index 000000000000..4e3d6dd2fd79 --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.4.96.ebuild,v 1.1 2011/12/15 19:40:31 maksbotan Exp $ + +EAPI="2" + +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}" |