net-mail/dot-forward: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Sat, 16 Apr 2016 21:13:26 +0000 (23:13 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Sat, 16 Apr 2016 21:13:26 +0000 (23:13 +0200)
Package-Manager: portage-2.2.28

net-mail/dot-forward/dot-forward-0.71-r2.ebuild [deleted file]

diff --git a/net-mail/dot-forward/dot-forward-0.71-r2.ebuild b/net-mail/dot-forward/dot-forward-0.71-r2.ebuild
deleted file mode 100644 (file)
index ed4bd85..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs user
-
-DESCRIPTION="reads sendmail's .forward files under qmail"
-HOMEPAGE="http://cr.yp.to/dot-forward.html"
-SRC_URI="http://cr.yp.to/software/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-# See bug 97850
-RESTRICT="test"
-
-DEPEND=""
-
-src_unpack() {
-       unpack ${P}.tar.gz
-       cd ${S}
-       epatch ${FILESDIR}/${PV}-errno.patch
-       epatch ${FILESDIR}/${PV}-head-1.patch
-
-       echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-       echo "$(tc-getCC)" > conf-ld
-}
-
-src_compile() {
-       emake prog || die
-}
-
-src_install() {
-       dodoc BLURB CHANGES FILES INSTALL README SYSDEPS TARGETS THANKS
-       dodoc TODO VERSION
-       doman *.1
-
-       insopts -o root -g qmail -m 755
-       insinto /var/qmail/bin
-       doins dot-forward || die
-}
-
-pkg_setup() {
-       # keep in sync with mini-qmail pkg
-       einfo "Creating qmail group"
-       enewgroup qmail 201
-}