public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/
Date: Mon, 26 Sep 2022 01:19:51 +0000 (UTC)	[thread overview]
Message-ID: <1664155165.0e47c7fdca046db5ec0b34553ba103f2ae26e92b.blueness@gentoo> (raw)

commit:     0e47c7fdca046db5ec0b34553ba103f2ae26e92b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 01:19:25 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 01:19:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e47c7fd

app-text/xapian-omega: version bump 1.4.21

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-text/xapian-omega/Manifest                   |  1 +
 app-text/xapian-omega/xapian-omega-1.4.21.ebuild | 42 ++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
index 8fb023090246..b8778a8c7620 100644
--- a/app-text/xapian-omega/Manifest
+++ b/app-text/xapian-omega/Manifest
@@ -2,3 +2,4 @@ DIST xapian-omega-1.4.17.tar.xz 547372 BLAKE2B d164ee2f96d395e2a45919aea821d1bae
 DIST xapian-omega-1.4.18.tar.xz 549892 BLAKE2B 440f7ac93acca5803c80d905a90db854f36a5fb1e486d5178c25db0490bc01812f2173feb8abb97a2e399449950524db7b557b303c671d1e9a50f062f332008a SHA512 35da36bdaa6997353554604db5ced3f3a05d0862ce5cf357fae639ca88a65ea83bf0be039629e6aedd67f8cb369a7eaeba7f279980c9e2f585083c737c61ea43
 DIST xapian-omega-1.4.19.tar.xz 553680 BLAKE2B 1008376d2ba6d72d3cc267ee3bda78a1d37491d706417010e0f4ca7dddf78ddd3d9ad07108874eabfffd0280016ce1fad49c86ee89eed9b37ae571586f838c9b SHA512 82b682bc9d244256afffc2ab1b12b0f577184296a979dc42b2865b689c6d46eca6b838b95a5d040dc228de0c2e2261e81279e0a748eaff2d018732ce4bc07fae
 DIST xapian-omega-1.4.20.tar.xz 563324 BLAKE2B 3836cc1f219f228edbd910dd92eb5bf7f91c6e0e5a1be2fad271dc9246ef0e5dd68d99d48f15c8ac9c449112d492e3becd501413a8c190d0b611d2506f8d82cb SHA512 026ca234d072da39a29d47b5b53033ec7677d51f93a6fedffb2a57ff5b788cc08d94d1dc43ff8c0062639470b8fe3150781008e4b50abd3ec5526b2b98a3a676
+DIST xapian-omega-1.4.21.tar.xz 568440 BLAKE2B 445152c23f58471402d8017906083123c0a0e55eb8feed8908dae46680148471a65c51ef146c693cbbb807ce7a70d6589c0a77c2508c39417b95f292d5e8b9f1 SHA512 a313725084c3c336655a3beaa2c1e6c9186027bf6c90f0c5261f748a08e1e8d1ef9d43b0c6bad5bbd5a5af9d1f3db49b915435e5e815f9e97d452590522e85ec

diff --git a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
new file mode 100644
index 000000000000..91ff25791e25
--- /dev/null
+++ b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+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="https://xapian.org/"
+S="${WORKDIR}/xapian-omega-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="~dev-libs/xapian-${PV}:0/30
+	dev-lang/perl
+	dev-libs/libpcre
+	sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}" 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
+
+	# Directory containing Xapian databases:
+	keepdir /var/lib/omega/data
+
+	# Directory containing OmegaScript templates:
+	keepdir /var/lib/omega/templates
+	mv "${S}"/templates/* "${ED}"/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
+}


             reply	other threads:[~2022-09-26  1:19 UTC|newest]

Thread overview: 141+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26  1:19 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-08 17:16 [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/ Sam James
2024-07-15 11:14 Miroslav Šulc
2024-07-03 19:36 Sam James
2024-07-03 19:32 Sam James
2024-07-03 19:31 Sam James
2024-07-03 19:31 Sam James
2024-07-03 16:31 Jakov Smolić
2024-07-03 16:31 Jakov Smolić
2024-03-08 16:40 Sam James
2024-02-25 13:36 Sam James
2023-09-23 22:55 Robin H. Johnson
2023-05-27 15:21 Sam James
2023-05-01  9:39 Sam James
2023-05-01  5:09 Sam James
2023-05-01  5:09 Sam James
2023-05-01  4:35 Sam James
2023-04-20 13:05 Joonas Niilola
2023-04-20 12:56 Joonas Niilola
2023-04-02 10:00 Viorel Munteanu
2023-01-29 17:08 Joonas Niilola
2023-01-03  6:23 Sam James
2022-10-29  5:48 Arthur Zamarin
2022-10-29  5:48 Arthur Zamarin
2022-10-29  5:48 Arthur Zamarin
2022-10-28 20:53 Sam James
2022-10-28 19:17 Sam James
2022-10-28 18:52 Sam James
2022-10-28 18:52 Sam James
2022-10-28 18:50 Sam James
2022-07-18 17:44 Sam James
2022-07-09 16:09 Anthony G. Basile
2022-06-30 21:41 Sam James
2022-06-21 20:22 Sam James
2022-06-21 20:22 Sam James
2022-06-08  3:06 Sam James
2022-01-17  1:37 Anthony G. Basile
2022-01-17  1:35 Anthony G. Basile
2022-01-02 22:51 Sam James
2022-01-02 22:50 Sam James
2022-01-02  9:59 Sam James
2022-01-02  9:59 Sam James
2021-06-03 22:52 Sam James
2021-06-01  6:57 Agostino Sarubbo
2021-01-25 21:34 Anthony G. Basile
2021-01-20 14:56 Anthony G. Basile
2020-12-13 12:01 Sergei Trofimovich
2020-11-07 20:14 Sam James
2020-10-26 23:51 Sergei Trofimovich
2020-10-26 23:44 Sergei Trofimovich
2020-10-26 12:11 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-28 17:41 Sergei Trofimovich
2020-09-26 19:40 Aaron Bauman
2020-08-21 14:45 Anthony G. Basile
2020-06-10 19:20 Anthony G. Basile
2020-04-23 18:22 Anthony G. Basile
2020-04-15 21:49 Sergei Trofimovich
2020-04-05 10:07 Sergei Trofimovich
2020-03-31  8:37 Mikle Kolyada
2020-03-29  9:40 Sergei Trofimovich
2020-03-29  9:34 Sergei Trofimovich
2020-03-22 17:53 Mikle Kolyada
2020-03-07 22:34 Thomas Deutschmann
2020-03-07 15:50 Anthony G. Basile
2020-03-07 15:50 Anthony G. Basile
2020-01-18 10:54 Sergei Trofimovich
2020-01-18 10:54 Sergei Trofimovich
2019-12-03 14:18 Anthony G. Basile
2019-10-15 16:01 Anthony G. Basile
2019-08-20  1:01 Anthony G. Basile
2019-03-15 13:42 Anthony G. Basile
2019-02-23  0:01 Anthony G. Basile
2019-02-23  0:01 Anthony G. Basile
2018-12-27 17:19 Matt Turner
2018-12-27 17:19 Matt Turner
2018-12-02 15:50 Mikle Kolyada
2018-12-02 15:50 Mikle Kolyada
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-11-06 22:50 Anthony G. Basile
2018-11-05 19:01 Mikle Kolyada
2018-10-27 14:18 Anthony G. Basile
2018-07-23 22:19 Mikle Kolyada
2018-07-20 14:58 Anthony G. Basile
2018-07-02 18:47 Anthony G. Basile
2018-07-01 15:19 Pacho Ramos
2018-06-29  6:52 Sergei Trofimovich
2018-06-27 22:15 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-03-11 14:24 Anthony G. Basile
2017-11-26 19:06 Sergei Trofimovich
2017-11-20 12:31 Anthony G. Basile
2017-11-11 10:20 Sergei Trofimovich
2017-11-11 10:20 Sergei Trofimovich
2017-10-18 23:05 Anthony G. Basile
2017-10-16 23:28 Sergei Trofimovich
2017-10-15 21:28 Sergei Trofimovich
2017-10-06 11:05 Anthony G. Basile
2017-09-10  1:30 Anthony G. Basile
2017-08-12 14:56 Michael Palimaka
2017-07-24 17:58 Markus Meier
2017-07-16 11:08 Tobias Klausmann
2017-07-15 17:48 Sergei Trofimovich
2017-07-15 17:04 Tobias Klausmann
2017-04-27  0:28 Anthony G. Basile
2017-01-29 18:40 Anthony G. Basile
2017-01-29 18:40 Anthony G. Basile
2016-12-29 23:28 Anthony G. Basile
2016-12-21 10:27 Tobias Klausmann
2016-11-16 21:13 Markus Meier
2016-11-15 15:34 Tobias Klausmann
2016-11-03 16:19 Göktürk Yüksek
2016-10-23 17:59 Anthony G. Basile
2016-09-29 18:57 Anthony G. Basile
2016-09-04 16:30 Anthony G. Basile
2016-08-10  6:43 Anthony G. Basile
2016-06-26 19:59 Anthony G. Basile
2016-06-08 13:33 Anthony G. Basile
2016-06-02 21:55 Anthony G. Basile
2016-05-25 14:28 Tobias Klausmann
2016-05-10 17:11 Anthony G. Basile
2016-05-07 15:12 Anthony G. Basile
2016-05-07 14:31 Anthony G. Basile
2016-05-07 14:21 Anthony G. Basile
2016-05-07 13:08 Anthony G. Basile
2016-04-11 14:52 Anthony G. Basile
2016-04-02 23:04 Anthony G. Basile
2016-03-30 10:22 Anthony G. Basile
2016-02-21 19:02 Markus Meier
2016-02-13 16:46 Agostino Sarubbo
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 14:52 Anthony G. Basile
2016-01-01 10:25 Anthony G. Basile
2015-12-31 15:27 Anthony G. Basile
2015-10-13 18:53 Anthony G. Basile
2015-10-13 17:52 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1664155165.0e47c7fdca046db5ec0b34553ba103f2ae26e92b.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox