commit:     9059d991cd17d86ce60634a142d66d18cc6dae3e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 01:00:31 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 01:00:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9059d991

mail-filter/clamsmtp: drop last-rited package

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 mail-filter/clamsmtp/Manifest             |  1 -
 mail-filter/clamsmtp/clamsmtp-1.10.ebuild | 39 -------------------------------
 mail-filter/clamsmtp/files/clamsmtpd.init | 20 ----------------
 mail-filter/clamsmtp/metadata.xml         |  9 -------
 profiles/package.mask                     |  7 ------
 5 files changed, 76 deletions(-)

diff --git a/mail-filter/clamsmtp/Manifest b/mail-filter/clamsmtp/Manifest
deleted file mode 100644
index 09373b84c8a..00000000000
--- 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 d582f253645..00000000000
--- 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 94baa2d87b9..00000000000
--- 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 5a2e34b3829..00000000000
--- 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 1e0123a7fdf..731f07cb932 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 <[email protected]> (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 <[email protected]> (2019-10-01)
 # End of life.  Please upgrade.
 # Removal in 90 days. Bug 651784

Reply via email to