Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
Date: Fri, 02 Sep 2011 20:03:04
Message-Id: 20110902200253.A7BCC2004C@flycatcher.gentoo.org
1 vapier 11/09/02 20:02:53
2
3 Modified: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
4 Log:
5 Migrate to EAPI=2 for fun.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 net-nds/rpcbind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 24 Apr 2011 17:50:22 -0000 1.12
23 +++ ChangeLog 2 Sep 2011 20:02:53 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-nds/rpcbind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.12 2011/04/24 17:50:22 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.13 2011/09/02 20:02:53 vapier Exp $
29 +
30 + 02 Sep 2011; Mike Frysinger <vapier@g.o> rpcbind-0.2.0.ebuild,
31 + rpcbind-9999.ebuild:
32 + Migrate to EAPI=2 for fun.
33
34 24 Apr 2011; Raúl Porcel <armin76@g.o> rpcbind-0.2.0.ebuild:
35 sparc stable wrt #358509
36
37
38
39 1.4 net-nds/rpcbind/rpcbind-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?r1=1.3&r2=1.4
44
45 Index: rpcbind-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- rpcbind-9999.ebuild 22 Nov 2009 17:50:34 -0000 1.3
52 +++ rpcbind-9999.ebuild 2 Sep 2011 20:02:53 -0000 1.4
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.3 2009/11/22 17:50:34 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.4 2011/09/02 20:02:53 vapier Exp $
59 +
60 +EAPI="2"
61
62 if [[ ${PV} == "9999" ]] ; then
63 EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
64 @@ -22,21 +24,17 @@
65 DEPEND="net-libs/libtirpc"
66 RDEPEND=${DEPEND}
67
68 -src_unpack() {
69 +src_prepare() {
70 if [[ ${PV} == "9999" ]] ; then
71 - git_src_unpack
72 eautoreconf
73 else
74 - unpack ${A}
75 - cd "${S}"
76 # fix busted timestamps
77 find . -type f -print0 | xargs -0 touch -r .
78 fi
79 }
80
81 -src_compile() {
82 - econf --bindir=/sbin || die
83 - emake || die
84 +src_configure() {
85 + econf --bindir=/sbin
86 }
87
88 src_install() {
89
90
91
92 1.9 net-nds/rpcbind/rpcbind-0.2.0.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.9&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.9&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.8&r2=1.9
97
98 Index: rpcbind-0.2.0.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
101 retrieving revision 1.8
102 retrieving revision 1.9
103 diff -u -r1.8 -r1.9
104 --- rpcbind-0.2.0.ebuild 24 Apr 2011 17:50:22 -0000 1.8
105 +++ rpcbind-0.2.0.ebuild 2 Sep 2011 20:02:53 -0000 1.9
106 @@ -1,6 +1,8 @@
107 # Copyright 1999-2011 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.8 2011/04/24 17:50:22 armin76 Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.9 2011/09/02 20:02:53 vapier Exp $
111 +
112 +EAPI="2"
113
114 if [[ ${PV} == "9999" ]] ; then
115 EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
116 @@ -9,7 +11,7 @@
117 #KEYWORDS=""
118 else
119 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
120 - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
121 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
122 fi
123
124 DESCRIPTION="portmap replacement which supports RPC over various protocols"
125 @@ -22,21 +24,17 @@
126 DEPEND="net-libs/libtirpc"
127 RDEPEND=${DEPEND}
128
129 -src_unpack() {
130 +src_prepare() {
131 if [[ ${PV} == "9999" ]] ; then
132 - git_src_unpack
133 eautoreconf
134 else
135 - unpack ${A}
136 - cd "${S}"
137 # fix busted timestamps
138 find . -type f -print0 | xargs -0 touch -r .
139 fi
140 }
141
142 -src_compile() {
143 - econf --bindir=/sbin || die
144 - emake || die
145 +src_configure() {
146 + econf --bindir=/sbin
147 }
148
149 src_install() {