Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nspr: ChangeLog nspr-4.6.8.ebuild nspr-4.7.4.ebuild nspr-4.7.3.ebuild
Date: Wed, 29 Apr 2009 20:56:29
Message-Id: E1LzGpP-0005LO-4I@stork.gentoo.org
1 fauli 09/04/29 20:56:27
2
3 Modified: ChangeLog nspr-4.6.8.ebuild nspr-4.7.4.ebuild
4 nspr-4.7.3.ebuild
5 Log:
6 make repoman happy and set RDEPEND explicitly
7 (Portage version: 2.1.6.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.118 dev-libs/nspr/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.118&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.118&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/ChangeLog?r1=1.117&r2=1.118
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v
19 retrieving revision 1.117
20 retrieving revision 1.118
21 diff -u -r1.117 -r1.118
22 --- ChangeLog 29 Apr 2009 20:29:33 -0000 1.117
23 +++ ChangeLog 29 Apr 2009 20:56:27 -0000 1.118
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/nspr
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.117 2009/04/29 20:29:33 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.118 2009/04/29 20:56:27 fauli Exp $
29 +
30 + 29 Apr 2009; Christian Faulhammer <fauli@g.o> nspr-4.6.8.ebuild,
31 + nspr-4.7.3.ebuild, nspr-4.7.4.ebuild:
32 + make repoman happy and set RDEPEND explicitly
33
34 29 Apr 2009; Christian Faulhammer <fauli@g.o> nspr-4.7.4.ebuild:
35 stable x86, security bug 267234
36
37
38
39 1.12 dev-libs/nspr/nspr-4.6.8.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild?r1=1.11&r2=1.12
44
45 Index: nspr-4.6.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- nspr-4.6.8.ebuild 15 Nov 2008 18:31:56 -0000 1.11
52 +++ nspr-4.6.8.ebuild 29 Apr 2009 20:56:27 -0000 1.12
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild,v 1.11 2008/11/15 18:31:56 armin76 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild,v 1.12 2009/04/29 20:56:27 fauli Exp $
59
60 inherit eutils multilib toolchain-funcs
61
62 @@ -14,6 +14,7 @@
63 IUSE="ipv6 debug"
64
65 DEPEND=""
66 +RDEPEND="${DEPEND}"
67
68 src_unpack() {
69 unpack ${A}
70 @@ -31,9 +32,9 @@
71 echo > "${T}"/test.c
72 $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o
73 case $(file "${T}"/test.o) in
74 - *64-bit*) myconf="${myconf} --enable-64bit";;
75 - *32-bit*) ;;
76 - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
77 + *64-bit*) myconf="${myconf} --enable-64bit";;
78 + *32-bit*) ;;
79 + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
80 esac
81
82 if use ipv6; then
83
84
85
86 1.3 dev-libs/nspr/nspr-4.7.4.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild?rev=1.3&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild?rev=1.3&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild?r1=1.2&r2=1.3
91
92 Index: nspr-4.7.4.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild,v
95 retrieving revision 1.2
96 retrieving revision 1.3
97 diff -u -r1.2 -r1.3
98 --- nspr-4.7.4.ebuild 29 Apr 2009 20:29:33 -0000 1.2
99 +++ nspr-4.7.4.ebuild 29 Apr 2009 20:56:27 -0000 1.3
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2009 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild,v 1.2 2009/04/29 20:29:33 fauli Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild,v 1.3 2009/04/29 20:56:27 fauli Exp $
105
106 inherit eutils multilib toolchain-funcs
107
108 @@ -14,6 +14,7 @@
109 IUSE="ipv6 debug"
110
111 DEPEND=">=dev-db/sqlite-3.5"
112 +RDEPEND="${DEPEND}"
113
114 src_unpack() {
115 unpack ${A}
116 @@ -35,9 +36,9 @@
117 echo > "${T}"/test.c
118 $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o
119 case $(file "${T}"/test.o) in
120 - *64-bit*) myconf="${myconf} --enable-64bit";;
121 - *32-bit*) ;;
122 - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
123 + *64-bit*) myconf="${myconf} --enable-64bit";;
124 + *32-bit*) ;;
125 + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
126 esac
127
128 if use ipv6; then
129
130
131
132 1.9 dev-libs/nspr/nspr-4.7.3.ebuild
133
134 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild?rev=1.9&view=markup
135 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild?rev=1.9&content-type=text/plain
136 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild?r1=1.8&r2=1.9
137
138 Index: nspr-4.7.3.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild,v
141 retrieving revision 1.8
142 retrieving revision 1.9
143 diff -u -r1.8 -r1.9
144 --- nspr-4.7.3.ebuild 12 Apr 2009 14:56:15 -0000 1.8
145 +++ nspr-4.7.3.ebuild 29 Apr 2009 20:56:27 -0000 1.9
146 @@ -1,6 +1,6 @@
147 # Copyright 1999-2009 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild,v 1.8 2009/04/12 14:56:15 bluebird Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild,v 1.9 2009/04/29 20:56:27 fauli Exp $
151
152 inherit eutils multilib toolchain-funcs
153
154 @@ -14,6 +14,7 @@
155 IUSE="ipv6 debug"
156
157 DEPEND=">=dev-db/sqlite-3.5"
158 +RDEPEND="${DEPEND}"
159
160 src_unpack() {
161 unpack ${A}
162 @@ -35,9 +36,9 @@
163 echo > "${T}"/test.c
164 $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o
165 case $(file "${T}"/test.o) in
166 - *64-bit*) myconf="${myconf} --enable-64bit";;
167 - *32-bit*) ;;
168 - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
169 + *64-bit*) myconf="${myconf} --enable-64bit";;
170 + *32-bit*) ;;
171 + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
172 esac
173
174 if use ipv6; then