diff options
author | 2014-08-03 18:54:12 +0000 | |
---|---|---|
committer | 2014-08-03 18:54:12 +0000 | |
commit | 909959d8904915eecc1900e1cb4c612099755bf6 (patch) | |
tree | cac65b961500c0c28e6c426c28b992eee4ae0aa3 /app-leechcraft/lc-krigstask | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-909959d8904915eecc1900e1cb4c612099755bf6.tar.gz gentoo-2-909959d8904915eecc1900e1cb4c612099755bf6.tar.bz2 gentoo-2-909959d8904915eecc1900e1cb4c612099755bf6.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-krigstask')
-rw-r--r-- | app-leechcraft/lc-krigstask/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-krigstask/ChangeLog b/app-leechcraft/lc-krigstask/ChangeLog index a948e64842b7..1a8a9c61d427 100644 --- a/app-leechcraft/lc-krigstask/ChangeLog +++ b/app-leechcraft/lc-krigstask/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-krigstask # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-krigstask/ChangeLog,v 1.6 2014/04/10 17:56:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-krigstask/ChangeLog,v 1.7 2014/08/03 18:54:12 maksbotan Exp $ + +*lc-krigstask-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-krigstask-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-krigstask-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild new file mode 100644 index 000000000000..5f934957b5b1 --- /dev/null +++ b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild,v 1.1 2014/08/03 18:54:12 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The taskbar quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXcomposite" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" |