diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-20 23:58:09 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-20 23:58:09 +0000 |
commit | 7d9075724feadf465e9a36669387248282aceca7 (patch) | |
tree | be1f71284c8c07575b37886c956d75e084643166 /dev-libs/xapian | |
parent | Clean up. (diff) | |
download | gentoo-2-7d9075724feadf465e9a36669387248282aceca7.tar.gz gentoo-2-7d9075724feadf465e9a36669387248282aceca7.tar.bz2 gentoo-2-7d9075724feadf465e9a36669387248282aceca7.zip |
Clean up.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.14.ebuild | 63 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.17.ebuild | 63 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.18.ebuild | 63 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.3.1-r1.ebuild | 63 |
5 files changed, 5 insertions, 253 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index 8043415a3e92..9cab5520d80a 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xapian # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.142 2015/04/20 22:44:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.143 2015/04/20 23:58:09 blueness Exp $ + + 21 Apr 2015; Anthony G. Basile <blueness@gentoo.org> -xapian-1.2.14.ebuild, + -xapian-1.2.17.ebuild, -xapian-1.2.18.ebuild, -xapian-1.3.1-r1.ebuild: + Clean up. *xapian-1.3.2 (20 Apr 2015) *xapian-1.2.20 (20 Apr 2015) diff --git a/dev-libs/xapian/xapian-1.2.14.ebuild b/dev-libs/xapian/xapian-1.2.14.ebuild deleted file mode 100644 index 18272fd5909e..000000000000 --- a/dev-libs/xapian/xapian-1.2.14.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.10 2015/01/28 19:43:27 mgorny Exp $ - -EAPI="5" - -MY_P="${PN}-core-${PV}" - -DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="http://www.xapian.org/" -SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local myconf="" - - ewarn - if use cpu_flags_x86_sse2; then - ewarn "Using sse2" - myconf="${myconf} --enable-sse=sse2" - else - if use cpu_flags_x86_sse; then - ewarn "Using sse" - myconf="${myconf} --enable-sse=sse" - else - ewarn "Disabling sse and sse2" - myconf="${myconf} --disable-sse" - fi - fi - ewarn - - myconf="${myconf} $(use_enable static-libs static)" - - use brass || myconf="${myconf} --disable-backend-brass" - use chert || myconf="${myconf} --disable-backend-chert" - use inmemory || myconf="${myconf} --disable-backend-inmemory" - - myconf="${myconf} --enable-backend-flint --enable-backend-remote" - - econf $myconf -} - -src_install() { - emake DESTDIR="${D}" install - - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" - use doc || rm -rf "${D}usr/share/doc/${PF}" - - dodoc AUTHORS HACKING PLATFORMS README NEWS -} - -src_test() { - emake check VALGRIND= -} diff --git a/dev-libs/xapian/xapian-1.2.17.ebuild b/dev-libs/xapian/xapian-1.2.17.ebuild deleted file mode 100644 index 3df4225ab8fc..000000000000 --- a/dev-libs/xapian/xapian-1.2.17.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.17.ebuild,v 1.9 2015/01/28 19:43:27 mgorny Exp $ - -EAPI="5" - -MY_P="${PN}-core-${PV}" - -DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="http://www.xapian.org/" -SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local myconf="" - - ewarn - if use cpu_flags_x86_sse2; then - ewarn "Using sse2" - myconf="${myconf} --enable-sse=sse2" - else - if use cpu_flags_x86_sse; then - ewarn "Using sse" - myconf="${myconf} --enable-sse=sse" - else - ewarn "Disabling sse and sse2" - myconf="${myconf} --disable-sse" - fi - fi - ewarn - - myconf="${myconf} $(use_enable static-libs static)" - - use brass || myconf="${myconf} --disable-backend-brass" - use chert || myconf="${myconf} --disable-backend-chert" - use inmemory || myconf="${myconf} --disable-backend-inmemory" - - myconf="${myconf} --enable-backend-flint --enable-backend-remote" - - econf $myconf -} - -src_install() { - emake DESTDIR="${D}" install - - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" - use doc || rm -rf "${D}usr/share/doc/${PF}" - - dodoc AUTHORS HACKING PLATFORMS README NEWS -} - -src_test() { - emake check VALGRIND= -} diff --git a/dev-libs/xapian/xapian-1.2.18.ebuild b/dev-libs/xapian/xapian-1.2.18.ebuild deleted file mode 100644 index 4470dd21fb2f..000000000000 --- a/dev-libs/xapian/xapian-1.2.18.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.10 2015/01/28 19:43:27 mgorny Exp $ - -EAPI="5" - -MY_P="${PN}-core-${PV}" - -DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="http://www.xapian.org/" -SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local myconf="" - - ewarn - if use cpu_flags_x86_sse2; then - ewarn "Using sse2" - myconf="${myconf} --enable-sse=sse2" - else - if use cpu_flags_x86_sse; then - ewarn "Using sse" - myconf="${myconf} --enable-sse=sse" - else - ewarn "Disabling sse and sse2" - myconf="${myconf} --disable-sse" - fi - fi - ewarn - - myconf="${myconf} $(use_enable static-libs static)" - - use brass || myconf="${myconf} --disable-backend-brass" - use chert || myconf="${myconf} --disable-backend-chert" - use inmemory || myconf="${myconf} --disable-backend-inmemory" - - myconf="${myconf} --enable-backend-flint --enable-backend-remote" - - econf $myconf -} - -src_install() { - emake DESTDIR="${D}" install - - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" - use doc || rm -rf "${D}usr/share/doc/${PF}" - - dodoc AUTHORS HACKING PLATFORMS README NEWS -} - -src_test() { - emake check VALGRIND= -} diff --git a/dev-libs/xapian/xapian-1.3.1-r1.ebuild b/dev-libs/xapian/xapian-1.3.1-r1.ebuild deleted file mode 100644 index de8e981702b8..000000000000 --- a/dev-libs/xapian/xapian-1.3.1-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.3.1-r1.ebuild,v 1.3 2015/01/28 19:43:27 mgorny Exp $ - -EAPI="5" - -MY_P="${PN}-core-${PV}" - -DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="http://www.xapian.org/" -SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local myconf="" - - ewarn - if use cpu_flags_x86_sse2; then - ewarn "Using sse2" - myconf="${myconf} --enable-sse=sse2" - else - if use cpu_flags_x86_sse; then - ewarn "Using sse" - myconf="${myconf} --enable-sse=sse" - else - ewarn "Disabling sse and sse2" - myconf="${myconf} --disable-sse" - fi - fi - ewarn - - myconf="${myconf} $(use_enable static-libs static)" - - use brass || myconf="${myconf} --disable-backend-brass" - use chert || myconf="${myconf} --disable-backend-chert" - use inmemory || myconf="${myconf} --disable-backend-inmemory" - - myconf="${myconf} --enable-backend-remote --program-suffix=" - - econf $myconf -} - -src_install() { - emake DESTDIR="${D}" install - - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" - use doc || rm -rf "${D}usr/share/doc/${PF}" - - dodoc AUTHORS HACKING PLATFORMS README NEWS -} - -src_test() { - emake check VALGRIND= -} |