summaryrefslogtreecommitdiff
path: root/app-misc/sphinx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
commit401101f9c8077911929d3f2b60a37098460a5d89 (patch)
treec2bef4719f6787550f0916aeaa8f4f403a9296af /app-misc/sphinx
parent4cbcc855382a06088e2f016f62cafdbcb7e40665 (diff)
gentoo resync : 25.03.2022
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r--app-misc/sphinx/Manifest1
-rw-r--r--app-misc/sphinx/sphinx-2.2.11-r4.ebuild112
2 files changed, 0 insertions, 113 deletions
diff --git a/app-misc/sphinx/Manifest b/app-misc/sphinx/Manifest
index 2468a447b67a..3c316787156a 100644
--- a/app-misc/sphinx/Manifest
+++ b/app-misc/sphinx/Manifest
@@ -2,6 +2,5 @@ AUX searchd.rc 656 BLAKE2B 5ba2679b18b0a26d7779a69896958b6ed0cca32e4fa22303d5f3b
AUX sphinx-2.0.1_beta-darwin8.patch 538 BLAKE2B aaac41e383404736d2f18421af2cf2bd03404d99488b778bcab5bec85a36d75a32234d5e4184ae912027b189fd31d41d07caa3e10b35b28318dd0a4369982039 SHA512 342d4ecd3e75c208e358a39de6e5cd2a2bd9dc627f53893869c2280ba5b50546c7edf8476c07cf681c8d1921eeadbeaf48c75337efba0349b951c7a4569f0c14
AUX sphinx-2.2.11-automake-1.16.patch 402 BLAKE2B 0e0ea346acb11b4f0a469b76e0491eb0942d0a29b9c566f2ae247401e357062c9366d070bdbb89983884d68576848c58e474c3015651fee92c4ed7e2b6694b2b SHA512 8babc7470036c762cb1d930ffa446aa0280637f6bbbe6854346bd94a46cfa36e466e38a402c3ef141c7a76d58188fb33000e66633a81680a7fab26ca5cee2b62
DIST sphinx-2.2.11-release.tar.gz 3061998 BLAKE2B 63abdf3d08046ebafcdfd67d3445325b9b127e4dd66ba9d36b3b7053ba80f1f3308b74fd1e01caae6174850e1db22c743454894584bad4a4bec78d533a002668 SHA512 cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689
-EBUILD sphinx-2.2.11-r4.ebuild 2711 BLAKE2B d898e5a1b9d284f5af614c7a2e91e36bad5ca3b07c80f20e0d90000bbbf6e9f7da6602d6d1713e08d8bb1346d1adc1d14fdbf95e5fe0a983a241e823a220f085 SHA512 297c490bf425cb7f8a150309d31e41a4320e51cef85ff64edc5fbda3ff96ed71f572fb501374d308281989e44e067c93a065bd4aeaf90d311fd237e00143c6ac
EBUILD sphinx-2.2.11-r5.ebuild 2694 BLAKE2B de3b79ac6cf3f915d772eb5ff06b56433bbf1a1470a6b4f4e869ae1ab88e99ce8bdaa16310f14ae4b83bb6dd5581471b95573d1910a80be63d77879ba775c7ef SHA512 b09740fa0a5d40b7880724c9da5e9db8d0afcf3dcd80053c42d96206024863765da0d557543c9950f629a99f8e402edf1bb7968c88da5c0ebbda64f0112fd7d8
MISC metadata.xml 496 BLAKE2B ca4cca497fecb4b199b001c5f45f82746213c8ca377c52fc48527162db43507989f3f2a72b4a1599574990a9d9eb7139d699838169f2b84d347810e2de020c04 SHA512 4bd6eb73e0ae85ce428703f98ebe8f1ab78bd36b29b062d6b42838a85c637a7d92c699d42222b9b6796a3a67d2bc38479aef2445f15cb87f8c8cca92a12ea028
diff --git a/app-misc/sphinx/sphinx-2.2.11-r4.ebuild b/app-misc/sphinx/sphinx-2.2.11-r4.ebuild
deleted file mode 100644
index 0c4666a146d4..000000000000
--- a/app-misc/sphinx/sphinx-2.2.11-r4.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WANT_AUTOMAKE=1.15
-
-inherit epatch 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="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
-IUSE="debug +id64 mariadb mysql odbc postgres re2 stemmer syslog xml"
-
-REQUIRED_USE="mysql? ( !mariadb ) mariadb? ( !mysql )"
-
-RDEPEND="
- mysql? ( dev-db/mysql-connector-c:= )
- mariadb? ( dev-db/mariadb-connector-c:= )
- postgres? ( dev-db/postgresql:* )
- odbc? ( dev-db/unixODBC )
- re2? ( dev-libs/re2:= )
- 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
-
- if use mariadb ; then
- sed -i -e 's/mysql_config/mariadb_config/g' configure || die
- fi
-
- # Fix QA compilation warnings.
- sed -i -e '19i#include <string.h>' api/libsphinxclient/test.c || die
-
- eapply_user
-
- pushd api/libsphinxclient || die
- eautoreconf
- popd || die
-
- # Drop bundled code to ensure building against system versions. We
- # cannot remove libstemmer_c since configure updates its Makefile.
- rm -rf libexpat libre2 || die
-}
-
-src_configure() {
- # fix libiconv detection
- use !elibc_glibc && export ac_cv_search_iconv=-liconv
-
- local mysql_with
- if use mysql || use mariadb ; then
- mysql_with="--with-mysql"
- else
- mysql_with="--without-mysql"
- fi
-
- econf \
- --sysconfdir="${EPREFIX}/etc/${PN}" \
- $(use_enable id64) \
- $(use_with debug) \
- ${mysql_with} \
- $(use_with odbc unixodbc) \
- $(use_with postgres pgsql) \
- $(use_with re2) \
- --with-re2-libs="${EPREFIX}/usr/$(get_libdir)/libre2.so" \
- $(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() {
- # Tests require a live database and only work from the source
- # directory.
- :
-}
-
-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
-}