public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  6 Nov 2024 15:59:03 +0000 (UTC)	[thread overview]
Message-ID: <1730908716.68ebd4f81c6ed3e0f3a8837d148c7f902c5c7d2e.gentoo_bugs_peep@gentoo> (raw)

commit:     68ebd4f81c6ed3e0f3a8837d148c7f902c5c7d2e
Author:     Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
AuthorDate: Tue Nov  5 21:32:01 2024 +0000
Commit:     Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
CommitDate: Wed Nov  6 15:58:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68ebd4f8

net-mail/dovecot-fts-xapian: add 1.7.17

Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com>

 net-mail/dovecot-fts-xapian/Manifest               |  1 +
 .../dovecot-fts-xapian-1.7.17.ebuild               | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-mail/dovecot-fts-xapian/Manifest b/net-mail/dovecot-fts-xapian/Manifest
index 5935f31ee..91adf7106 100644
--- a/net-mail/dovecot-fts-xapian/Manifest
+++ b/net-mail/dovecot-fts-xapian/Manifest
@@ -3,5 +3,6 @@ DIST dovecot-fts-xapian-1.7.10.tar.gz 36894 BLAKE2B a7c00f4946dfa9e2ccb79722ca5a
 DIST dovecot-fts-xapian-1.7.11.tar.gz 37307 BLAKE2B e841a4d71c02c2c846eb299a4a1ead5d8ba213b9d31ef24124997b2a1e24b27a2c60d6d8ec53cbb300221934c0f2842f9912161a65ad526f3c2012f5a33783fb SHA512 60590be20c92997f663368c088a062d639b8251550637cdda651294ee384b9300367ad583a5ff1808c0fb954cb49f656a3ece312a9f6d69f41f32fe812e24c71
 DIST dovecot-fts-xapian-1.7.12.tar.gz 37328 BLAKE2B 5673e5455bf9ae5a28d3715dd7382bb3fca22af9654f5d40a58d02bd7d9f6e8eabb47dab56a732f2e784696313e7526feeb1d6e65f462c65a8210b7edef55d08 SHA512 516e621c055c495534e0fdcf1580af503a48323d343f75d8164d80676d8b436872e88faa6b869838da9bb6465586d005bcf9724420623c4e295c0fb6c82b9865
 DIST dovecot-fts-xapian-1.7.14.tar.gz 37622 BLAKE2B a6452ed5d940898d56fd0a40346e887a2dce03493b2b45963f0089b40737cdaaab02df5ad97d0a6b7ec606faf683a2e971bae6a3a206322bd3cfff42be3b8cf0 SHA512 cc1308a4da7a48dcdc926e233ee5b8be34623816931a2392020c352f017338a0a8e6c569ac7caba67332f72505981648c5d23f0e77fcf04454de2405a5d1dc1c
+DIST dovecot-fts-xapian-1.7.17.tar.gz 35008 BLAKE2B 4b90b4193e6e62ce1c371f4f381829acdb1be141c4a9533cdda90f1a8a1fb6d7bcd888d3efe549d8e2e1e8baa5f9878e54cfa37e850d61472c40772f8f9611a1 SHA512 a5841d71a2aca0c10555e9a64d43c3b7b1ecd6785bac8178b392a3211ded9f2d40a76c1ba7297d65196e1b98cb549ed6284277762fafa87cd56381c9a2b43679
 DIST dovecot-fts-xapian-1.7.6.tar.gz 36626 BLAKE2B 4112204e78fce042a4db5e6d3bd5d12e2ca6be8199ded4f7b3b7e0ff9977268491aa7e524f00103e1ee07d5ce0b59dcea171c5be19c7857dbeae9416c4fe984e SHA512 83b25bae097fceb56b62355cd8e10788bea850c2f312eb15fca72fb9c1d033d54e56c251eb27eeb971fe405da9d6a3509a3a700bbd0602d785949548ac15ba1f
 DIST dovecot-fts-xapian-1.7.9.tar.gz 36884 BLAKE2B 6e2520a7b8a8250caa2a92af15e6eecdfbdbb542ff439e91baa0c084b3a6f6b02918decd0e0f0d888aba4db54b9566d63a796385a4d56970b69035845e20f84a SHA512 9df23186648902c9ca38f861496bff3e00005096be960a138b7d20eb3baff2734e16949614d1207cce34f2d6626634f58b35ea2c0500e2981f05eea1ad9da718

diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.17.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.17.ebuild
new file mode 100644
index 000000000..18a7328b4
--- /dev/null
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.17.ebuild
@@ -0,0 +1,49 @@
+# 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:=
+	dev-db/sqlite:*
+	"
+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
+}


             reply	other threads:[~2024-11-06 15:59 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06 15:59 Philippe Chaintreuil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 15:40 [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-16  0:34 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-11-27 20:49 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=1730908716.68ebd4f81c6ed3e0f3a8837d148c7f902c5c7d2e.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