summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:36:06 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:36:06 +0000
commite98a77148c8b06c497d2325abb6768dab32defaa (patch)
treee32b3a809f2b35ab1616e9007220cbffe54651ff /app-leechcraft/lc-sidebar
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-e98a77148c8b06c497d2325abb6768dab32defaa.tar.gz
gentoo-2-e98a77148c8b06c497d2325abb6768dab32defaa.tar.bz2
gentoo-2-e98a77148c8b06c497d2325abb6768dab32defaa.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-sidebar')
-rw-r--r--app-leechcraft/lc-sidebar/ChangeLog7
-rw-r--r--app-leechcraft/lc-sidebar/lc-sidebar-0.5.95.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/app-leechcraft/lc-sidebar/ChangeLog b/app-leechcraft/lc-sidebar/ChangeLog
index c9b81df2b10e..c29bd2e9d213 100644
--- a/app-leechcraft/lc-sidebar/ChangeLog
+++ b/app-leechcraft/lc-sidebar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-sidebar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sidebar/ChangeLog,v 1.1 2013/03/08 22:06:34 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sidebar/ChangeLog,v 1.2 2013/05/02 15:36:06 pinkbyte Exp $
+
+*lc-sidebar-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-sidebar-0.5.95.ebuild:
+ Bump app-leechcraft/lc-sidebar to 0.5.95, thanks to 0xd34df00d
*lc-sidebar-9999 (08 Mar 2013)
*lc-sidebar-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-sidebar/lc-sidebar-0.5.95.ebuild b/app-leechcraft/lc-sidebar/lc-sidebar-0.5.95.ebuild
new file mode 100644
index 000000000000..a12a667e6a07
--- /dev/null
+++ b/app-leechcraft/lc-sidebar/lc-sidebar-0.5.95.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sidebar/lc-sidebar-0.5.95.ebuild,v 1.1 2013/05/02 15:36:06 pinkbyte Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Sidebar for LeechCraft with the list of tabs, quicklaunch area and tray area"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}"