diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:44:13 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:44:13 +0000 |
commit | bbb7fed6039257a07c0633a28aa70566a15c4b97 (patch) | |
tree | 8e43c04fcc19a5e83cc0e697314de9d859482f63 /net-misc | |
parent | Bump LeechCraft to 0.5.60, thank to 0xd34df00d (diff) | |
download | gentoo-2-bbb7fed6039257a07c0633a28aa70566a15c4b97.tar.gz gentoo-2-bbb7fed6039257a07c0633a28aa70566a15c4b97.tar.bz2 gentoo-2-bbb7fed6039257a07c0633a28aa70566a15c4b97.zip |
Bump LeechCraft to 0.5.60, thank to 0xd34df00d
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-glance/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-glance/leechcraft-glance-0.5.60.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-glance/ChangeLog b/net-misc/leechcraft-glance/ChangeLog index d43257e4b4f8..c9eec1a0bcc2 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.8 2012/02/09 11:19:57 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/ChangeLog,v 1.9 2012/03/20 12:44:13 maksbotan Exp $ + +*leechcraft-glance-0.5.60 (20 Mar 2012) + + 20 Mar 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-glance-0.5.60.ebuild: + Bump LeechCraft to 0.5.60, thank to 0xd34df00d *leechcraft-glance-0.5.0 (09 Feb 2012) diff --git a/net-misc/leechcraft-glance/leechcraft-glance-0.5.60.ebuild b/net-misc/leechcraft-glance/leechcraft-glance-0.5.60.ebuild new file mode 100644 index 000000000000..e581cb75e054 --- /dev/null +++ b/net-misc/leechcraft-glance/leechcraft-glance-0.5.60.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.60.ebuild,v 1.1 2012/03/20 12:44:13 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}" |