diff options
-rw-r--r-- | mail-filter/clamsmtp/Manifest | 1 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.10.ebuild | 39 | ||||
-rw-r--r-- | mail-filter/clamsmtp/files/clamsmtpd.init | 20 | ||||
-rw-r--r-- | mail-filter/clamsmtp/metadata.xml | 9 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
5 files changed, 0 insertions, 76 deletions
diff --git a/mail-filter/clamsmtp/Manifest b/mail-filter/clamsmtp/Manifest deleted file mode 100644 index 09373b84c8ad..000000000000 --- a/mail-filter/clamsmtp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clamsmtp-1.10.tar.gz 217126 BLAKE2B 843dcec5bb920c97954d86aa0f342493e0820578f40b01dcb6ea7d69fce54cd1757b05be7ad606c037960e5fb6dfeb66086446dc938887ced9b23225e8b090c7 SHA512 f28e2c1d78c965245d8d7a8810fbeb11d41e40383eba2e8fca500f94c2e4b8d9a2c0b9e4e8e967965bf50266968e0b9549fb62369f37724350a20174c89a044b diff --git a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild deleted file mode 100644 index d582f2536455..000000000000 --- a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="An SMTP filter to check for viruses using the ClamAV anti-virus software" -HOMEPAGE="http://thewalter.net/stef/software/clamsmtp/" - -SRC_URI="http://thewalter.net/stef/software/${PN}/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 hppa ~sparc x86" -IUSE="" - -DEPEND=">=sys-apps/sed-4" -RDEPEND=">=app-antivirus/clamav-0.75" - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README NEWS - newinitd "${FILESDIR}"/clamsmtpd.init clamsmtpd - insinto /etc - newins doc/clamsmtpd.conf clamsmtpd.conf - - sed -i \ - -e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \ - -e "s|\#\(User\): .*|\1: clamav|" \ - "${D}"/etc/clamsmtpd.conf -} - -pkg_postinst() { - echo - elog "For help configuring Postfix to use clamsmtpd, see:" - elog " http://thewalter.net/stef/software/clamsmtp/postfix.html" - echo - ewarn "You'll need to have ScanMail support turned on in clamav.conf" - ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)" - echo -} diff --git a/mail-filter/clamsmtp/files/clamsmtpd.init b/mail-filter/clamsmtp/files/clamsmtpd.init deleted file mode 100644 index 94baa2d87b94..000000000000 --- a/mail-filter/clamsmtp/files/clamsmtpd.init +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need clamd -} - -start() { - ebegin "Starting ClamSMTPd" - start-stop-daemon --start --quiet \ - --exec /usr/sbin/clamsmtpd -- -p /var/run/clamav/clamsmtpd.pid -f /etc/clamsmtpd.conf - eend $? -} - -stop() { - ebegin "Stopping ClamSMTPd" - start-stop-daemon --stop --quiet --pidfile /var/run/clamav/clamsmtpd.pid - eend $? -} diff --git a/mail-filter/clamsmtp/metadata.xml b/mail-filter/clamsmtp/metadata.xml deleted file mode 100644 index 5a2e34b38296..000000000000 --- a/mail-filter/clamsmtp/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding.</longdescription> - <upstream> - <changelog>http://thewalter.net/stef/software/clamsmtp/ChangeLog</changelog> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 1e0123a7fdfb..731f07cb9326 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -456,13 +456,6 @@ mail-mta/qmail-ldap # Removal in 30 days. Bug #696916. net-im/openfire -# Michał Górny <mgorny@gentoo.org> (2019-10-04) -# Unmaintained, EAPI 0 packages. No reverse dependencies. If you want -# them to stay, please port them to EAPI 7, and preferably become -# the maintainer. -# Removal in 30 days. Bug #696252. -mail-filter/clamsmtp - # Brian Evans <grknight@gentoo.org> (2019-10-01) # End of life. Please upgrade. # Removal in 90 days. Bug 651784 |