summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-17 13:02:21 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-17 13:02:21 +0000
commita00e45b8493709c53c07ce95c5533db49d908bdd (patch)
tree9aafe34a80f291d4986761427dcfd8ddedacb5af /dev-perl/Sphinx-Search
parentVersion bump (diff)
downloadhistorical-a00e45b8493709c53c07ce95c5533db49d908bdd.tar.gz
historical-a00e45b8493709c53c07ce95c5533db49d908bdd.tar.bz2
historical-a00e45b8493709c53c07ce95c5533db49d908bdd.zip
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Sphinx-Search')
-rw-r--r--dev-perl/Sphinx-Search/ChangeLog9
-rw-r--r--dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Sphinx-Search/ChangeLog b/dev-perl/Sphinx-Search/ChangeLog
index 74c6320c6571..3a198818f9ea 100644
--- a/dev-perl/Sphinx-Search/ChangeLog
+++ b/dev-perl/Sphinx-Search/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Sphinx-Search
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.7 2009/06/10 01:48:40 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.8 2011/01/17 13:02:21 tove Exp $
+
+*Sphinx-Search-0.240.1 (17 Jan 2011)
+
+ 17 Jan 2011; Torsten Veller <tove@gentoo.org> +Sphinx-Search-0.240.1.ebuild:
+ Version bump
*Sphinx-Search-0.22 (10 Jun 2009)
diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild
new file mode 100644
index 000000000000..a0101128a1be
--- /dev/null
+++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.240.1.ebuild,v 1.1 2011/01/17 13:02:21 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=JJSCHUTZ
+MODULE_VERSION=0.240.1
+inherit perl-module
+
+DESCRIPTION="Perl API client for Sphinx search engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/File-SearchPath
+ dev-perl/Path-Class
+ dev-perl/DBI"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+ ewarn "You must connect to a Sphinx searchd of 0.9.8_rc1 or newer"
+}