diff options
author | 2014-04-10 17:55:45 +0000 | |
---|---|---|
committer | 2014-04-10 17:55:45 +0000 | |
commit | cb61ce65708246650da77d8e0afb12e4820419b1 (patch) | |
tree | 869db242c9f1af8f2c012af1fab19e0472a29ed2 /app-leechcraft/lc-kinotify | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-cb61ce65708246650da77d8e0afb12e4820419b1.tar.gz gentoo-2-cb61ce65708246650da77d8e0afb12e4820419b1.tar.bz2 gentoo-2-cb61ce65708246650da77d8e0afb12e4820419b1.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-kinotify')
-rw-r--r-- | app-leechcraft/lc-kinotify/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-kinotify/ChangeLog b/app-leechcraft/lc-kinotify/ChangeLog index d6f2cbca76e9..9d5fc8808ab6 100644 --- a/app-leechcraft/lc-kinotify/ChangeLog +++ b/app-leechcraft/lc-kinotify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-kinotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/ChangeLog,v 1.10 2014/04/03 08:22:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/ChangeLog,v 1.11 2014/04/10 17:55:45 maksbotan Exp $ + +*lc-kinotify-0.6.65 (10 Apr 2014) + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-kinotify-0.6.65.ebuild: + Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. 03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-kinotify-0.6.60.ebuild: x86 stable wrt bug #500914 diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild new file mode 100644 index 000000000000..62170f44183b --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild,v 1.1 2014/04/10 17:55:45 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" |