+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils fixheadtails
-
-DESCRIPTION="handle qmail forwarding according to a cdb database"
-HOMEPAGE="http://cr.yp.to/fastforward.html"
-SRC_URI="http://cr.yp.to/software/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~ppc sparc x86"
-IUSE=""
-
-DEPEND="sys-apps/groff"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-errno.patch"
- ht_fix_file Makefile
-
- echo "gcc ${CFLAGS}" > conf-cc
- echo "gcc" > conf-ld
-}
-
-src_compile() {
- emake it || die
-}
-
-# make check is actually an install-check target, see bug #283177
-src_test() { :; }
-
-src_install() {
- dodoc ALIASES BLURB CHANGES FILES INSTALL README SYSDEPS TARGETS
- dodoc THANKS TODO VERSION
- doman *.1
-
- insopts -o root -g qmail -m 755
- insinto /var/qmail/bin
- doins fastforward newaliases newinclude printforward printmaillist \
- setforward setmaillist
-}
+++ /dev/null
---- error.h.orig 2003-03-05 15:42:51.000000000 -0500
-+++ error.h 2003-03-05 15:43:00.000000000 -0500
-@@ -1,7 +1,7 @@
- #ifndef ERROR_H
- #define ERROR_H
-
--extern int errno;
-+#include <errno.h>
-
- extern int error_intr;
- extern int error_nomem;
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
net-mail/qmail-lint
net-mail/qmail-qsanity
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Unmaintained. Added in 2001, no new releases since. EAPI 0.
-# Multiple QA issues. No amd64 keywords.
-# Removal in 30 days. Bug #693864.
-net-mail/fastforward
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.