public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/
Date: Sat, 14 Jan 2023 19:17:29 +0000 (UTC)	[thread overview]
Message-ID: <1673723707.145c2c93dc7cf44043d4a2cf550801fb4d78571a.sam@gentoo> (raw)

commit:     145c2c93dc7cf44043d4a2cf550801fb4d78571a
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Wed Jan 11 13:46:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 19:15:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145c2c93

mail-filter/imapfilter: bump to 2.8.1

Closes: https://bugs.gentoo.org/890483
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/29064
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/imapfilter/Manifest                |  1 +
 mail-filter/imapfilter/imapfilter-2.8.1.ebuild | 51 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/mail-filter/imapfilter/Manifest b/mail-filter/imapfilter/Manifest
index 25bfdd2a8158..95f982c3e8c5 100644
--- a/mail-filter/imapfilter/Manifest
+++ b/mail-filter/imapfilter/Manifest
@@ -1,2 +1,3 @@
 DIST imapfilter-2.7.5.tar.gz 59441 BLAKE2B 0326a698f3be18da47c99cbe20e5e51cde8abcaebf365b3f00e5b1dba6bfaed5139b65766bd447dc596736da504063d5c87c21d1c5c11d6bc7ebd947d9d44835 SHA512 a64747d745ecd5a2f61d486cd8fec1bceeb97ce459ec57454311a960dbfce526c15e8bddeb16860b8efd9710de93845adec61ec892355a0bef7bddc4517e1442
 DIST imapfilter-2.7.6.tar.gz 58644 BLAKE2B 6fd5b8400527c3749cdb8a1df0ca0cbab7b77e8fa29e0bc1bd0eee95832aa16c9b3a586b4e4dc9f9632319febdc619ebe6b05e60c46fd8ccf430f6714900588d SHA512 c76a0986d338e2b74ccf38106e05d4c0a25789a6d80f0cb79ed4a165447a4c96cbcffb57e856fdfd465283feebca6445efba52e65289442a7f313d343c519083
+DIST imapfilter-2.8.1.tar.gz 58382 BLAKE2B 41a6675e90bd8feb2c440923a6059caee1eecd4490f55704e11fcfbec92c640ebc264b40cd71ee051f66d6d060a1ff21907a48611baa14a2139c2979017d4ca9 SHA512 1da663a36b0c6091c3da84d78c6826f2c8c13fd20e32723ad9647e5bf942c12cbeb327a71cf38ed2076662d65207edb3f1087d5c94565a583b8a583543d4bcd3

diff --git a/mail-filter/imapfilter/imapfilter-2.8.1.ebuild b/mail-filter/imapfilter/imapfilter-2.8.1.ebuild
new file mode 100644
index 000000000000..4b3fbdf18f37
--- /dev/null
+++ b/mail-filter/imapfilter/imapfilter-2.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 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/*"
+
+PATCHES=(
+)
+
+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
+}


             reply	other threads:[~2023-01-14 19:17 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-14 19:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21 18:22 [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/ 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-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=1673723707.145c2c93dc7cf44043d4a2cf550801fb4d78571a.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