diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:53:31 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:53:31 +0000 |
commit | cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa (patch) | |
tree | 33f4ffbbe3ac0c33e64ee41c124be94c3deef235 /app-leechcraft/lc-kinotify | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.tar.gz gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.tar.bz2 gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.zip |
Bump LeechCraft to 0.6.70, 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.70.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-kinotify/ChangeLog b/app-leechcraft/lc-kinotify/ChangeLog index 9d5fc8808ab6..cadd94b7487a 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.11 2014/04/10 17:55:45 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/ChangeLog,v 1.12 2014/08/03 18:53:31 maksbotan Exp $ + +*lc-kinotify-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-kinotify-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-kinotify-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild new file mode 100644 index 000000000000..48c947461497 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.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.70.ebuild,v 1.1 2014/08/03 18:53:31 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}" |