commit:     73ee761b4773b02c71246c6f3130ad6dc07d224b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 12:20:24 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 12:20:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ee761b

net-mail/fastforward: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693864
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/fastforward/Manifest                   |  1 -
 net-mail/fastforward/fastforward-0.51-r1.ebuild | 45 -------------------------
 net-mail/fastforward/files/0.51-errno.patch     | 11 ------
 net-mail/fastforward/metadata.xml               |  5 ---
 profiles/package.mask                           |  6 ----
 5 files changed, 68 deletions(-)

diff --git a/net-mail/fastforward/Manifest b/net-mail/fastforward/Manifest
deleted file mode 100644
index 0e9702620dd..00000000000
--- a/net-mail/fastforward/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fastforward-0.51.tar.gz 40659 BLAKE2B 
ec4fe86431fd2a6622f721cbb0c5417b36e2a12bd121e5138ed7b7a311e9359bb9a7866a8bc4515d370873c7c26a85d4f0a0400bf3692a2a6dc544c584bef688
 SHA512 
7206f72dc7bb42d7e0cc63980eda7bc2b93c7ca6639db810f6d28476ab58d3e4bb6e441f4eef2149c5fe933c2f9effe2f2b3101d02cf9f6e922a678e7466b132

diff --git a/net-mail/fastforward/fastforward-0.51-r1.ebuild 
b/net-mail/fastforward/fastforward-0.51-r1.ebuild
deleted file mode 100644
index 6aea058518e..00000000000
--- a/net-mail/fastforward/fastforward-0.51-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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
-}

diff --git a/net-mail/fastforward/files/0.51-errno.patch 
b/net-mail/fastforward/files/0.51-errno.patch
deleted file mode 100644
index 4aca1b2b4e5..00000000000
--- a/net-mail/fastforward/files/0.51-errno.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;

diff --git a/net-mail/fastforward/metadata.xml 
b/net-mail/fastforward/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-mail/fastforward/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 805a1700f98..29da1e2ea14 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -923,12 +923,6 @@ net-mail/gensig
 net-mail/qmail-lint
 net-mail/qmail-qsanity
 
-# Michał Górny <[email protected]> (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 <[email protected]> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

Reply via email to