commit:     6c34e856f1966706c7383a4836e9aabbcb58a72b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 09:16:05 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 09:18:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c34e856

net-mail/dot-forward: Drop old (EAPI 0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/dot-forward/dot-forward-0.71-r3.ebuild | 50 -------------------------
 1 file changed, 50 deletions(-)

diff --git a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild 
b/net-mail/dot-forward/dot-forward-0.71-r3.ebuild
deleted file mode 100644
index de66be680c7..00000000000
--- a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils fixheadtails qmail
-
-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="
-       acct-group/nofiles
-       acct-group/qmail
-"
-
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${FILESDIR}"/${PV}-errno.patch
-
-       ht_fix_file Makefile
-
-       qmail_set_cc
-}
-
-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 "${QMAIL_HOME}"/bin
-       doins dot-forward || die
-}

Reply via email to