diff options
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.85.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/www-misc/leechcraft-seekthru/ChangeLog b/www-misc/leechcraft-seekthru/ChangeLog index 054534bb7f3a..7712f74f54ce 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.16 2012/08/13 14:19:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.17 2012/10/08 16:08:02 pinkbyte Exp $ + +*leechcraft-seekthru-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-seekthru-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-seekthru-0.5.80 (13 Aug 2012) diff --git a/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.85.ebuild b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.85.ebuild new file mode 100644 index 000000000000..7966524625c6 --- /dev/null +++ b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.5.85.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.85.ebuild,v 1.1 2012/10/08 16:08:02 pinkbyte 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" |