public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/milter-regex/
Date: Wed,  2 Nov 2022 14:24:34 +0000 (UTC)	[thread overview]
Message-ID: <1667399065.b80f49c0b0d4dc7aabb3ef2ce0f1e43f965b44bf.juippis@gentoo> (raw)

commit:     b80f49c0b0d4dc7aabb3ef2ce0f1e43f965b44bf
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Tue Oct 18 07:19:24 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 14:24:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80f49c0

mail-filter/milter-regex: drop 2.7-r1, 2.7-r2

Signed-off-by: Ralph Seichter <github <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/27829
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../milter-regex/milter-regex-2.7-r1.ebuild        | 46 ---------------------
 .../milter-regex/milter-regex-2.7-r2.ebuild        | 47 ----------------------
 2 files changed, 93 deletions(-)

diff --git a/mail-filter/milter-regex/milter-regex-2.7-r1.ebuild b/mail-filter/milter-regex/milter-regex-2.7-r1.ebuild
deleted file mode 100644
index a4095fb37dbb..000000000000
--- a/mail-filter/milter-regex/milter-regex-2.7-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A milter-based regular expression filter"
-HOMEPAGE="https://www.benzedrine.ch/milter-regex.html"
-SRC_URI="https://www.benzedrine.ch/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="acct-user/milter-regex
-	>=mail-filter/libmilter-1.0.2_p2:="
-DEPEND="${RDEPEND}
-	virtual/yacc"
-
-src_prepare() {
-	eapply "${FILESDIR}/${PN}-2.6-gentoo.patch"
-	eapply_user
-	# Change default user
-	sed -i -e 's/_\(milter-regex\)/\1/g' ${PN}.[8c] || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" -f Makefile.linux all
-}
-
-src_install() {
-	dobin ${PN}
-	insinto /etc
-	newins rules ${PN}.conf
-	newconfd "${FILESDIR}/${PN}-conf-2.6" ${PN}
-	newinitd "${FILESDIR}/${PN}-init" ${PN}
-	doman *.8
-}
-
-pkg_postinst() {
-	elog "Postfix configuration example (add to main.cf or master.cf):"
-	elog "  smtpd_milters=unix:/run/milter-regex/socket"
-	elog "Sendmail configuration example:"
-	elog "  INPUT_MAIL_FILTER(\`${PN}',\`S=unix:/run/milter-regex/socket,T=S:30s;R:2m')"
-}

diff --git a/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild b/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild
deleted file mode 100644
index 1e21636dfdff..000000000000
--- a/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A milter-based regular expression filter"
-HOMEPAGE="https://www.benzedrine.ch/milter-regex.html"
-SRC_URI="https://www.benzedrine.ch/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="acct-user/milter-regex
-	>=mail-filter/libmilter-1.0.2_p2:="
-DEPEND="${RDEPEND}
-	virtual/yacc"
-
-src_prepare() {
-	eapply "${FILESDIR}/${PN}-2.6-gentoo.patch"
-	eapply "${FILESDIR}"/milter-regex-2.7-implicit-func-decl.patch
-	eapply_user
-	# Change default user
-	sed -i -e 's/_\(milter-regex\)/\1/g' ${PN}.[8c] || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" -f Makefile.linux all
-}
-
-src_install() {
-	dobin ${PN}
-	insinto /etc
-	newins rules ${PN}.conf
-	newconfd "${FILESDIR}/${PN}-conf-2.6" ${PN}
-	newinitd "${FILESDIR}/${PN}-init" ${PN}
-	doman *.8
-}
-
-pkg_postinst() {
-	elog "Postfix configuration example (add to main.cf or master.cf):"
-	elog "  smtpd_milters=unix:/run/milter-regex/socket"
-	elog "Sendmail configuration example:"
-	elog "  INPUT_MAIL_FILTER(\`${PN}',\`S=unix:/run/milter-regex/socket,T=S:30s;R:2m')"
-}


             reply	other threads:[~2022-11-02 14:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-02 14:24 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 18:50 [gentoo-commits] repo/gentoo:master commit in: mail-filter/milter-regex/ Arthur Zamarin
2022-12-18 12:15 Sam James
2022-11-02 14:24 Joonas Niilola
2022-08-04  1:45 Sam James
2021-04-13 15:59 Sam James
2020-10-13 10:01 Agostino Sarubbo
2020-10-13  9:26 Agostino Sarubbo
2019-12-21 15:06 Joonas Niilola
2019-07-25 13:06 Agostino Sarubbo
2019-07-24 20:49 Thomas Deutschmann

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=1667399065.b80f49c0b0d4dc7aabb3ef2ce0f1e43f965b44bf.juippis@gentoo \
    --to=juippis@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