commit:     05cd57c54bca797167051c9fc7a4761843218fac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 18:50:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:12:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cd57c5

mail-filter/spamdyke: drop 4.3.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/spamdyke/Manifest                      |  1 -
 .../spamdyke/files/spamdyke-4.3.0-gcc46.patch      | 10 ---
 mail-filter/spamdyke/spamdyke-4.3.0.ebuild         | 77 ----------------------
 3 files changed, 88 deletions(-)

diff --git a/mail-filter/spamdyke/Manifest b/mail-filter/spamdyke/Manifest
index 063a5349783..cefbe306c96 100644
--- a/mail-filter/spamdyke/Manifest
+++ b/mail-filter/spamdyke/Manifest
@@ -1,2 +1 @@
-DIST spamdyke-4.3.0.tgz 525399 BLAKE2B 
46e3fd1508ea91d925675186ec2555e63a9d22d2fe07d9417fb5a151af76bae22676410dd6c648696621fe80d34c6e87f845b581a0db09b7b19f45e46d656f09
 SHA512 
6ba4b440e6d20e677c39439c78037ae3e2ff291bde7f48500a4e2eac8a3f17eeb7230b8ded7feee60c66f01b6aec2d259eb2d9a5794535860345957b1102d118
 DIST spamdyke-5.0.1.tgz 383720 BLAKE2B 
5128ef128af1b136e9a78df6e38f727d06e51bae82cb604513f80458265eee03d5966655ae70544d6ba24f0719c35dcc9a153e245a8c2c7ef1f7dab3ee90e561
 SHA512 
a022c8a8d4a8d74f5249f8e2d901d3de423ee853bbaffaf7e86cece1d19880d9039135892ef6ccb8a2a0fb11532c487402dc97a8dd6d89c9de431752c55f6eb9

diff --git a/mail-filter/spamdyke/files/spamdyke-4.3.0-gcc46.patch 
b/mail-filter/spamdyke/files/spamdyke-4.3.0-gcc46.patch
deleted file mode 100644
index f9428bee6bf..00000000000
--- a/mail-filter/spamdyke/files/spamdyke-4.3.0-gcc46.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.ac.old   2011-04-07 09:37:58.000000000 +0200
-+++ configure.ac       2011-04-07 09:38:12.000000000 +0200
-@@ -22,7 +22,6 @@
- AC_CONFIG_HEADER([config.h])
- 
- AC_LANG_WERROR
--CFLAGS=-Wall
- 
- # Checks for programs.
- AC_PROG_CC([[gcc]])

diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild 
b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
deleted file mode 100644
index 2b54c70fa23..00000000000
--- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch autotools
-
-DESCRIPTION="A drop-in connection-time spam filter for qmail"
-HOMEPAGE="http://www.spamdyke.org/";
-SRC_URI="http://www.spamdyke.org/releases/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+ssl"
-
-DEPEND="ssl? ( dev-libs/openssl:0= )"
-RDEPEND="${DEPEND}
-       virtual/qmail"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc46.patch
-       echo "# Configuration option for ${PN}" > ${PN}.conf
-       if use ssl; then
-               echo "tls-certificate-file=/var/qmail/control/clientcert.pem" \
-                       >> ${PN}.conf
-       fi
-       echo "graylist-level=always-create-dir" >> ${PN}.conf
-       echo "graylist-dir=/var/tmp/${PN}/graylist" >> ${PN}.conf
-       echo "reject-empty-rdns" >> ${PN}.conf
-       echo "reject-unresolvable-rdns" >> ${PN}.conf
-       echo "dns-blacklist-entry=zen.spamhaus.org" >> ${PN}.conf
-       echo "local-domains-file=/var/qmail/control/rcpthosts" >> ${PN}.conf
-       sed -i \
-               -e "/STRIP_CMD/d" \
-               Makefile.in || die "sed on Makefile.in failed"
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable ssl tls)
-       cd ../utils
-       econf
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}"
-       cd ../utils
-       emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-       dobin ${PN}
-       insinto /etc/${PN}
-       doins ${PN}.conf
-       dodir /var/tmp/${PN}/graylist
-       fowners -R qmaild /var/tmp/${PN}/graylist
-       cd ../utils
-       dobin domain2path
-       cd ../documentation
-       dodoc {Changelog,INSTALL,UPGRADING}.txt
-       dohtml FAQ.html \
-               README.html \
-               README_ip_file_format.html \
-               README_rdns_directory_format.html \
-               README_rdns_file_format.html
-}
-
-pkg_postinst() {
-       elog "In /var/qmail/control/conf-smtpd insert the line:"
-       elog "QMAIL_SMTP_PRE=\"${QMAIL_SMTP_PRE} spamdyke -f 
/etc/${PN}/${PN}.conf\""
-       elog "Run spamdyke with the '-h' flag to see the available options and"
-       elog "update /etc/spamdyke/spamdyke.conf accordingly"
-}

Reply via email to