-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
EGIT_REPO_URI="git://neil.brown.name/portmap"
-inherit toolchain-funcs user git-2
+inherit toolchain-funcs user git-r3
DESCRIPTION="Netkit - portmapper"
HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
src_compile() {
tc-export CC
- emake NO_TCP_WRAPPER="$(use tcpd || echo NO)" || die
+ emake NO_TCP_WRAPPER="$(use tcpd || echo NO)"
}
src_install() {
into /
- dosbin portmap || die "portmap"
+ dosbin portmap
into /usr
- dosbin pmap_dump pmap_set || die "pmap"
+ dosbin pmap_dump pmap_set
doman *.8
dodoc BLURBv5 CHANGES README*