summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-09-14 13:39:57 +0000
committerIan Delaney <idella4@gentoo.org>2013-09-14 13:39:57 +0000
commitc3887cba399578ad4a75a10579aa1a8599de99fa (patch)
tree6e820f654624631e7663999b99dcee9598e27b37 /dev-perl/Sphinx-Search
parentVersion bump to 5.1.26. Fixes bug #484710, reported by Michael Orlitzky. (diff)
downloadgentoo-2-c3887cba399578ad4a75a10579aa1a8599de99fa.tar.gz
gentoo-2-c3887cba399578ad4a75a10579aa1a8599de99fa.tar.bz2
gentoo-2-c3887cba399578ad4a75a10579aa1a8599de99fa.zip
revbump -> EAPI 5, add test invocation, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
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.240.1.ebuild24
-rw-r--r--dev-perl/Sphinx-Search/Sphinx-Search-0.280-r1.ebuild (renamed from dev-perl/Sphinx-Search/Sphinx-Search-0.280.ebuild)9
3 files changed, 12 insertions, 29 deletions
diff --git a/dev-perl/Sphinx-Search/ChangeLog b/dev-perl/Sphinx-Search/ChangeLog
index 98c6e00b3576..8c1dfbf1725a 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.11 2013/08/16 08:53:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/ChangeLog,v 1.12 2013/09/14 13:39:57 idella4 Exp $
+
+*Sphinx-Search-0.280-r1 (14 Sep 2013)
+
+ 14 Sep 2013; Ian Delaney <idella4@gentoo.org> +Sphinx-Search-0.280-r1.ebuild,
+ -Sphinx-Search-0.240.1.ebuild, -Sphinx-Search-0.280.ebuild:
+ revbump -> EAPI 5, add test invocation, remove old
*Sphinx-Search-0.280 (16 Aug 2013)
diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild
deleted file mode 100644
index a0101128a1be..000000000000
--- a/dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
-}
diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.280.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.280-r1.ebuild
index 4f1e61f3b748..ba5beb76966f 100644
--- a/dev-perl/Sphinx-Search/Sphinx-Search-0.280.ebuild
+++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.280-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 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.280.ebuild,v 1.1 2013/08/16 08:53:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sphinx-Search/Sphinx-Search-0.280-r1.ebuild,v 1.1 2013/09/14 13:39:57 idella4 Exp $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=JJSCHUTZ
MODULE_VERSION=0.28
@@ -12,12 +12,13 @@ DESCRIPTION="Perl API client for Sphinx search engine"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND="dev-perl/File-SearchPath
dev-perl/Path-Class
dev-perl/DBI"
-DEPEND="${RDEPEND}"
+DEPEND="test? ( ${RDEPEND} )"
+SRC_TEST="do parallel"
pkg_postinst() {
ewarn "You must connect to a Sphinx searchd of 0.9.8_rc1 or newer"