Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/portmap/
Date: Fri, 28 Aug 2015 23:51:39
Message-Id: 1440805876.ea340870f31681916bcab625d0be3674aafae72f.mrueg@gentoo
1 commit: ea340870f31681916bcab625d0be3674aafae72f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 23:51:16 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 23:51:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea340870
7
8 net-nds/portmap: Bump EAPI
9
10 Package-Manager: portage-2.2.20.1
11
12 net-nds/portmap/portmap-9999.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/net-nds/portmap/portmap-9999.ebuild b/net-nds/portmap/portmap-9999.ebuild
16 index 35a4ff5..6c2eaf4 100644
17 --- a/net-nds/portmap/portmap-9999.ebuild
18 +++ b/net-nds/portmap/portmap-9999.ebuild
19 @@ -1,9 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 +EAPI=5
26 +
27 EGIT_REPO_URI="git://neil.brown.name/portmap"
28 -inherit toolchain-funcs user git-2
29 +inherit toolchain-funcs user git-r3
30
31 DESCRIPTION="Netkit - portmapper"
32 HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
33 @@ -29,14 +31,14 @@ pkg_setup() {
34
35 src_compile() {
36 tc-export CC
37 - emake NO_TCP_WRAPPER="$(use tcpd || echo NO)" || die
38 + emake NO_TCP_WRAPPER="$(use tcpd || echo NO)"
39 }
40
41 src_install() {
42 into /
43 - dosbin portmap || die "portmap"
44 + dosbin portmap
45 into /usr
46 - dosbin pmap_dump pmap_set || die "pmap"
47 + dosbin pmap_dump pmap_set
48
49 doman *.8
50 dodoc BLURBv5 CHANGES README*