net-mail/dovecot-fts-xapian - 1.9.3 (guru)

Search

Install

Install this version:

emerge -a =net-mail/dovecot-fts-xapian-1.9.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-mail/dovecot-fts-xapian-1.9.3

Or alternatively:

emerge --autounmask-write -a =net-mail/dovecot-fts-xapian-1.9.3

Package Information

Description:
Dovecot FTS plugin backed by Xapian
Homepage:
https://github.com/grosjo/fts-xapian
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.9.3 8 ~amd64 0
View Raw Ebuild
# 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
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-mail/dovecot-fts-xapian | euse -E <flag> -p net-mail/dovecot-fts-xapian | euse -D <flag> -p net-mail/dovecot-fts-xapian

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/icu:=
	>=dev-libs/xapian-1.4:=
	net-mail/dovecot:=
	dev-db/sqlite:*
	

RDEPEND

	dev-libs/icu:=
	>=dev-libs/xapian-1.4:=
	net-mail/dovecot:=
	dev-db/sqlite:*
	

BDEPEND

virtual/pkgconfig

Manifest for 1.9.3

Type File Size Source URLs
DIST dovecot-fts-xapian-1.9.3.tar.gz 37816 bytes https://github.com/grosjo/fts-xapian/archive/refs/tags/1.9.3.tar.gz