diff options
Diffstat (limited to 'net-misc/leechcraft-glance')
-rw-r--r-- | net-misc/leechcraft-glance/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-glance/leechcraft-glance-0.5.70.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-glance/ChangeLog b/net-misc/leechcraft-glance/ChangeLog index 0b256e1cd3a8..4d8698626706 100644 --- a/net-misc/leechcraft-glance/ChangeLog +++ b/net-misc/leechcraft-glance/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-glance # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/ChangeLog,v 1.11 2012/04/22 13:07:52 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/ChangeLog,v 1.12 2012/05/31 20:55:15 maksbotan Exp $ + +*leechcraft-glance-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-glance-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-glance-0.5.65 (22 Apr 2012) diff --git a/net-misc/leechcraft-glance/leechcraft-glance-0.5.70.ebuild b/net-misc/leechcraft-glance/leechcraft-glance-0.5.70.ebuild new file mode 100644 index 000000000000..aba93b30dd8c --- /dev/null +++ b/net-misc/leechcraft-glance/leechcraft-glance-0.5.70.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-glance/leechcraft-glance-0.5.70.ebuild,v 1.1 2012/05/31 20:55:15 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" |