* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2017-12-02 12:52 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-12-02 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 163fec4411f69769d303a571f839e26cb5396e8b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 12:52:18 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 12:52:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163fec44
mail-filter/mimedefang: [QA] Fix DESCRIPTION.toolong
mail-filter/mimedefang/mimedefang-2.73.ebuild | 2 +-
mail-filter/mimedefang/mimedefang-2.74.ebuild | 2 +-
mail-filter/mimedefang/mimedefang-2.75.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-filter/mimedefang/mimedefang-2.73.ebuild b/mail-filter/mimedefang/mimedefang-2.73.ebuild
index d77e0830106..c87ab317704 100644
--- a/mail-filter/mimedefang/mimedefang-2.73.ebuild
+++ b/mail-filter/mimedefang/mimedefang-2.73.ebuild
@@ -5,7 +5,7 @@ EAPI=4
inherit eutils user
-DESCRIPTION="Antispam, antivirus and other customizable filtering for MTAs with Milter support"
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
HOMEPAGE="http://www.mimedefang.org/"
SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/mail-filter/mimedefang/mimedefang-2.74.ebuild b/mail-filter/mimedefang/mimedefang-2.74.ebuild
index f5a99090ef3..24f01e24f08 100644
--- a/mail-filter/mimedefang/mimedefang-2.74.ebuild
+++ b/mail-filter/mimedefang/mimedefang-2.74.ebuild
@@ -5,7 +5,7 @@ EAPI=4
inherit eutils user
-DESCRIPTION="Antispam, antivirus and other customizable filtering for MTAs with Milter support"
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
HOMEPAGE="http://www.mimedefang.org/"
SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/mail-filter/mimedefang/mimedefang-2.75.ebuild b/mail-filter/mimedefang/mimedefang-2.75.ebuild
index e33080eee39..fe9400a104b 100644
--- a/mail-filter/mimedefang/mimedefang-2.75.ebuild
+++ b/mail-filter/mimedefang/mimedefang-2.75.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit eutils user
-DESCRIPTION="Antispam, antivirus and other customizable filtering for MTAs with Milter support"
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
HOMEPAGE="http://www.mimedefang.org/"
SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2021-07-11 21:23 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
To: gentoo-commits
commit: f34b629ac3cba131ba9ea1f924d7b4c85c3b17ea
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:49:04 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34b629a
mail-filter/mimedefang: drop old version
Closes: https://bugs.gentoo.org/781308
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
mail-filter/mimedefang/mimedefang-2.84.ebuild | 75 ---------------------------
1 file changed, 75 deletions(-)
diff --git a/mail-filter/mimedefang/mimedefang-2.84.ebuild b/mail-filter/mimedefang/mimedefang-2.84.ebuild
deleted file mode 100644
index f927bb3e5b4..00000000000
--- a/mail-filter/mimedefang/mimedefang-2.84.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit user
-
-DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
-HOMEPAGE="http://www.mimedefang.org/"
-SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="clamav +poll test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/MIME-tools-5.412
- dev-perl/IO-stringy
- virtual/perl-MIME-Base64
- dev-perl/Digest-SHA1
- dev-perl/MailTools
- dev-perl/Unix-Syslog
- clamav? ( app-antivirus/clamav )
- || ( mail-filter/libmilter mail-mta/sendmail )"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Class
- dev-perl/Test-Most
- )"
-
-pkg_setup() {
- enewgroup defang
- enewuser defang -1 -1 -1 defang
-}
-
-src_prepare() {
- eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
- eapply "${FILESDIR}/${PN}-tests.patch"
- eapply_user
-}
-
-src_configure() {
- econf \
- --with-user=defang \
- $(use_enable poll) \
- $(use_enable clamav) \
- $(use_enable clamav clamd)
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
-
- fowners defang:defang /etc/mail/mimedefang-filter
- fperms 644 /etc/mail/mimedefang-filter
- insinto /etc/mail/
- newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
-
- keepdir /var/spool/{MD-Quarantine,MIMEDefang}
- fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
- fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
-
- keepdir /var/log/mimedefang
-
- newinitd "${FILESDIR}"/${PN}.init ${PN}
- newconfd "${FILESDIR}"/${PN}.conf ${PN}
-
- dodoc -r examples contrib
-}
-
-pkg_postinst() {
- elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
- elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you require"
- elog "them as they are loaded at run-time."
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2021-07-11 21:23 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 41637206b025f07ce17210d14b9895a6207b3abd
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:46:16 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41637206
mail-filter/mimedefang: migrate to GLEP 81
Bug: https://bugs.gentoo.org/781308
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
mail-filter/mimedefang/mimedefang-2.84-r1.ebuild | 78 ++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild b/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
new file mode 100644
index 00000000000..e916663dfa6
--- /dev/null
+++ b/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
+HOMEPAGE="http://www.mimedefang.org/"
+SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clamav +poll test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ acct-group/defang
+ acct-user/defang
+ dev-perl/Digest-SHA1
+ dev-perl/IO-stringy
+ dev-perl/MailTools
+ dev-perl/MIME-tools
+ dev-perl/Unix-Syslog
+ || ( mail-filter/libmilter mail-mta/sendmail )
+ virtual/perl-MIME-Base64
+ clamav? ( app-antivirus/clamav )
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-perl/Test-Class
+ dev-perl/Test-Most
+ )
+"
+
+src_prepare() {
+ eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
+ eapply "${FILESDIR}/${PN}-tests.patch"
+ eapply_user
+}
+
+src_configure() {
+ local myeconfargs=(
+ --with-user=defang
+ $(use_enable poll)
+ $(use_enable clamav)
+ $(use_enable clamav clamd)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
+
+ fowners defang:defang /etc/mail/mimedefang-filter
+ fperms 644 /etc/mail/mimedefang-filter
+ insinto /etc/mail/
+ newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
+
+ keepdir /var/spool/{MD-Quarantine,MIMEDefang}
+ fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
+ fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
+
+ keepdir /var/log/mimedefang
+
+ newinitd "${FILESDIR}"/${PN}.init ${PN}
+ newconfd "${FILESDIR}"/${PN}.conf ${PN}
+
+ dodoc -r examples contrib
+}
+
+pkg_postinst() {
+ elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
+ elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you require"
+ elog "them as they are loaded at run-time."
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2022-08-04 1:45 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-04 1:45 UTC (permalink / raw
To: gentoo-commits
commit: 0b811ead65db4cf28645a3256167aed39b870f30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 01:04:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 01:05:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b811ead
mail-filter/mimedefang: depend on libmilter
libmilter and sendmail no longer block each other, and we also need a := dep on
libmilter.
(Straight-to-stable is intentional as long been in stable anyway, but not dropping
old w/ git mv or similar yet in case folks want to downgrade to older sendmail for
now.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/mimedefang/mimedefang-2.84-r2.ebuild | 78 ++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/mail-filter/mimedefang/mimedefang-2.84-r2.ebuild b/mail-filter/mimedefang/mimedefang-2.84-r2.ebuild
new file mode 100644
index 000000000000..5b86e55f2dba
--- /dev/null
+++ b/mail-filter/mimedefang/mimedefang-2.84-r2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
+HOMEPAGE="http://www.mimedefang.org/"
+SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clamav +poll test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ acct-group/defang
+ acct-user/defang
+ dev-perl/Digest-SHA1
+ dev-perl/IO-stringy
+ dev-perl/MailTools
+ dev-perl/MIME-tools
+ dev-perl/Unix-Syslog
+ mail-filter/libmilter:=
+ virtual/perl-MIME-Base64
+ clamav? ( app-antivirus/clamav )
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-perl/Test-Class
+ dev-perl/Test-Most
+ )
+"
+
+src_prepare() {
+ eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
+ eapply "${FILESDIR}/${PN}-tests.patch"
+ eapply_user
+}
+
+src_configure() {
+ local myeconfargs=(
+ --with-user=defang
+ $(use_enable poll)
+ $(use_enable clamav)
+ $(use_enable clamav clamd)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
+
+ fowners defang:defang /etc/mail/mimedefang-filter
+ fperms 644 /etc/mail/mimedefang-filter
+ insinto /etc/mail/
+ newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
+
+ keepdir /var/spool/{MD-Quarantine,MIMEDefang}
+ fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
+ fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
+
+ keepdir /var/log/mimedefang
+
+ newinitd "${FILESDIR}"/${PN}.init ${PN}
+ newconfd "${FILESDIR}"/${PN}.conf ${PN}
+
+ dodoc -r examples contrib
+}
+
+pkg_postinst() {
+ elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
+ elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you require"
+ elog "them as they are loaded at run-time."
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2022-08-26 10:03 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-26 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 34bbcc3ac43924842cbf843290c130cd47fb9465
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 09:31:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 10:01:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bbcc3a
mail-filter/mimedefang: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/mimedefang/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mail-filter/mimedefang/metadata.xml b/mail-filter/mimedefang/metadata.xml
index 4d5fd51eb3cf..8ff02c7d4fea 100644
--- a/mail-filter/mimedefang/metadata.xml
+++ b/mail-filter/mimedefang/metadata.xml
@@ -16,4 +16,7 @@
<use>
<flag name="poll">Use poll instead of select</flag>
</use>
+ <upstream>
+ <remote-id type="github">The-McGrail-Foundation/MIMEDefang</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/
@ 2022-10-25 5:53 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-25 5:53 UTC (permalink / raw
To: gentoo-commits
commit: e795e11feaf3b71facf0031dde39bf46d6dbf873
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 05:35:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 05:51:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e795e11f
mail-filter/mimedefang: drop 2.84-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/mimedefang/mimedefang-2.84-r1.ebuild | 78 ------------------------
1 file changed, 78 deletions(-)
diff --git a/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild b/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
deleted file mode 100644
index e916663dfa66..000000000000
--- a/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with Milter support"
-HOMEPAGE="http://www.mimedefang.org/"
-SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="clamav +poll test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- acct-group/defang
- acct-user/defang
- dev-perl/Digest-SHA1
- dev-perl/IO-stringy
- dev-perl/MailTools
- dev-perl/MIME-tools
- dev-perl/Unix-Syslog
- || ( mail-filter/libmilter mail-mta/sendmail )
- virtual/perl-MIME-Base64
- clamav? ( app-antivirus/clamav )
-"
-
-DEPEND="
- ${RDEPEND}
- test? (
- dev-perl/Test-Class
- dev-perl/Test-Most
- )
-"
-
-src_prepare() {
- eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
- eapply "${FILESDIR}/${PN}-tests.patch"
- eapply_user
-}
-
-src_configure() {
- local myeconfargs=(
- --with-user=defang
- $(use_enable poll)
- $(use_enable clamav)
- $(use_enable clamav clamd)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
-
- fowners defang:defang /etc/mail/mimedefang-filter
- fperms 644 /etc/mail/mimedefang-filter
- insinto /etc/mail/
- newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
-
- keepdir /var/spool/{MD-Quarantine,MIMEDefang}
- fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
- fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
-
- keepdir /var/log/mimedefang
-
- newinitd "${FILESDIR}"/${PN}.init ${PN}
- newconfd "${FILESDIR}"/${PN}.conf ${PN}
-
- dodoc -r examples contrib
-}
-
-pkg_postinst() {
- elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
- elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you require"
- elog "them as they are loaded at run-time."
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-10-25 5:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 12:52 [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-07-11 21:23 Conrad Kostecki
2021-07-11 21:23 Conrad Kostecki
2022-08-04 1:45 Sam James
2022-08-26 10:03 Sam James
2022-10-25 5:53 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox