diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:41:20 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:41:20 +0000 |
commit | ea76c236ebcbdd8b8527386649954c30556c1098 (patch) | |
tree | 027cd523ef392937079823b2369ee5acb2ba561b /app-leechcraft/lc-sb2 | |
parent | Removed old (diff) | |
download | gentoo-2-ea76c236ebcbdd8b8527386649954c30556c1098.tar.gz gentoo-2-ea76c236ebcbdd8b8527386649954c30556c1098.tar.bz2 gentoo-2-ea76c236ebcbdd8b8527386649954c30556c1098.zip |
Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-sb2')
-rw-r--r-- | app-leechcraft/lc-sb2/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-sb2/lc-sb2-0.5.97.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-sb2/ChangeLog b/app-leechcraft/lc-sb2/ChangeLog index 28d4fcc60a03..83068d018a55 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.3 2013/05/26 20:00:07 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.4 2013/06/11 17:41:20 maksbotan Exp $ + +*lc-sb2-0.5.97 (11 Jun 2013) + + 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-sb2-0.5.97.ebuild: + Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. *lc-sb2-0.5.96 (26 May 2013) diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.5.97.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.5.97.ebuild new file mode 100644 index 000000000000..fef03daa2cd5 --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-0.5.97.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 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.5.97.ebuild,v 1.1 2013/06/11 17:41:20 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}" |