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: Sat, 23 Feb 2019 00:01:36
Message-Id: 1550880085.27bd8e81b203490cfc78775ad6d8d0cdbb082027.blueness@gentoo
1 commit: 27bd8e81b203490cfc78775ad6d8d0cdbb082027
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 00:00:59 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 00:01:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bd8e81
7
8 app-text/xapian-omega: version bump to 1.4.10
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/xapian-omega/Manifest | 1 +
14 app-text/xapian-omega/xapian-omega-1.4.10.ebuild | 42 ++++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
18 index aebe74b4aab..2eb1316a7e9 100644
19 --- a/app-text/xapian-omega/Manifest
20 +++ b/app-text/xapian-omega/Manifest
21 @@ -1,4 +1,5 @@
22 DIST xapian-omega-1.2.25.tar.xz 440224 BLAKE2B 1e67cff0ed1796349df5da7d33c07febba2d8c79906fd98c66becd59d7d387174728551785ca42db1f69662cc157bbfc35c0e29f96958ddb76670797d9a4bcf7 SHA512 f412538cd50c82d7af28f2620c1e377afd3f03186259a145f9a37cd64d05837b7cc6f205627a3c8e4c25ec19efc2a81a6fe3a415d00b7a6f4df847d6ff2d453c
23 +DIST xapian-omega-1.4.10.tar.xz 532952 BLAKE2B dec0ebc7b4de24d6f11ea91f090925c0a2dd088ec6468e47e1ea6e60f31acd99d8480f47275df597a508b51c3d2046ce89cd1c8f10e19ff4ad4ce5e593e25852 SHA512 53dde1705eea39fa26afd4db6a0ab39e050ecd1ffc71d2e4c2a2287930d926993c48c36d0c2ad6268188a29876bac1f0e3c29fc54afd2fb6f831899929ebb302
24 DIST xapian-omega-1.4.5.tar.xz 502820 BLAKE2B 3077a9a4fd177daa7f8470bea0b8dde25402235fee280118a90930888543b2da7821ad7d30143d04d35dccfb0de6c375231f2db4a4f4dcbaeeaf5d4e54045cfc SHA512 895da1e1a3ddf2e5e8576fd41853cc5cb7c6e4f0223a0d25f6303fd01ca26f64c8e41616d6d66b2309a4ca5763b2b20b208dbf6054f0498411f2678422c07893
25 DIST xapian-omega-1.4.7.tar.xz 510644 BLAKE2B e2106b07a0ccf765dad25c3e83a745936156b002e638fbd9cbd1fd194f507ad663c305fc4981d72f92a74f645601aa83b1bc3133d10d8d4c308f28657a90a356 SHA512 e7e2c7dfa3e76ccdde103b34aa1b0732033e9f218346a81f1b0b865c6e2d17c356b96a4522a3a2273fb55eb2fbd2dd57e835368771f46c9fb458c0c11329893b
26 DIST xapian-omega-1.4.8.tar.xz 521352 BLAKE2B 01d914c0dcd7e8a8cf7ec4b997af49c01883d83a5c9bd1c59da058d3329dab5f517bb4d3aa243a3e47ad36311acafd64505fda1ecf86d3605a38ef70760d8711 SHA512 5d27c03891ff941b23c899b1a293ed9be0129de08ff46156380638408360ea6e4aa2dfb4fe0ffb13726807849802fe8d19f6dc817a52ec5bf50c2bf94ed94c2f
27
28 diff --git a/app-text/xapian-omega/xapian-omega-1.4.10.ebuild b/app-text/xapian-omega/xapian-omega-1.4.10.ebuild
29 new file mode 100644
30 index 00000000000..4a7e3ffd806
31 --- /dev/null
32 +++ b/app-text/xapian-omega/xapian-omega-1.4.10.ebuild
33 @@ -0,0 +1,42 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="7"
38 +
39 +DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
40 +SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz"
41 +HOMEPAGE="https://xapian.org/"
42 +S="${WORKDIR}/xapian-omega-${PV}"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
47 +IUSE=""
48 +
49 +DEPEND="dev-libs/xapian:0/30
50 + dev-lang/perl
51 + dev-libs/libpcre
52 + sys-libs/zlib"
53 +RDEPEND="${DEPEND}"
54 +
55 +src_install () {
56 + emake DESTDIR="${D}" install
57 +
58 + # Protect /etc/omega.conf
59 + echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
60 + doenvd "${T}"/20xapian-omega
61 + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
62 +
63 + # Directory containing Xapian databases:
64 + keepdir /var/lib/omega/data
65 +
66 + # Directory containing OmegaScript templates:
67 + keepdir /var/lib/omega/templates
68 + mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
69 +
70 + # Directory to write Omega logs to:
71 + keepdir /var/log/omega
72 +
73 + # Directory containing any cdb files for the $lookup OmegaScript command:
74 + keepdir /var/lib/omega/cdb
75 +}