diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-10-23 13:53:30 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-10-23 13:59:21 -0400 |
commit | 49324ff8079bdb5d10a31f13bc2c729bf6334148 (patch) | |
tree | 8d26f96c7e7f4c69b1cf89fc45ec5e85212618df /app-text/xapian-omega | |
parent | dev-libs/xapian: remove older unstable versions (diff) | |
download | gentoo-49324ff8079bdb5d10a31f13bc2c729bf6334148.tar.gz gentoo-49324ff8079bdb5d10a31f13bc2c729bf6334148.tar.bz2 gentoo-49324ff8079bdb5d10a31f13bc2c729bf6334148.zip |
dev-libs/xapian-bindings: bump to 1.4.1, remove older unstable versions
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text/xapian-omega')
-rw-r--r-- | app-text/xapian-omega/Manifest | 1 | ||||
-rw-r--r-- | app-text/xapian-omega/xapian-omega-1.2.23-r2.ebuild | 46 | ||||
-rw-r--r-- | app-text/xapian-omega/xapian-omega-1.3.7-r1.ebuild | 46 | ||||
-rw-r--r-- | app-text/xapian-omega/xapian-omega-1.4.1.ebuild (renamed from app-text/xapian-omega/xapian-omega-1.4.0.ebuild) | 0 |
4 files changed, 1 insertions, 92 deletions
diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest index 35581c0db3d8..b12c63ed0229 100644 --- a/app-text/xapian-omega/Manifest +++ b/app-text/xapian-omega/Manifest @@ -3,3 +3,4 @@ DIST xapian-omega-1.2.23.tar.xz 437912 SHA256 55c790204fc0b1ddbd4bdae73aa55eed40 DIST xapian-omega-1.2.24.tar.xz 438104 SHA256 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 SHA512 df483ed1410ca04df3b1ec4248442c91b03bd407737d022e494ffe3e14d62a41ee73b27114a979f59825e0ea2f2d16e0eea3c518a8db0094d697f0093e21f6a7 WHIRLPOOL af7a01659a48cf63a63dfe231cd39bc9d1dabb4e3e097262d21b73d3b99145ba3fe348c3126103dc3c91f4b9a2a1a61c1a4a80b0a0830580bcdf1b5a0cd8c393 DIST xapian-omega-1.3.7.tar.xz 490156 SHA256 3d3064289dc891c774a6be8b6e2f0f21691b88ab57ec7a5d16141179027c7453 SHA512 87aea7e59a612b6757d6c826b328542f5696d544906e85009063b8a7206a9cbf50457f7a03e3d2c25ebfd95d37e3c2a75ee70d2da7c3e1bd021e6c15092a1755 WHIRLPOOL 5da58ff0e30c0341b7f653b30be12770fea82d3f6e6041d8fd82be1ca75b3e058336854a4a651d430c71dbacfebb91b9b0eb4b95ced99ba983bddcd690acb92b DIST xapian-omega-1.4.0.tar.xz 490224 SHA256 10fc0635b5009bbe726461a62867abf6761bd8cfb812c2ead9646a166a20431f SHA512 973c456e6d6f5b0818ec6ae1fe8e2ad221ddb5f497a0e51ea552b3e634414f0110311de848276904cff9712dcde7f6468f7152e802a912477e087a17d254d65e WHIRLPOOL 94d3d8bf591dd1cba33b6ab5c09159d596d422a822537890a04106feabd2604c19986f2c5a40800d656090c76e224b25a061b61f84c219b457ea19c350d9bd97 +DIST xapian-omega-1.4.1.tar.xz 494868 SHA256 d114bb16431adad50f505edadfb4c97aca9657132b239509ff8cf335aff738af SHA512 19891f5d0e901027e734041fc29b223ef002029b9ffdb91797b8b382132fcf7c335114ca7bec0ff21970a7435758e24675f1577dbb615f3cacad105d8ee91415 WHIRLPOOL d63f91dc0a9893ead23756eb4289ddb9868caf39ea4a5991c5645e50352014480fb98f31f1b6bc2715b1a0b99880c5d9b8e0e63f1792a423a5df2221c080cd0f diff --git a/app-text/xapian-omega/xapian-omega-1.2.23-r2.ebuild b/app-text/xapian-omega/xapian-omega-1.2.23-r2.ebuild deleted file mode 100644 index 164eebbecc45..000000000000 --- a/app-text/xapian-omega/xapian-omega-1.2.23-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" -S="${WORKDIR}/xapian-omega-${PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/xapian:0/1.2.22 - dev-lang/perl - dev-libs/libpcre - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_install () { - emake DESTDIR="${D}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - #move docs to /usr/share/doc/${PF}. - mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}" || die - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xapian-omega/xapian-omega-1.3.7-r1.ebuild b/app-text/xapian-omega/xapian-omega-1.3.7-r1.ebuild deleted file mode 100644 index 207ee1dfc00c..000000000000 --- a/app-text/xapian-omega/xapian-omega-1.3.7-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" -S="${WORKDIR}/xapian-omega-${PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-libs/xapian:0/1.3.8 - dev-lang/perl - dev-libs/libpcre - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_install () { - emake DESTDIR="${D}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - #move docs to /usr/share/doc/${PF}. - mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}" || die - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xapian-omega/xapian-omega-1.4.0.ebuild b/app-text/xapian-omega/xapian-omega-1.4.1.ebuild index faa7c7725330..faa7c7725330 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.0.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.1.ebuild |