diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 19:02:17 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 19:02:17 +0000 |
commit | 000ae6f4c637534b95eb3ad023912d5f39653809 (patch) | |
tree | f1689311a00d5e6708ea40b6aa28197cb6072d20 /app-leechcraft | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-000ae6f4c637534b95eb3ad023912d5f39653809.tar.gz gentoo-2-000ae6f4c637534b95eb3ad023912d5f39653809.tar.bz2 gentoo-2-000ae6f4c637534b95eb3ad023912d5f39653809.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')
-rw-r--r-- | app-leechcraft/lc-sb2/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-sb2/ChangeLog b/app-leechcraft/lc-sb2/ChangeLog index ea1fe2e26139..7229890a6f26 100644 --- a/app-leechcraft/lc-sb2/ChangeLog +++ b/app-leechcraft/lc-sb2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-sb2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.11 2014/04/10 18:02:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.12 2014/08/03 19:02:17 maksbotan Exp $ + +*lc-sb2-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-sb2-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-sb2-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild new file mode 100644 index 000000000000..5394c5d23fb1 --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-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-sb2/lc-sb2-0.6.70.ebuild,v 1.1 2014/08/03 19:02:17 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" |