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: Tue, 12 Apr 2022 16:00:47 +0000 (UTC) [thread overview]
Message-ID: <1649778830.364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c.gentoo_bugs_peep@gentoo> (raw)
commit: 364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c
Author: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
AuthorDate: Tue Apr 12 15:28:25 2022 +0000
Commit: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
CommitDate: Tue Apr 12 15:53:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=364d6545
net-mail/dovecot-fts-xapian: initial ebuild (1.5.2)
Xapian is a Dovecot plugin that offers Full Text Search capabilities
without a ton of dependencies.
* Add dovecot-fts-xapian-1.5.2
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com>
net-mail/dovecot-fts-xapian/Manifest | 1 +
.../dovecot-fts-xapian-1.5.2.ebuild | 42 ++++++++++++++++++++++
net-mail/dovecot-fts-xapian/metadata.xml | 17 +++++++++
3 files changed, 60 insertions(+)
diff --git a/net-mail/dovecot-fts-xapian/Manifest b/net-mail/dovecot-fts-xapian/Manifest
new file mode 100644
index 000000000..13d7d28a2
--- /dev/null
+++ b/net-mail/dovecot-fts-xapian/Manifest
@@ -0,0 +1 @@
+DIST dovecot-fts-xapian-1.5.2.tar.gz 2985120 BLAKE2B 25ab535a93bbc6c0ce6c50cf01916b3349c7a34d9746ea1f87e1bf45eaa643370a3f6a5e967a168b29d0bd601f3dddbff43dd75eab64f4d62d5277f78374cf9f SHA512 afbdd9866d61104d22875eb326a2a893ef0b252e6a493c939db8a29f2d7460a70c8e7648729840ea89d60c374ce75bb34a9c90e7ca2d9c4a9239fa3b2f5905a4
diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild
new file mode 100644
index 000000000..c712bd683
--- /dev/null
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild
@@ -0,0 +1,42 @@
+# 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"
+
+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"
+
+S="${WORKDIR}/fts-xapian-${PV}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \
+ $( use_enable static-libs static )
+}
+
+src_install() {
+ default
+ use static-libs || find "${ED}" -name '*.la' -delete
+}
diff --git a/net-mail/dovecot-fts-xapian/metadata.xml b/net-mail/dovecot-fts-xapian/metadata.xml
new file mode 100644
index 000000000..9dfeff7ae
--- /dev/null
+++ b/net-mail/dovecot-fts-xapian/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>git_peep@parallaxshift.com</email>
+ <name>Philippe 'Peep' Chaintreuil</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Joan Moreau</name>
+ <email>jom@grosjo.net</email>
+ </maintainer>
+ <remote-id type="github">grosjo/fts-xapian</remote-id>
+ <changelog>https://github.com/grosjo/fts-xapian/releases</changelog>
+ <bugs-to>https://github.com/grosjo/fts-xapian/issues/new</bugs-to>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-04-12 16:00 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-12 16:00 Philippe Chaintreuil [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-12 20:58 [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-xapian/ 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-13 23:54 Philippe Chaintreuil
2022-04-15 12:54 Philippe Chaintreuil
2022-04-21 20:50 Philippe Chaintreuil
2022-04-23 17:22 Philippe Chaintreuil
2022-07-24 12:36 Philippe Chaintreuil
2022-12-25 18:44 Philippe Chaintreuil
2023-01-23 23:51 Philippe Chaintreuil
2023-11-27 20:49 Philippe Chaintreuil
2024-02-04 18:26 Philippe Chaintreuil
2024-02-04 18:28 Philippe Chaintreuil
2024-03-06 23:02 Philippe Chaintreuil
2024-03-28 13:10 Philippe Chaintreuil
2024-03-28 13:13 Philippe Chaintreuil
2024-04-01 13:02 Philippe Chaintreuil
2024-04-01 13:10 Philippe Chaintreuil
2024-04-02 18:18 Philippe Chaintreuil
2024-04-04 12:11 Philippe Chaintreuil
2024-05-12 16:00 Philippe Chaintreuil
2024-05-20 20:12 Philippe Chaintreuil
2024-05-29 1:08 Philippe Chaintreuil
2024-07-10 14:51 Philippe Chaintreuil
2024-11-06 15:59 Philippe Chaintreuil
2024-11-16 0:34 Philippe Chaintreuil
2024-11-16 0:34 Philippe Chaintreuil
2024-11-16 0:34 Philippe Chaintreuil
2024-12-28 15:40 Philippe Chaintreuil
2025-01-03 23:54 Philippe Chaintreuil
2025-01-11 21:56 Philippe Chaintreuil
2025-01-15 11:24 Philippe Chaintreuil
2025-02-02 12:34 Philippe Chaintreuil
2025-03-02 18:16 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=1649778830.364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c.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