diff options
author | 2012-04-22 13:14:41 +0000 | |
---|---|---|
committer | 2012-04-22 13:14:41 +0000 | |
commit | 1a4e53e245a0dcf8f04bfcc8b523748bd6f03922 (patch) | |
tree | fc706a5ae50a7ef2439114d4b07549ffb1aa0cff /net-misc | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d (diff) | |
download | gentoo-2-1a4e53e245a0dcf8f04bfcc8b523748bd6f03922.tar.gz gentoo-2-1a4e53e245a0dcf8f04bfcc8b523748bd6f03922.tar.bz2 gentoo-2-1a4e53e245a0dcf8f04bfcc8b523748bd6f03922.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-sidebar/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-sidebar/leechcraft-sidebar-0.5.65.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-sidebar/ChangeLog b/net-misc/leechcraft-sidebar/ChangeLog index 130fad621d53..744e458c16f5 100644 --- a/net-misc/leechcraft-sidebar/ChangeLog +++ b/net-misc/leechcraft-sidebar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-sidebar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-sidebar/ChangeLog,v 1.2 2012/03/20 12:56:18 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-sidebar/ChangeLog,v 1.3 2012/04/22 13:14:41 maksbotan Exp $ + +*leechcraft-sidebar-0.5.65 (22 Apr 2012) + + 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-sidebar-0.5.65.ebuild: + Bump net-misc/leechcraft-sidebar to 0.5.65, thanks to 0xd34df00d *leechcraft-sidebar-0.5.60 (20 Mar 2012) diff --git a/net-misc/leechcraft-sidebar/leechcraft-sidebar-0.5.65.ebuild b/net-misc/leechcraft-sidebar/leechcraft-sidebar-0.5.65.ebuild new file mode 100644 index 000000000000..bf5c77233142 --- /dev/null +++ b/net-misc/leechcraft-sidebar/leechcraft-sidebar-0.5.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-sidebar/leechcraft-sidebar-0.5.65.ebuild,v 1.1 2012/04/22 13:14:41 maksbotan 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="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" |