From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A7D2158021 for ; Tue, 25 Oct 2022 05:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91900E0886; Tue, 25 Oct 2022 05:53:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E5A6E0886 for ; Tue, 25 Oct 2022 05:53:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94646340F73 for ; Tue, 25 Oct 2022 05:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27F26644 for ; Tue, 25 Oct 2022 05:53:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666677068.e795e11feaf3b71facf0031dde39bf46d6dbf873.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/mimedefang/mimedefang-2.84-r1.ebuild X-VCS-Directories: mail-filter/mimedefang/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e795e11feaf3b71facf0031dde39bf46d6dbf873 X-VCS-Branch: master Date: Tue, 25 Oct 2022 05:53:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d640d9c0-91e3-4e9c-8cf1-fb1338f1b45c X-Archives-Hash: 8c9d14a2dbd0c4268660ac04a2ca7da8 commit: e795e11feaf3b71facf0031dde39bf46d6dbf873 Author: Sam James gentoo org> AuthorDate: Tue Oct 25 05:35:37 2022 +0000 Commit: Sam James gentoo 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 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." -}