summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:35:26 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:35:26 +0000
commit2529956152e6019236d6744b081bedb91ac5bed8 (patch)
tree854dba814346e673d44cef4113b4ff405dfdb4cb /app-leechcraft/lc-sb2
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-2529956152e6019236d6744b081bedb91ac5bed8.tar.gz
gentoo-2-2529956152e6019236d6744b081bedb91ac5bed8.tar.bz2
gentoo-2-2529956152e6019236d6744b081bedb91ac5bed8.zip
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-sb2')
-rw-r--r--app-leechcraft/lc-sb2/ChangeLog7
-rw-r--r--app-leechcraft/lc-sb2/lc-sb2-0.5.95.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-sb2/ChangeLog b/app-leechcraft/lc-sb2/ChangeLog
index de060cf39a5c..ad1137d6887a 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.1 2013/03/08 22:05:45 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.2 2013/05/02 15:35:26 pinkbyte Exp $
+
+*lc-sb2-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-sb2-0.5.95.ebuild:
+ Bump app-leechcraft/lc-sb2 to 0.5.95, thanks to 0xd34df00d
*lc-sb2-9999 (08 Mar 2013)
*lc-sb2-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.5.95.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.5.95.ebuild
new file mode 100644
index 000000000000..7622ad787bd9
--- /dev/null
+++ b/app-leechcraft/lc-sb2/lc-sb2-0.5.95.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.95.ebuild,v 1.1 2013/05/02 15:35:26 pinkbyte 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}"