diff options
author | 2013-09-14 13:40:22 +0000 | |
---|---|---|
committer | 2013-09-14 13:40:22 +0000 | |
commit | 31cba81b071574b2d3e0c7330f33ece55d3b9445 (patch) | |
tree | a2099e3bb425c1c3020bd9a2900dc7674f42ac30 /dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild | |
parent | Version bump to 5.1.26. Fixes bug #484710, reported by Michael Orlitzky. (diff) | |
download | historical-31cba81b071574b2d3e0c7330f33ece55d3b9445.tar.gz historical-31cba81b071574b2d3e0c7330f33ece55d3b9445.tar.bz2 historical-31cba81b071574b2d3e0c7330f33ece55d3b9445.zip |
revbump -> EAPI 5, add test invocation, remove old
Package-Manager: portage-2.2.0/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild')
-rw-r--r-- | dev-perl/Sphinx-Search/Sphinx-Search-0.240.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
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" -} |