diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 17:00:23 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 17:00:23 +0000 |
commit | 881b6c2ef8547157c170606ecf02fbdbe02baabc (patch) | |
tree | 485ead60f78c1602e2419d9ac50a2c22e350e853 /www-misc | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-881b6c2ef8547157c170606ecf02fbdbe02baabc.tar.gz gentoo-2-881b6c2ef8547157c170606ecf02fbdbe02baabc.tar.bz2 gentoo-2-881b6c2ef8547157c170606ecf02fbdbe02baabc.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-seekthru/ChangeLog | 8 | ||||
-rw-r--r-- | www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.90.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/www-misc/leechcraft-seekthru/ChangeLog b/www-misc/leechcraft-seekthru/ChangeLog index 99536e2d6465..5b68646bb7ca 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.18 2012/12/19 08:13:34 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.19 2012/12/25 17:00:23 maksbotan Exp $ + +*leechcraft-seekthru-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-seekthru-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-seekthru-0.5.70.ebuild, -leechcraft-seekthru-0.5.75.ebuild, diff --git a/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.90.ebuild b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.90.ebuild new file mode 100644 index 000000000000..117784f30e60 --- /dev/null +++ b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.90.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.90.ebuild,v 1.1 2012/12/25 17:00:23 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" |