mail-filter/zdkimfilter: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 May 2019 13:31:28 +0000 (15:31 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 May 2019 13:31:28 +0000 (15:31 +0200)
Closes: https://bugs.gentoo.org/684256
Signed-off-by: Michał Górny <mgorny@gentoo.org>
mail-filter/zdkimfilter/Manifest [deleted file]
mail-filter/zdkimfilter/metadata.xml [deleted file]
mail-filter/zdkimfilter/zdkimfilter-1.1.ebuild [deleted file]
profiles/package.mask

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
deleted file mode 100644 (file)
index 6a1cb6c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST zdkimfilter-1.1.tar.gz 473348 BLAKE2B 9da47491cf7168dff3a36052c216150ab1f4118c72d1ee03781e0bdd8cbf4dd2fcd89833d279dfdb35a80e0c05923493c39d5edee1740393158d462b54310732 SHA512 6f1c54fe22f0c3cb3aaa347df89c0541b7f06dc68c80820820dd80d3ee46e6c2a369efb70d2eab217564728adc17086c76c878c58be13735c1db14d069832cfb
diff --git a/mail-filter/zdkimfilter/metadata.xml b/mail-filter/zdkimfilter/metadata.xml
deleted file mode 100644 (file)
index 74324b2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>A program implementing the DKIM signing/verification for Courier
-</longdescription>
-<use>
-       <flag name="debug">
-       Log process and signal information. Also leave the child process running for
-       gdb examination.
-       </flag>
-       <flag name="opendbx">
-       An alternate statistics based storage engine.
-       </flag>
-</use>
-
-
-</pkgmetadata>
diff --git a/mail-filter/zdkimfilter/zdkimfilter-1.1.ebuild b/mail-filter/zdkimfilter/zdkimfilter-1.1.ebuild
deleted file mode 100644 (file)
index 560e13d..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="DKIM filter for Courier-MTA"
-HOMEPAGE="http://www.tana.it/sw/zdkimfilter"
-SRC_URI="http://www.tana.it/sw/zdkimfilter/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug opendbx"
-
-DEPEND=">=mail-filter/opendkim-2.2.0
-               mail-mta/courier
-               opendbx? ( >=dev-db/opendbx-1.4.0 )
-               dev-libs/nettle"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       if ! use opendbx; then
-               # remove opendbx stuff
-               sed -i -e '12342,12450d' configure || die
-       fi
-}
-
-src_configure() {
-       econf $(use_enable debug)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       rm "${D}"/etc/courier/filters/zdkimfilter.conf || die
-       diropts -o mail -g mail
-       dodir /etc/courier/filters/keys
-       dodoc release-notes-*.txt
-       dodoc odbx_example.{conf,sql}
-}
-
-pkg_postinst() {
-       if [[ ${REPLACING_VERSIONS} == 0.5 ]]; then
-               ewarn "Database access is now through opendbx.  Please see the"
-               ewarn "zfilter_db man page and example config files in"
-               ewarn "\t/usr/share/doc/${P}"
-               ewarn "Some config file options have changed.  Please see the"
-               ewarn "release-notes."
-       fi
-}
index 6c0aa37330a720c6d510bbcc9cf12e62d7dc9149..89f4a0efbbf38a606ca57780ced8de40a9edb3b2 100644 (file)
@@ -380,13 +380,6 @@ mail-filter/mimedefang
 # Removal in 30 days.  Bug #630986.
 mail-filter/spamass-milter
 
-# Michał Górny <mgorny@gentoo.org> (24 Apr 2019)
-# Unmaintained.  Does not build with current version of courier
-# (#684254), also had a different build failure in the past (#513976).
-# Last bumped in 2013, pending bump since 2014 (#519452).
-# Removal in 30 days.  Bug #684256.
-mail-filter/zdkimfilter
-
 # Jeroen Roovers <jer@gentoo.org> (24 Apr 2019)
 # Depends on =dev-libs/openssl-1.1.1* due to newly introduced
 # support for EVP_PKEY_ED25519 and EVP_PKEY_ED448 (bug #670574).