summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-05 00:53:28 +0000
committerSam James <sam@gentoo.org>2020-09-05 00:53:28 +0000
commit2b1b671304cdd6a29f484ca79d5d6f5d797f9b5a (patch)
treed4a4439538ac138cc5136aee2e41827f224cf485 /net-misc/efax/efax-0.9a-r4.ebuild
parentnet-misc/efax: Stabilize 0.9a_p19_p1 amd64, #739456 (diff)
downloadgentoo-2b1b671304cdd6a29f484ca79d5d6f5d797f9b5a.tar.gz
gentoo-2b1b671304cdd6a29f484ca79d5d6f5d797f9b5a.tar.bz2
gentoo-2b1b671304cdd6a29f484ca79d5d6f5d797f9b5a.zip
net-misc/efax: remove old EAPI 4 ebuild
Closes: https://bugs.gentoo.org/739456 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/efax/efax-0.9a-r4.ebuild')
-rw-r--r--net-misc/efax/efax-0.9a-r4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/efax/efax-0.9a-r4.ebuild b/net-misc/efax/efax-0.9a-r4.ebuild
deleted file mode 100644
index ae3fd4c5975e..000000000000
--- a/net-misc/efax/efax-0.9a-r4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-S="${WORKDIR}/${P}-001114"
-
-DESCRIPTION="A simple fax program for single-user systems"
-HOMEPAGE="https://www.cce.com/efax/"
-SRC_URI="https://www.cce.com/efax/download/${P}-001114.tar.gz
- mirror://debian/pool/main/e/efax/efax_0.9a-19.diff.gz"
-
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-
-src_prepare() {
- epatch "${WORKDIR}/${PN}_${PV}-19.diff"
- rm -f "${S}"/${P}/debian/patches/series "${S}"/${P}/debian/patches/00list
- EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches/*
-
- epatch "${FILESDIR}/${P}-fax-command.patch" #327737
-
- # remove strip command as per bug #240932
- sed -i -e '/strip/d' Makefile
-}
-
-src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin efax efix fax
- doman efax.1 efix.1
- newman fax.1 efax-fax.1 # Don't collide with net-dialup/mgetty, bug #429808
- dodoc README
-}