Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/darcs: darcs-1.0.8-r2.ebuild ChangeLog darcs-1.0.7.ebuild darcs-1.1.0_pre1.ebuild darcs-1.0.5.ebuild darcs-1.0.6.ebuild
Date: Fri, 21 Dec 2007 00:29:22
Message-Id: E1J5VlG-0002My-Mg@stork.gentoo.org
1 dcoutts 07/12/21 00:29:10
2
3 Modified: darcs-1.0.8-r2.ebuild ChangeLog darcs-1.0.7.ebuild
4 darcs-1.1.0_pre1.ebuild darcs-1.0.5.ebuild
5 darcs-1.0.6.ebuild
6 Log:
7 Add missing deps on parsec and regex-compat. Fixes bug #202887.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.3 dev-util/darcs/darcs-1.0.8-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?r1=1.2&r2=1.3
16
17 Index: darcs-1.0.8-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- darcs-1.0.8-r2.ebuild 31 Oct 2007 13:17:50 -0000 1.2
24 +++ darcs-1.0.8-r2.ebuild 21 Dec 2007 00:29:10 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v 1.2 2007/10/31 13:17:50 dcoutts Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v 1.3 2007/12/21 00:29:10 dcoutts Exp $
30
31 inherit base autotools eutils
32
33 @@ -39,7 +39,7 @@
34 # If we're going to use the CFLAGS with GHC's -optc flag then we'd better
35 # use it with -opta too or it'll break with some CFLAGS, eg -mcpu on sparc
36 sed -i 's:\($(addprefix -optc,$(CFLAGS))\):\1 $(addprefix -opta,$(CFLAGS)):' \
37 - ${S}/autoconf.mk.in
38 + "${S}/autoconf.mk.in"
39
40 # On ia64 we need to tone down the level of inlining so we don't break some
41 # of the low level ghc/gcc interaction gubbins.
42
43
44
45 1.81 dev-util/darcs/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.81&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.81&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?r1=1.80&r2=1.81
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v
54 retrieving revision 1.80
55 retrieving revision 1.81
56 diff -u -r1.80 -r1.81
57 --- ChangeLog 20 Dec 2007 13:48:35 -0000 1.80
58 +++ ChangeLog 21 Dec 2007 00:29:10 -0000 1.81
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-util/darcs
61 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.80 2007/12/20 13:48:35 dcoutts Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.81 2007/12/21 00:29:10 dcoutts Exp $
64 +
65 + 21 Dec 2007; Duncan Coutts <dcoutts@g.o> darcs-1.1.0_pre1.ebuild:
66 + Add missing deps on parsec and regex-compat. Fixes bug #202887.
67 + Sadly have to drop some keywords because of the dep on the parsec package
68 + which does not yet have all the arch keywords. Also fix some quoting issues
69 + in the older versions of the ebuild.
70
71 *darcs-1.1.0_pre1 (20 Dec 2007)
72
73
74
75
76 1.7 dev-util/darcs/darcs-1.0.7.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?r1=1.6&r2=1.7
81
82 Index: darcs-1.0.7.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- darcs-1.0.7.ebuild 31 Oct 2007 13:17:50 -0000 1.6
89 +++ darcs-1.0.7.ebuild 21 Dec 2007 00:29:10 -0000 1.7
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.6 2007/10/31 13:17:50 dcoutts Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.7 2007/12/21 00:29:10 dcoutts Exp $
95
96 inherit base autotools eutils
97
98 @@ -38,7 +38,7 @@
99 # If we're going to use the CFLAGS with GHC's -optc flag then we'd better
100 # use it with -opta too or it'll break with some CFLAGS, eg -mcpu on sparc
101 sed -i 's:\($(addprefix -optc,$(CFLAGS))\):\1 $(addprefix -opta,$(CFLAGS)):' \
102 - ${S}/autoconf.mk.in
103 + "${S}/autoconf.mk.in"
104
105 # On ia64 we need to tone down the level of inlining so we don't break some
106 # of the low level ghc/gcc interaction gubbins.
107
108
109
110 1.2 dev-util/darcs/darcs-1.1.0_pre1.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild?r1=1.1&r2=1.2
115
116 Index: darcs-1.1.0_pre1.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- darcs-1.1.0_pre1.ebuild 20 Dec 2007 13:48:35 -0000 1.1
123 +++ darcs-1.1.0_pre1.ebuild 21 Dec 2007 00:29:10 -0000 1.2
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2007 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild,v 1.1 2007/12/20 13:48:35 dcoutts Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.1.0_pre1.ebuild,v 1.2 2007/12/21 00:29:10 dcoutts Exp $
129
130 inherit base autotools eutils
131
132 @@ -12,7 +12,7 @@
133
134 LICENSE="GPL-2"
135 SLOT="0"
136 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
137 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
138 IUSE="doc"
139
140 DEPEND=">=net-misc/curl-7.10.2
141 @@ -20,6 +20,8 @@
142 dev-haskell/quickcheck
143 dev-haskell/mtl
144 dev-haskell/html
145 + dev-haskell/parsec
146 + dev-haskell/regex-compat
147 sys-apps/diffutils
148 doc? ( virtual/tetex
149 >=dev-tex/latex2html-2002.2.1_pre20041025-r1 )"
150
151
152
153 1.10 dev-util/darcs/darcs-1.0.5.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?rev=1.10&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?rev=1.10&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?r1=1.9&r2=1.10
158
159 Index: darcs-1.0.5.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v
162 retrieving revision 1.9
163 retrieving revision 1.10
164 diff -u -r1.9 -r1.10
165 --- darcs-1.0.5.ebuild 31 Oct 2007 13:17:50 -0000 1.9
166 +++ darcs-1.0.5.ebuild 21 Dec 2007 00:29:10 -0000 1.10
167 @@ -1,6 +1,6 @@
168 # Copyright 1999-2007 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v 1.9 2007/10/31 13:17:50 dcoutts Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v 1.10 2007/12/21 00:29:10 dcoutts Exp $
172
173 inherit base fixheadtails
174
175 @@ -38,7 +38,7 @@
176 # If we're going to use the CFLAGS with GHC's -optc flag then we'd better
177 # use it with -opta too or it'll break with some CFLAGS, eg -mcpu on sparc
178 sed -i 's:\($(addprefix -optc,$(CFLAGS))\):\1 $(addprefix -opta,$(CFLAGS)):' \
179 - ${S}/autoconf.mk.in
180 + "${S}/autoconf.mk.in"
181 }
182
183 src_compile() {
184 @@ -65,5 +65,5 @@
185 }
186
187 src_install() {
188 - make DESTDIR=${D} install || die "installation failed"
189 + make DESTDIR="${D}" install || die "installation failed"
190 }
191
192
193
194 1.9 dev-util/darcs/darcs-1.0.6.ebuild
195
196 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?rev=1.9&view=markup
197 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?rev=1.9&content-type=text/plain
198 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?r1=1.8&r2=1.9
199
200 Index: darcs-1.0.6.ebuild
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v
203 retrieving revision 1.8
204 retrieving revision 1.9
205 diff -u -r1.8 -r1.9
206 --- darcs-1.0.6.ebuild 31 Oct 2007 13:17:50 -0000 1.8
207 +++ darcs-1.0.6.ebuild 21 Dec 2007 00:29:10 -0000 1.9
208 @@ -1,6 +1,6 @@
209 # Copyright 1999-2007 Gentoo Foundation
210 # Distributed under the terms of the GNU General Public License v2
211 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v 1.8 2007/10/31 13:17:50 dcoutts Exp $
212 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v 1.9 2007/12/21 00:29:10 dcoutts Exp $
213
214 inherit base
215
216 @@ -37,7 +37,7 @@
217 # If we're going to use the CFLAGS with GHC's -optc flag then we'd better
218 # use it with -opta too or it'll break with some CFLAGS, eg -mcpu on sparc
219 sed -i 's:\($(addprefix -optc,$(CFLAGS))\):\1 $(addprefix -opta,$(CFLAGS)):' \
220 - ${S}/autoconf.mk.in
221 + "${S}/autoconf.mk.in"
222
223 # On ia64 we need to tone down the level of inlining so we don't break some
224 # of the low level ghc/gcc interaction gubbins.
225 @@ -68,5 +68,5 @@
226 }
227
228 src_install() {
229 - make DESTDIR=${D} install || die "installation failed"
230 + make DESTDIR="${D}" install || die "installation failed"
231 }
232
233
234
235 --
236 gentoo-commits@g.o mailing list