summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-09-24 15:51:46 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-09-24 15:51:46 +0000
commitb1ebe5d333bb383c9548b256d8d1df12af3ffae5 (patch)
tree6900348aada3355bee44edd47e3e98481c235c25 /app-leechcraft
parentBump LeechCraft to 0.6.0 (diff)
downloadgentoo-2-b1ebe5d333bb383c9548b256d8d1df12af3ffae5.tar.gz
gentoo-2-b1ebe5d333bb383c9548b256d8d1df12af3ffae5.tar.bz2
gentoo-2-b1ebe5d333bb383c9548b256d8d1df12af3ffae5.zip
Bump LeechCraft to 0.6.0
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-seekthru/ChangeLog7
-rw-r--r--app-leechcraft/lc-seekthru/lc-seekthru-0.6.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-seekthru/ChangeLog b/app-leechcraft/lc-seekthru/ChangeLog
index 079226a56f9c..040c2aeb7983 100644
--- a/app-leechcraft/lc-seekthru/ChangeLog
+++ b/app-leechcraft/lc-seekthru/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-seekthru
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog,v 1.6 2013/07/18 12:51:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog,v 1.7 2013/09/24 15:51:46 maksbotan Exp $
+
+*lc-seekthru-0.6.0 (24 Sep 2013)
+
+ 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-seekthru-0.6.0.ebuild:
+ Bump LeechCraft to 0.6.0
*lc-seekthru-0.5.99 (18 Jul 2013)
diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.0.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.0.ebuild
new file mode 100644
index 000000000000..3674afcd5e6f
--- /dev/null
+++ b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/lc-seekthru-0.6.0.ebuild,v 1.1 2013/09/24 15:51:46 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="OpenSearch support for LeechCraft"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-search-show
+ virtual/leechcraft-downloader-http"