Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/
Date: Sun, 10 Sep 2017 01:31:01
Message-Id: 1505007046.f5ecf1af68e5dcf65eb5e70994f2c818f85b210d.blueness@gentoo
1 commit: f5ecf1af68e5dcf65eb5e70994f2c818f85b210d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 01:28:03 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 01:30:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ecf1af
7
8 app-text/xapian-omega: punt 1.4.3 for bug #630540
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/xapian-omega/Manifest | 1 -
13 app-text/xapian-omega/xapian-omega-1.4.3.ebuild | 42 -------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
17 index cdf348d5a1a..57d2b1eabeb 100644
18 --- a/app-text/xapian-omega/Manifest
19 +++ b/app-text/xapian-omega/Manifest
20 @@ -1,4 +1,3 @@
21 DIST xapian-omega-1.2.22.tar.xz 437556 SHA256 a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b SHA512 c90ef3658cfb7f0337aa946ad04a7173d0aa89e5179c8b9edbfd78156c11d93d6a9ef6055142d26ecd95af8b0cbdf3b061e505c75f37f5e1e3b2ffc272fbaa3b WHIRLPOOL fa500c681fe1c8b82c3d469183ce987b38cd91f110ed1cd7b4e5372525a503c28e310abb15afc31892f2fa4fbd8e74bce07c1b618996541500b3f8d114b06920
22 DIST xapian-omega-1.2.24.tar.xz 438104 SHA256 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 SHA512 df483ed1410ca04df3b1ec4248442c91b03bd407737d022e494ffe3e14d62a41ee73b27114a979f59825e0ea2f2d16e0eea3c518a8db0094d697f0093e21f6a7 WHIRLPOOL af7a01659a48cf63a63dfe231cd39bc9d1dabb4e3e097262d21b73d3b99145ba3fe348c3126103dc3c91f4b9a2a1a61c1a4a80b0a0830580bcdf1b5a0cd8c393
23 -DIST xapian-omega-1.4.3.tar.xz 498856 SHA256 2eea0344a0703ba379d845b86d08a9c2e9faf0deb21834d9ea6939b712c6216e SHA512 4d74a45e868eccbe18e5d4230b85c1a1f67fa9847b97cb7c367ece5f1a4e054fdfbdfbbe7600e0598253f022089be06bdca3d15f1655335c0985794b5ba9f040 WHIRLPOOL c380a6406c7a117bada21aaf85a6340cf62102bec28b370a8ad7b7b6d599db444728507edb483e55bea2526c724a8aae35f179632601e77b457c4a3ed87acbaa
24 DIST xapian-omega-1.4.4.tar.xz 501712 SHA256 14dd790b94b828b457120439886bb5de59ccb5d7a8cefcdcf47daba5817e895e SHA512 927c6afe24f8a13018fcc233e874c71c0912cb6200094f7246c12b4175bc48d752312e57128a314e7674a948a50ef092dd7f2dc8910db7df8f3ccf9c44f38533 WHIRLPOOL ef061913e5997bab155979e75ffe3ada19384f58e2c75c8cd5957bfae0eada5b8f110b79f63e45b28499222395500d923828c43e3890e11bc248689e43d8ae85
25
26 diff --git a/app-text/xapian-omega/xapian-omega-1.4.3.ebuild b/app-text/xapian-omega/xapian-omega-1.4.3.ebuild
27 deleted file mode 100644
28 index d49ca33f6fd..00000000000
29 --- a/app-text/xapian-omega/xapian-omega-1.4.3.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
38 -SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz"
39 -HOMEPAGE="http://www.xapian.org/"
40 -S="${WORKDIR}/xapian-omega-${PV}"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="dev-libs/xapian:0/30
48 - dev-lang/perl
49 - dev-libs/libpcre
50 - sys-libs/zlib"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_install () {
54 - emake DESTDIR="${D}" install
55 -
56 - # Protect /etc/omega.conf
57 - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
58 - doenvd "${T}"/20xapian-omega
59 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
60 -
61 - # Directory containing Xapian databases:
62 - keepdir /var/lib/omega/data
63 -
64 - # Directory containing OmegaScript templates:
65 - keepdir /var/lib/omega/templates
66 - mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
67 -
68 - # Directory to write Omega logs to:
69 - keepdir /var/log/omega
70 -
71 - # Directory containing any cdb files for the $lookup OmegaScript command:
72 - keepdir /var/lib/omega/cdb
73 -}