From: "Philippe Chaintreuil" <gentoo_bugs_peep@parallaxshift.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-xapian/
Date: Mon, 27 Nov 2023 20:49:29 +0000 (UTC) [thread overview]
Message-ID: <1701118039.ac8b8fc448fa017dddfc45e1cc4ce14b8ea2dcfa.gentoo_bugs_peep@gentoo> (raw)
commit: ac8b8fc448fa017dddfc45e1cc4ce14b8ea2dcfa
Author: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
AuthorDate: Mon Nov 27 20:47:07 2023 +0000
Commit: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
CommitDate: Mon Nov 27 20:47:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac8b8fc4
net-mail/dovecot-fts-xapian: add 1.5.7
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com>
net-mail/dovecot-fts-xapian/Manifest | 1 +
.../dovecot-fts-xapian-1.5.7.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/net-mail/dovecot-fts-xapian/Manifest b/net-mail/dovecot-fts-xapian/Manifest
index 28f1b15ece..2478c7c468 100644
--- a/net-mail/dovecot-fts-xapian/Manifest
+++ b/net-mail/dovecot-fts-xapian/Manifest
@@ -1,2 +1,3 @@
DIST dovecot-fts-xapian-1.5.4.tar.gz 33101 BLAKE2B f2bf7c2cee8930cb8791035d434468537decd72f0643b308f437ad634affa555c486ac4524a1b63b7cc06304e77c431f1e846497b6080c07911a82c20c602c8d SHA512 773579959c79142ab3a24ceaa7da7fd68a9c7dde4439bd613112fc02f4b23d4d7fd258563f771dbe06db4000f9be6a219bd88b07f57521ae45246029af58570d
DIST dovecot-fts-xapian-1.5.5.tar.gz 33228 BLAKE2B b8e86b3655a6b7291961cfbd39d6ef93ab2e2fbb049e97ebd07b473eb5fc5ecf91950343adfa9c267791442d581ebea47416d8e674d7f3019091fbd69b6e60f1 SHA512 229362207bfa7bb13b1ded4d8b2a2aef7a4a72306e140dc4bd5778991220b27d296ca3659993856f83c80c437f7feadebad1e3ac06f8120a6e45b69f6dbb1ecb
+DIST dovecot-fts-xapian-1.5.7.tar.gz 33594 BLAKE2B 5d83cf5292ecf7d7245a56d21587302ea8c3bc5b0374c5c77013059fa66e4d187bb26b9c1d928e8ad324d235a79bd97a6878086fc19b493b1aeae1a312bceaf1 SHA512 eb3b7e19ba522dd9e9c2952c3022b15249889c814e8a90b50836526ab5000b26e0e835b71d3a4439f03d5399277b70a3ffeb366ca42061b647ab8ce251268c3b
diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.7.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.7.ebuild
new file mode 100644
index 0000000000..9e8a229271
--- /dev/null
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Dovecot FTS plugin backed by Xapian"
+HOMEPAGE="https://github.com/grosjo/fts-xapian"
+SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fts-xapian-${PV}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+RDEPEND="
+ dev-libs/icu:=
+ >=dev-libs/xapian-1.4:=
+ net-mail/dovecot:=
+ "
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ ${FILESDIR}/bug-887887_allow-O2-override.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # Disable hardening so CFLAGS are left up to the Gentoo user
+ # https://bugs.gentoo.org/888751
+ econf \
+ --enable-hardening=no \
+ --with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \
+ $( use_enable static-libs static )
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2023-11-27 20:49 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 20:49 Philippe Chaintreuil [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-16 0:34 [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-xapian/ Philippe Chaintreuil
2024-11-16 0:34 Philippe Chaintreuil
2024-11-16 0:34 Philippe Chaintreuil
2024-11-06 15:59 Philippe Chaintreuil
2024-07-10 14:51 Philippe Chaintreuil
2024-05-29 1:08 Philippe Chaintreuil
2024-05-20 20:12 Philippe Chaintreuil
2024-05-12 16:00 Philippe Chaintreuil
2024-04-04 12:11 Philippe Chaintreuil
2024-04-02 18:18 Philippe Chaintreuil
2024-04-01 13:10 Philippe Chaintreuil
2024-04-01 13:02 Philippe Chaintreuil
2024-03-28 13:13 Philippe Chaintreuil
2024-03-28 13:10 Philippe Chaintreuil
2024-03-06 23:02 Philippe Chaintreuil
2024-02-04 18:28 Philippe Chaintreuil
2024-02-04 18:26 Philippe Chaintreuil
2023-01-23 23:51 Philippe Chaintreuil
2022-12-25 18:44 Philippe Chaintreuil
2022-07-24 12:36 Philippe Chaintreuil
2022-04-23 17:22 Philippe Chaintreuil
2022-04-21 20:50 Philippe Chaintreuil
2022-04-15 12:54 Philippe Chaintreuil
2022-04-13 23:54 Philippe Chaintreuil
2022-04-13 19:45 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-04-13 19:41 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-04-12 20:58 Philippe Chaintreuil
2022-04-12 16:00 Philippe Chaintreuil
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=1701118039.ac8b8fc448fa017dddfc45e1cc4ce14b8ea2dcfa.gentoo_bugs_peep@gentoo \
--to=gentoo_bugs_peep@parallaxshift.com \
--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