summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-23 10:07:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-23 10:07:46 +0000
commit1480c61c4851f0cd76baaeef757b5403cb99b743 (patch)
treea3444c2d496be348a3c26dc95e33532486a65b3a /dev-perl/Sphinx-Search
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-1480c61c4851f0cd76baaeef757b5403cb99b743.tar.gz
gentoo-2-1480c61c4851f0cd76baaeef757b5403cb99b743.tar.bz2
gentoo-2-1480c61c4851f0cd76baaeef757b5403cb99b743.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sphinx-Search')
-rw-r--r--dev-perl/Sphinx-Search/ChangeLog10
-rw-r--r--dev-perl/Sphinx-Search/Sphinx-Search-0.14.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Sphinx-Search/ChangeLog b/dev-perl/Sphinx-Search/ChangeLog
index 7ae52861d59b..66ae8995ea84 100644
--- a/dev-perl/Sphinx-Search/ChangeLog
+++ b/dev-perl/Sphinx-Search/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Sphinx-Search
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.3 2008/09/30 06:30:37 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.4 2009/02/23 10:07:46 robbat2 Exp $
+
+*Sphinx-Search-0.14 (23 Feb 2009)
+
+ 23 Feb 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Sphinx-Search-0.14.ebuild:
+ Version bump via perl-bump experimental tool.
30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
Sphinx-Search-0.11.ebuild, Sphinx-Search-0.12.ebuild:
diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.14.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.14.ebuild
new file mode 100644
index 000000000000..87634cf208f3
--- /dev/null
+++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.14.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/Sphinx-Search-0.14.ebuild,v 1.1 2009/02/23 10:07:46 robbat2 Exp $
+
+MODULE_AUTHOR="JJSCHUTZ"
+inherit perl-module
+
+DESCRIPTION="Perl API client for Sphinx search engine"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="dev-perl/File-SearchPath
+ dev-perl/Path-Class
+ dev-perl/DBI
+ dev-lang/perl"
+
+pkg_postinst() {
+ ewarn "You must connect to a Sphinx searchd of 0.9.8_rc1 or newer"
+}