diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:59:54 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:59:54 +0000 |
commit | 8552e00dde8d46158add7188a66891fe37968842 (patch) | |
tree | 1c33e3b986277fcf896fca806dc952a90f9b4e08 /www-misc | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-8552e00dde8d46158add7188a66891fe37968842.tar.gz gentoo-2-8552e00dde8d46158add7188a66891fe37968842.tar.bz2 gentoo-2-8552e00dde8d46158add7188a66891fe37968842.zip |
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/leechcraft-pogooglue/ChangeLog | 9 | ||||
-rw-r--r-- | www-misc/leechcraft-pogooglue/leechcraft-pogooglue-0.5.90.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/www-misc/leechcraft-pogooglue/ChangeLog b/www-misc/leechcraft-pogooglue/ChangeLog index 52533c610e72..13f108c0c704 100644 --- a/www-misc/leechcraft-pogooglue/ChangeLog +++ b/www-misc/leechcraft-pogooglue/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for www-misc/leechcraft-pogooglue # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-pogooglue/ChangeLog,v 1.1 2012/10/13 14:02:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-pogooglue/ChangeLog,v 1.2 2012/12/25 16:59:54 maksbotan Exp $ + +*leechcraft-pogooglue-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-pogooglue-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d *leechcraft-pogooglue-9999 (13 Oct 2012) 13 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +leechcraft-pogooglue-9999.ebuild, +metadata.xml: Initial commit, thanks to 0xd34df00d - diff --git a/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-0.5.90.ebuild b/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-0.5.90.ebuild new file mode 100644 index 000000000000..876009e1a967 --- /dev/null +++ b/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-0.5.90.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/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-0.5.90.ebuild,v 1.1 2012/12/25 16:59:54 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" |