From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/
Date: Wed, 21 May 2025 20:56:45 +0000 (UTC) [thread overview]
Message-ID: <1747860864.29125963dfef5dfe15ab9f0dd3d3bab7e8c5aa36.sam@gentoo> (raw)
commit: 29125963dfef5dfe15ab9f0dd3d3bab7e8c5aa36
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Wed May 21 11:18:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 20:54:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29125963
mail-filter/imapfilter: add 2.8.3
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/42184
Closes: https://github.com/gentoo/gentoo/pull/42184
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/imapfilter/Manifest | 1 +
mail-filter/imapfilter/imapfilter-2.8.3.ebuild | 48 ++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/mail-filter/imapfilter/Manifest b/mail-filter/imapfilter/Manifest
index 3afc4a882160..9ab9d4e96832 100644
--- a/mail-filter/imapfilter/Manifest
+++ b/mail-filter/imapfilter/Manifest
@@ -1 +1,2 @@
DIST imapfilter-2.8.2.tar.gz 58622 BLAKE2B b47e9902fc08be74d2cad622c75093d7771a97db0142373a3fc4fbd03613225b5f1a6fcd1f9354219c27d856450ff2a266d49f5d7f4e1b95b29876ac9594d02f SHA512 b16e684d6af4e8c3f465e22c008b9231209f1336b1f9a27fbd98460cf987f84e81040250ccb657d3986100b3804f1fc130a409cacc3921180920d26193dd5967
+DIST imapfilter-2.8.3.tar.gz 58724 BLAKE2B e423519a24a95c9898e77d065430f02fb2c1820a959e479b605ef291529c7f30c7a24d44c9f74240ce949ea4bd503d87323c596279248c310b6f7204d2098fa3 SHA512 e7827958acc3a04b66a3a17545b67f64f635329b576a5e8443898bb3869cd6f19df52ad85281a09e578b1c15f2346c2ab85bf688ee702bf6c8d0a74fe6a20a10
diff --git a/mail-filter/imapfilter/imapfilter-2.8.3.ebuild b/mail-filter/imapfilter/imapfilter-2.8.3.ebuild
new file mode 100644
index 000000000000..58131f83f2eb
--- /dev/null
+++ b/mail-filter/imapfilter/imapfilter-2.8.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua-single toolchain-funcs
+
+DESCRIPTION="An IMAP mail filtering utility"
+HOMEPAGE="https://github.com/lefcha/imapfilter"
+SRC_URI="https://github.com/lefcha/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+ dev-libs/openssl:=
+ dev-libs/libpcre2
+ ${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README samples/. )
+
+src_prepare() {
+ default
+ sed -i -e "/^PREFIX/s:/usr/local:${EPREFIX}/usr:" \
+ -e "/^MANDIR/s:man:share/man:" \
+ -e "/^CFLAGS/s:CFLAGS =:CFLAGS +=:" \
+ -e "/^CFLAGS/s/-O//" \
+ src/Makefile || die
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ LDFLAGS="${LDFLAGS}" \
+ INCDIRS="$(lua_get_CFLAGS)" \
+ LIBLUA="$(lua_get_LIBS)"
+}
+
+src_install() {
+ default
+ doman doc/imapfilter.1 doc/imapfilter_config.5
+}
next reply other threads:[~2025-05-21 20:56 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 20:56 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 6:28 [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/ Arthur Zamarin
2024-06-21 18:22 Sam James
2024-06-21 18:22 Sam James
2024-06-21 18:22 Sam James
2024-01-20 12:23 Sam James
2023-08-02 15:54 Arthur Zamarin
2023-07-02 15:34 Sam James
2023-07-02 12:14 Sam James
2023-01-14 19:17 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:22 Arthur Zamarin
2022-09-10 10:08 Sam James
2022-09-06 21:50 Sam James
2022-06-28 9:31 Sam James
2021-05-02 8:59 Mikle Kolyada
2021-02-05 12:33 Sam James
2021-02-05 12:29 Sam James
2021-02-02 23:46 Sam James
2021-01-31 21:51 Sam James
2021-01-25 17:38 Marek Szuba
2021-01-24 3:52 Sam James
2020-12-03 12:54 Marek Szuba
2020-10-14 14:44 Marek Szuba
2020-03-26 18:28 Thomas Deutschmann
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:20 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-25 22:53 Thomas Deutschmann
2019-02-27 4:45 Aaron Bauman
2019-02-27 4:45 Aaron Bauman
2019-02-27 4:45 Aaron Bauman
2019-02-27 4:45 Aaron Bauman
2019-01-07 19:15 Lars Wendler
2015-10-11 0:06 Anthony G. Basile
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=1747860864.29125963dfef5dfe15ab9f0dd3d3bab7e8c5aa36.sam@gentoo \
--to=sam@gentoo.org \
--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