diff options
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/Manifest | 2 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.1.9.ebuild | 93 |
2 files changed, 0 insertions, 95 deletions
diff --git a/app-misc/sphinx/Manifest b/app-misc/sphinx/Manifest index 0cf8668b8436..c15d0d4afabe 100644 --- a/app-misc/sphinx/Manifest +++ b/app-misc/sphinx/Manifest @@ -1,8 +1,6 @@ AUX searchd.rc 656 BLAKE2B 5ba2679b18b0a26d7779a69896958b6ed0cca32e4fa22303d5f3ba593e71cc26f17042d037fdd5e298acb7005f1a7767f38e49acaa62a0f1eb34ddea1e14f657 SHA512 0b24b6dfe10a99c9bb18b7acdaadf2f5d7e3fab2ea80a719bd65b9ea6f6dc83f249d4c2ecb52c48eed73e515f8e76bff294ff39b1ab6375a947a9a137211949c AUX sphinx-2.0.1_beta-darwin8.patch 538 BLAKE2B aaac41e383404736d2f18421af2cf2bd03404d99488b778bcab5bec85a36d75a32234d5e4184ae912027b189fd31d41d07caa3e10b35b28318dd0a4369982039 SHA512 342d4ecd3e75c208e358a39de6e5cd2a2bd9dc627f53893869c2280ba5b50546c7edf8476c07cf681c8d1921eeadbeaf48c75337efba0349b951c7a4569f0c14 -DIST sphinx-2.1.9-release.tar.gz 2443797 BLAKE2B d741d0bc915ece01c3ddcbfacd44f34ef5d772d2bdf07aecb3a704dc0c5ef551e9d3829af200b1c96e41be2a037552c28a83647af78e827d7a9627f1d9d536a8 SHA512 7f4538011db5d68bd00c00978d476f780fc2d355113bd2819996bacbaef90b0de5b14c946a9aad83157b818d9b6b01ee0a26bc72862cfd151067ad9967c18f56 DIST sphinx-2.2.11-release.tar.gz 3061998 BLAKE2B 63abdf3d08046ebafcdfd67d3445325b9b127e4dd66ba9d36b3b7053ba80f1f3308b74fd1e01caae6174850e1db22c743454894584bad4a4bec78d533a002668 SHA512 cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689 -EBUILD sphinx-2.1.9.ebuild 2276 BLAKE2B 23dadec2287d6daa353ff4de49e92cfe08f74f221c09a2c566c16d300eb55e64919eed03036e40f1710438fcc5fca32650c7a7604c0a354dde3fd451cb8f764b SHA512 3f19e5176e557a0b6ab8f58e4bd6c1b9415cf709dfbc138d901c1f9133c2430f02a41ae5f8fbe47ab7375a244e9277952d910e396d01ec52549dbadeb10dedae EBUILD sphinx-2.2.11-r1.ebuild 2649 BLAKE2B 716a99dcb60197e6ecab580859584193e316188cd7506c082e13e7d426b9b91faf1473ff17f76bccb1df0a52d31dc728d1c3dd0f478bdedf264ff52a9c7406c0 SHA512 4668953ca23357159cb06bc37fa16faf964c9384836b1662483decd0f6c44d4638c03f72ed0d3f0a9a9d7f5dde85a74eb55061d91997f4148f3e6c25808f89b8 EBUILD sphinx-2.2.11-r2.ebuild 2716 BLAKE2B ba78dcc03cdb71dbe8bb5d8e1dc7ce08cf6bd54a34b50882176e99c1d0196e1da2a1eafd108005cb7a7f50c8a41473bc3858c84b061d1ee1cf5e80de0073c2a5 SHA512 cfce0dd3e4ce121f7f8aa37d1b5070dab63d6a6cf42b30dd9c8a7e3b9ca1c1ec6d79770ebfe58c002cfdba3e4f27269e0b5526e89c55600db9c4ac242df5bac9 EBUILD sphinx-2.2.11.ebuild 2279 BLAKE2B 601dcbe740021c053557f2d0716160f62cf48c0e1e851762b1f8ca67a044b04a7c57183ca749edeb060bca2cec7e8473f2488a0c2e2a5cc22f54a214069dd40b SHA512 63c115cc1468c29bd3509ef7ec607c36cdc182be53a3744118c31652e4b029a07fc2d6c7b0ac5f251fc6992a01141ee67a39fce42d6795144e6c360f5bc5c54d diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild b/app-misc/sphinx/sphinx-2.1.9.ebuild deleted file mode 100644 index 843e49c094ee..000000000000 --- a/app-misc/sphinx/sphinx-2.1.9.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -WANT_AUTOMAKE=1.15 - -inherit eutils autotools toolchain-funcs - -#MY_P=${P/_/-} -MY_P=${P}-release - -DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL" -HOMEPAGE="http://www.sphinxsearch.com/" -SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="debug id64 mysql odbc postgres stemmer syslog test xml" -RESTRICT="!test? ( test )" - -RDEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:* ) - odbc? ( dev-db/unixODBC ) - stemmer? ( dev-libs/snowball-stemmer ) - xml? ( dev-libs/expat ) - virtual/libiconv" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.1_beta-darwin8.patch - - # drop nasty hardcoded search path breaking Prefix - # We patch configure directly since otherwise we need to run - # eautoreconf twice and that causes problems, bug 425380 - sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure || die - - # Fix QA compilation warnings. - sed -i -e '19i#include <string.h>' api/libsphinxclient/test.c || die - - pushd api/libsphinxclient || die - eautoreconf - popd || die -} - -src_configure() { - # fix libiconv detection - use !elibc_glibc && export ac_cv_search_iconv=-liconv - - econf \ - --sysconfdir="${EPREFIX}/etc/${PN}" \ - $(use_enable id64) \ - $(use_with debug) \ - $(use_with mysql) \ - $(use_with odbc unixodbc) \ - $(use_with postgres pgsql) \ - $(use_with stemmer libstemmer) \ - $(use_with syslog syslog) \ - $(use_with xml libexpat ) - - cd api/libsphinxclient || die - econf STRIP=: -} - -src_compile() { - emake AR="$(tc-getAR)" - - emake -j 1 -C api/libsphinxclient -} - -src_test() { - elog "Tests require access to a live MySQL database and may require configuration." - elog "You will find them in /usr/share/${PN}/test and they require dev-lang/php" -} - -src_install() { - emake DESTDIR="${D}" install - emake DESTDIR="${D}" -C api/libsphinxclient install - - dodoc doc/* - - dodir /var/lib/sphinx - dodir /var/log/sphinx - - newinitd "${FILESDIR}"/searchd.rc searchd - - if use test; then - insinto /usr/share/${PN} - doins -r test - fi -} |