diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:20:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:20:24 +0200 |
commit | 73ee761b4773b02c71246c6f3130ad6dc07d224b (patch) | |
tree | 5c78f190d70ea8950b9288726ce8ffb428dbd697 /net-mail/fastforward | |
parent | */*: Fix obsolete copyrights (diff) | |
download | gentoo-73ee761b4773b02c71246c6f3130ad6dc07d224b.tar.gz gentoo-73ee761b4773b02c71246c6f3130ad6dc07d224b.tar.bz2 gentoo-73ee761b4773b02c71246c6f3130ad6dc07d224b.zip |
net-mail/fastforward: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693864
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/fastforward')
-rw-r--r-- | net-mail/fastforward/Manifest | 1 | ||||
-rw-r--r-- | net-mail/fastforward/fastforward-0.51-r1.ebuild | 45 | ||||
-rw-r--r-- | net-mail/fastforward/files/0.51-errno.patch | 11 | ||||
-rw-r--r-- | net-mail/fastforward/metadata.xml | 5 |
4 files changed, 0 insertions, 62 deletions
diff --git a/net-mail/fastforward/Manifest b/net-mail/fastforward/Manifest deleted file mode 100644 index 0e9702620dda..000000000000 --- 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 6aea058518e0..000000000000 --- 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 4aca1b2b4e58..000000000000 --- 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 6f49eba8f496..000000000000 --- 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> |