diff options
Diffstat (limited to 'app-leechcraft/lc-glance')
-rw-r--r-- | app-leechcraft/lc-glance/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-leechcraft/lc-glance/ChangeLog b/app-leechcraft/lc-glance/ChangeLog index 4e13a7af10ea..725493b1e452 100644 --- a/app-leechcraft/lc-glance/ChangeLog +++ b/app-leechcraft/lc-glance/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-glance # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/ChangeLog,v 1.11 2014/04/10 17:53:55 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/ChangeLog,v 1.12 2014/08/03 18:51:03 maksbotan Exp $ + +*lc-glance-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-glance-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-glance-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild b/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild new file mode 100644 index 000000000000..95b640daeccc --- /dev/null +++ b/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild,v 1.1 2014/08/03 18:51:03 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" |