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: Sat, 30 May 2009 21:46:23
Message-Id: E1MAWNi-0006gL-3d@stork.gentoo.org
1 vapier 09/05/30 21:46:22
2
3 Modified: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
4 Log:
5 Add keywords for all.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 net-nds/rpcbind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 30 May 2009 20:53:26 -0000 1.5
22 +++ ChangeLog 30 May 2009 21:46:22 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-nds/rpcbind
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.5 2009/05/30 20:53:26 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.6 2009/05/30 21:46:22 vapier Exp $
28 +
29 + 30 May 2009; Mike Frysinger <vapier@g.o> rpcbind-0.2.0.ebuild,
30 + rpcbind-9999.ebuild:
31 + Add keywords for all.
32
33 *rpcbind-0.2.0 (30 May 2009)
34
35
36
37
38 1.2 net-nds/rpcbind/rpcbind-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?r1=1.1&r2=1.2
43
44 Index: rpcbind-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rpcbind-9999.ebuild 17 Jan 2009 17:37:19 -0000 1.1
51 +++ rpcbind-9999.ebuild 30 May 2009 21:46:22 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.1 2009/01/17 17:37:19 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.2 2009/05/30 21:46:22 vapier Exp $
57
58 if [[ ${PV} == "9999" ]] ; then
59 EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
60 @@ -9,7 +9,7 @@
61 KEYWORDS=""
62 else
63 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
64 - KEYWORDS="~amd64 ~x86"
65 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
66 fi
67
68 DESCRIPTION="portmap replacement which supports RPC over various protocols"
69 @@ -20,6 +20,7 @@
70 IUSE=""
71
72 DEPEND="net-libs/libtirpc"
73 +RDEPEND=${DEPEND}
74
75 src_unpack() {
76 if [[ ${PV} == "9999" ]] ; then
77
78
79
80 1.2 net-nds/rpcbind/rpcbind-0.2.0.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.1&r2=1.2
85
86 Index: rpcbind-0.2.0.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- rpcbind-0.2.0.ebuild 30 May 2009 20:53:26 -0000 1.1
93 +++ rpcbind-0.2.0.ebuild 30 May 2009 21:46:22 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2009 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.1 2009/05/30 20:53:26 vapier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.2 2009/05/30 21:46:22 vapier Exp $
99
100 if [[ ${PV} == "9999" ]] ; then
101 EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
102 @@ -9,7 +9,7 @@
103 KEYWORDS=""
104 else
105 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
106 - KEYWORDS="~amd64 ~x86"
107 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
108 fi
109
110 DESCRIPTION="portmap replacement which supports RPC over various protocols"
111 @@ -20,6 +20,7 @@
112 IUSE=""
113
114 DEPEND="net-libs/libtirpc"
115 +RDEPEND=${DEPEND}
116
117 src_unpack() {
118 if [[ ${PV} == "9999" ]] ; then