diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:57:11 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:57:11 +0000 |
commit | 301eca71dadb67ee52b3991dba97bfc44d67797a (patch) | |
tree | d64b80f63633e6e7ded8a688c807ffc9e6e75011 /net-misc/leechcraft-kinotify | |
parent | stable ppc ppc64, bug #433197 (diff) | |
download | gentoo-2-301eca71dadb67ee52b3991dba97bfc44d67797a.tar.gz gentoo-2-301eca71dadb67ee52b3991dba97bfc44d67797a.tar.bz2 gentoo-2-301eca71dadb67ee52b3991dba97bfc44d67797a.zip |
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/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.5.85.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index 2db02bb7f245..789bee0eb9d6 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.17 2012/08/13 14:06:21 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.18 2012/10/08 15:57:11 pinkbyte Exp $ + +*leechcraft-kinotify-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-kinotify-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-kinotify-0.5.80 (13 Aug 2012) diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.85.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.85.ebuild new file mode 100644 index 000000000000..457f9e739ca8 --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.5.85.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.85.ebuild,v 1.1 2012/10/08 15:57:11 pinkbyte 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}" |