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: Fri, 21 Aug 2020 14:45:29
Message-Id: 1598021120.15df26147f96fc707a5427c6323d6f96cd64ba2e.blueness@gentoo
1 commit: 15df26147f96fc707a5427c6323d6f96cd64ba2e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 14:45:02 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 14:45:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15df2614
7
8 app-text/xapian-omega: version bump to 1.4.17
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-text/xapian-omega/Manifest | 1 +
14 app-text/xapian-omega/xapian-omega-1.4.17.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 5295bcfdafa..2a62c29bf1f 100644
19 --- a/app-text/xapian-omega/Manifest
20 +++ b/app-text/xapian-omega/Manifest
21 @@ -2,3 +2,4 @@ DIST xapian-omega-1.2.25.tar.xz 440224 BLAKE2B 1e67cff0ed1796349df5da7d33c07febb
22 DIST xapian-omega-1.4.14.tar.xz 540532 BLAKE2B 193e03bfea5cf7cb5fc5bfca57f80b1390ba63ca999f235a10a7ab9bf4db378273cf6f7f6b3107c80c1ebb44bdb1a94ce3c00585f83ac0bec188163633be843b SHA512 27059d13bbdfc2ee9e8f4f6e74479bac0885cabab97d7eb1ebdc57eacbff1724b2684ba72efdf6d35f608e2e8f0891d47c626aaa100c713f4c2f66f923d841b7
23 DIST xapian-omega-1.4.15.tar.xz 545916 BLAKE2B be89c817d13888bc8de28973be15a512992dc1e6c23ea55f0470b179c9b29b82f2f2988c6ac430d62c3e45e6502555a3497bf3f3ce7bebf832fc8cf8e3dc9f1d SHA512 99ffe32c37b22db4557cae214a157d3b1bda27b2eb86f99862ca59ac326e5ba3f044fbd58a0ec9db7098700dd6a2422634c80987c9152536ec217e48d9694679
24 DIST xapian-omega-1.4.16.tar.xz 546360 BLAKE2B 990eab976833854d2a172e1584383b71375fe2e0b83a8ff0a150f4c9fdb6e99cbd42e58720e81698292843918112426d3b445efe14d9ee5f76e85304439475de SHA512 7f8c3d4e372c49f89e28da999ee49f0754052a339bbc4492b50f8134cf29b2c433ddae9e58ef3a2468898b711b4510ea87687a247ce21e83eba2f8daaa2910c4
25 +DIST xapian-omega-1.4.17.tar.xz 547372 BLAKE2B d164ee2f96d395e2a45919aea821d1bae9b028b64389b4a6e6f1179c0e1c2a92983a3fe7a71f68fe11e04eb61e9f011c21f2edf5660f9feedccd41de8ed2f445 SHA512 0388714ae307044b486e92eacac2d8c09c334e1b77be6cc2c36f8c0c679b4fee660c9b12074e9a278e2981b4a5b4a607d068a5d16c852bef719245bb70b7ce7c
26
27 diff --git a/app-text/xapian-omega/xapian-omega-1.4.17.ebuild b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
28 new file mode 100644
29 index 00000000000..f76f70d1aca
30 --- /dev/null
31 +++ b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
32 @@ -0,0 +1,42 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +
38 +DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
39 +SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz"
40 +HOMEPAGE="https://xapian.org/"
41 +S="${WORKDIR}/xapian-omega-${PV}"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
46 +IUSE=""
47 +
48 +DEPEND="dev-libs/xapian:0/30
49 + dev-lang/perl
50 + dev-libs/libpcre
51 + sys-libs/zlib"
52 +RDEPEND="${DEPEND}"
53 +
54 +src_install() {
55 + emake DESTDIR="${D}" install
56 +
57 + # Protect /etc/omega.conf
58 + echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
59 + doenvd "${T}"/20xapian-omega
60 + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
61 +
62 + # Directory containing Xapian databases:
63 + keepdir /var/lib/omega/data
64 +
65 + # Directory containing OmegaScript templates:
66 + keepdir /var/lib/omega/templates
67 + mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
68 +
69 + # Directory to write Omega logs to:
70 + keepdir /var/log/omega
71 +
72 + # Directory containing any cdb files for the $lookup OmegaScript command:
73 + keepdir /var/lib/omega/cdb
74 +}