diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 20:00:31 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 20:00:31 -0500 |
commit | 9059d991cd17d86ce60634a142d66d18cc6dae3e (patch) | |
tree | 49c6bc82bc5b0627600a74613caaa5065e867398 /mail-filter | |
parent | app-dicts/*: drop last-rited packages (diff) | |
download | gentoo-9059d991cd17d86ce60634a142d66d18cc6dae3e.tar.gz gentoo-9059d991cd17d86ce60634a142d66d18cc6dae3e.tar.bz2 gentoo-9059d991cd17d86ce60634a142d66d18cc6dae3e.zip |
mail-filter/clamsmtp: drop last-rited package
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'mail-filter')
-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 |
4 files changed, 0 insertions, 69 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> |