* [gentoo-commits] repo/gentoo:master commit in: net-nds/portmap/
@ 2015-08-28 23:51 Manuel Rüger
0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2015-08-28 23:51 UTC (permalink / raw
To: gentoo-commits
commit: ea340870f31681916bcab625d0be3674aafae72f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 23:51:16 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 23:51:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea340870
net-nds/portmap: Bump EAPI
Package-Manager: portage-2.2.20.1
net-nds/portmap/portmap-9999.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-nds/portmap/portmap-9999.ebuild b/net-nds/portmap/portmap-9999.ebuild
index 35a4ff5..6c2eaf4 100644
--- a/net-nds/portmap/portmap-9999.ebuild
+++ b/net-nds/portmap/portmap-9999.ebuild
@@ -1,9 +1,11 @@
-# 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"
@@ -29,14 +31,14 @@ pkg_setup() {
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*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-28 23:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 23:51 [gentoo-commits] repo/gentoo:master commit in: net-nds/portmap/ Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox