summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-09-14 17:10:11 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-09-14 17:10:11 +0000
commitc7dd738d478e9ffd39744ce089464476686b7833 (patch)
tree4233868cac020c5ac060b5acea997ad2c1c08c01 /www-misc
parentFix building with libpng15 (again, restore dropped patch) wrt #355039 by Hann... (diff)
downloadgentoo-2-c7dd738d478e9ffd39744ce089464476686b7833.tar.gz
gentoo-2-c7dd738d478e9ffd39744ce089464476686b7833.tar.bz2
gentoo-2-c7dd738d478e9ffd39744ce089464476686b7833.zip
Big leechcraft bump, 0.4.90
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/leechcraft-seekthru/ChangeLog8
-rw-r--r--www-misc/leechcraft-seekthru/leechcraft-seekthru-0.4.90.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/www-misc/leechcraft-seekthru/ChangeLog b/www-misc/leechcraft-seekthru/ChangeLog
index 7da3462cfc2f..41e9dced705a 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.1 2011/08/25 18:27:44 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-seekthru/ChangeLog,v 1.2 2011/09/14 17:10:11 maksbotan Exp $
+
+*leechcraft-seekthru-0.4.90 (14 Sep 2011)
+
+ 14 Sep 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-seekthru-0.4.90.ebuild:
+ Bump www-misc/leechcraft-seekthru to 0.4.90, thanks to 0xd34df00d
*leechcraft-seekthru-9999 (25 Aug 2011)
*leechcraft-seekthru-0.4.85 (25 Aug 2011)
diff --git a/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.4.90.ebuild b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.4.90.ebuild
new file mode 100644
index 000000000000..a6893c843e16
--- /dev/null
+++ b/www-misc/leechcraft-seekthru/leechcraft-seekthru-0.4.90.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 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.4.90.ebuild,v 1.1 2011/09/14 17:10:11 maksbotan Exp $
+
+EAPI="2"
+
+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"