diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:19:16 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:19:16 +0000 |
commit | f7a4ce3576b695c44d5812964109c79540cc8e70 (patch) | |
tree | 7ea92306d5215bc1ba327bd98632e9f82255216c /www-misc | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-f7a4ce3576b695c44d5812964109c79540cc8e70.tar.gz gentoo-2-f7a4ce3576b695c44d5812964109c79540cc8e70.tar.bz2 gentoo-2-f7a4ce3576b695c44d5812964109c79540cc8e70.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/leechcraft-seekthru/ChangeLog | 8 | ||||
-rw-r--r-- | www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.80.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/www-misc/leechcraft-seekthru/ChangeLog b/www-misc/leechcraft-seekthru/ChangeLog index f77565befcdd..054534bb7f3a 100644 --- a/www-misc/leechcraft-seekthru/ChangeLog +++ b/www-misc/leechcraft-seekthru/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-misc/leechcraft-seekthru # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.15 2012/07/19 20:20:15 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.16 2012/08/13 14:19:16 maksbotan Exp $ + +*leechcraft-seekthru-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-seekthru-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d *leechcraft-seekthru-0.5.75 (19 Jul 2012) diff --git a/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.80.ebuild b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.80.ebuild new file mode 100644 index 000000000000..d5abd77bcc57 --- /dev/null +++ b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.80.ebuild,v 1.1 2012/08/13 14:19:16 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="OpenSearch support for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" |