diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-02-04 13:28:02 -0500 |
---|---|---|
committer | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-02-04 13:28:13 -0500 |
commit | c76b0bac670d6daacd1020317af1ef7debe8aae7 (patch) | |
tree | 1965fbc8400b97e207a34366e8ef945c3adfb585 /net-mail | |
parent | net-mail/dovecot-fts-xapian: add 1.5.9 (diff) | |
download | guru-c76b0bac670d6daacd1020317af1ef7debe8aae7.tar.gz guru-c76b0bac670d6daacd1020317af1ef7debe8aae7.tar.bz2 guru-c76b0bac670d6daacd1020317af1ef7debe8aae7.zip |
net-mail/dovecot-fts-xapian: drop 1.5.4
Just cleaing up old version.
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot-fts-xapian/Manifest | 1 | ||||
-rw-r--r-- | net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/net-mail/dovecot-fts-xapian/Manifest b/net-mail/dovecot-fts-xapian/Manifest index 5dd28a984..b031094dc 100644 --- a/net-mail/dovecot-fts-xapian/Manifest +++ b/net-mail/dovecot-fts-xapian/Manifest @@ -1,4 +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 DIST dovecot-fts-xapian-1.5.9.tar.gz 34220 BLAKE2B 8cf0772122d5dd8cf25fa2e8a5c02c8a315fdf4fbd346db3d01e78aa3e1116d42fbf30c155a364e064bd2ea4e9b67a48a69b3a3dada2c471c550f1d4fabbc8bd SHA512 e5961e5f6aeed6efabf456487307dfd09e255077e8c2c3af6c390b73b48dd2613f09ad4dfcd64974a91463a05a55078edfb7368d8c01ce0a839847823507b91f diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild deleted file mode 100644 index 7e7f7c998..000000000 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \ - $( use_enable static-libs static ) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |