mail-filter/clamsmtp: drop last-rited package
authorAaron Bauman <bman@gentoo.org>
Sun, 10 Nov 2019 01:00:31 +0000 (20:00 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 10 Nov 2019 01:00:31 +0000 (20:00 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
mail-filter/clamsmtp/Manifest [deleted file]
mail-filter/clamsmtp/clamsmtp-1.10.ebuild [deleted file]
mail-filter/clamsmtp/files/clamsmtpd.init [deleted file]
mail-filter/clamsmtp/metadata.xml [deleted file]
profiles/package.mask

diff --git a/mail-filter/clamsmtp/Manifest b/mail-filter/clamsmtp/Manifest
deleted file mode 100644 (file)
index 09373b8..0000000
+++ /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 (file)
index d582f25..0000000
+++ /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 (file)
index 94baa2d..0000000
+++ /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 (file)
index 5a2e34b..0000000
+++ /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>
index 1e0123a7fdfb52c499a89873a9b11e2d08e0e493..731f07cb93266f0ef5f9191812f2e650688e4f9f 100644 (file)
@@ -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