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:08:35
Message-Id: 20110902200826.0A3C620051@flycatcher.gentoo.org
1 vapier 11/09/02 20:08:26
2
3 Modified: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
4 Log:
5 Add pkg-config patch from upstream.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 net-nds/rpcbind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 2 Sep 2011 20:02:53 -0000 1.13
23 +++ ChangeLog 2 Sep 2011 20:08:25 -0000 1.14
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.13 2011/09/02 20:02:53 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.14 2011/09/02 20:08:25 vapier Exp $
29 +
30 + 02 Sep 2011; Mike Frysinger <vapier@g.o> rpcbind-0.2.0.ebuild,
31 + +files/rpcbind-0.2.0-pkgconfig.patch, rpcbind-9999.ebuild:
32 + Add pkg-config patch from upstream.
33
34 02 Sep 2011; Mike Frysinger <vapier@g.o> rpcbind-0.2.0.ebuild,
35 rpcbind-9999.ebuild:
36
37
38
39 1.5 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.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?r1=1.4&r2=1.5
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.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- rpcbind-9999.ebuild 2 Sep 2011 20:02:53 -0000 1.4
52 +++ rpcbind-9999.ebuild 2 Sep 2011 20:08:25 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.4 2011/09/02 20:02:53 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.5 2011/09/02 20:08:25 vapier Exp $
58
59 EAPI="2"
60
61 @@ -21,8 +21,9 @@
62 SLOT="0"
63 IUSE=""
64
65 -DEPEND="net-libs/libtirpc"
66 -RDEPEND=${DEPEND}
67 +RDEPEND="net-libs/libtirpc"
68 +DEPEND="${RDEPEND}
69 + dev-util/pkgconfig"
70
71 src_prepare() {
72 if [[ ${PV} == "9999" ]] ; then
73
74
75
76 1.10 net-nds/rpcbind/rpcbind-0.2.0.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.10&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.10&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.9&r2=1.10
81
82 Index: rpcbind-0.2.0.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
85 retrieving revision 1.9
86 retrieving revision 1.10
87 diff -u -r1.9 -r1.10
88 --- rpcbind-0.2.0.ebuild 2 Sep 2011 20:02:53 -0000 1.9
89 +++ rpcbind-0.2.0.ebuild 2 Sep 2011 20:08:25 -0000 1.10
90 @@ -1,9 +1,10 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.9 2011/09/02 20:02:53 vapier Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.10 2011/09/02 20:08:25 vapier Exp $
95
96 EAPI="2"
97
98 +inherit autotools
99 if [[ ${PV} == "9999" ]] ; then
100 EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
101 inherit autotools git
102 @@ -21,15 +22,16 @@
103 SLOT="0"
104 IUSE=""
105
106 -DEPEND="net-libs/libtirpc"
107 -RDEPEND=${DEPEND}
108 +RDEPEND="net-libs/libtirpc"
109 +DEPEND="${RDEPEND}
110 + dev-util/pkgconfig"
111
112 src_prepare() {
113 if [[ ${PV} == "9999" ]] ; then
114 eautoreconf
115 else
116 - # fix busted timestamps
117 - find . -type f -print0 | xargs -0 touch -r .
118 + epatch "${FILESDIR}"/${P}-pkgconfig.patch
119 + eautoreconf
120 fi
121 }