summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-09-30 06:29:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-09-30 06:29:54 +0000
commitd3ba1c366aec522138547ce5aeb86b3b2d4b0d13 (patch)
tree2db125a9c492f781f85c333fc5bfa126bb8ed890 /dev-perl/Sphinx-Search
parentVersion bump. (diff)
downloadgentoo-2-d3ba1c366aec522138547ce5aeb86b3b2d4b0d13.tar.gz
gentoo-2-d3ba1c366aec522138547ce5aeb86b3b2d4b0d13.tar.bz2
gentoo-2-d3ba1c366aec522138547ce5aeb86b3b2d4b0d13.zip
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'dev-perl/Sphinx-Search')
-rw-r--r--dev-perl/Sphinx-Search/ChangeLog8
-rw-r--r--dev-perl/Sphinx-Search/Sphinx-Search-0.12.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Sphinx-Search/ChangeLog b/dev-perl/Sphinx-Search/ChangeLog
index fa591cb41030..386291926f47 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.1 2008/04/19 18:49:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.2 2008/09/30 06:29:54 robbat2 Exp $
+
+*Sphinx-Search-0.12 (30 Sep 2008)
+
+ 30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +Sphinx-Search-0.12.ebuild:
+ Version bump.
*Sphinx-Search-0.11 (19 Apr 2008)
diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.12.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.12.ebuild
new file mode 100644
index 000000000000..8f91a04532be
--- /dev/null
+++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.12.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# This ebuild generated by g-cpan 0.15.0
+
+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"
+}