Skip to content

Commit

Permalink
mail-client/hap: port to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Feb 9, 2020
1 parent 3c3d1d7 commit a47bd35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mail-client/hap/files/hap-3.7-ncurses.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- configure.in 1996-07-17 00:50:03.000000000 +0300
+++ configure.in 2013-03-06 15:09:29.579148360 +0200
--- a/configure.in 1996-07-17 00:50:03.000000000 +0300
+++ b/configure.in 2013-03-06 15:09:29.579148360 +0200
@@ -6,8 +6,9 @@
AC_PROG_INSTALL

Expand Down
12 changes: 6 additions & 6 deletions mail-client/hap/hap-3.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

Expand Down

0 comments on commit a47bd35

Please sign in to comment.