summaryrefslogtreecommitdiff
path: root/mail-client/hap/hap-3.7-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /mail-client/hap/hap-3.7-r1.ebuild
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'mail-client/hap/hap-3.7-r1.ebuild')
-rw-r--r--mail-client/hap/hap-3.7-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/hap/hap-3.7-r1.ebuild b/mail-client/hap/hap-3.7-r1.ebuild
index 54db510d8e8a..168f33fc748d 100644
--- a/mail-client/hap/hap-3.7-r1.ebuild
+++ b/mail-client/hap/hap-3.7-r1.ebuild
@@ -1,33 +1,33 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
-inherit autotools eutils
+inherit autotools
DESCRIPTION="A terminal mail notification program (replacement for biff)"
HOMEPAGE="http://www.transbay.net/~enf/sw.html"
SRC_URI="http://www.transbay.net/~enf/${P}.tar"
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc x86"
-IUSE=""
S="${WORKDIR}/${PN}"
src_prepare() {
# Fix configure to use ncurses instead of termcap (bug #103105)
- epatch "${FILESDIR}/${P}-ncurses.patch"
+ eapply "${FILESDIR}/${P}-ncurses.patch"
# Fix Makefile.in to use our CFLAGS and LDFLAGS
sed -i -e "s/^CFLAGS=-O/CFLAGS=${CFLAGS}/" \
-e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" Makefile.in || die
# Rebuild the compilation framework
+ default
eautoreconf
}