Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/rapidsvn: ChangeLog rapidsvn-0.9.3.ebuild rapidsvn-0.9.6.ebuild rapidsvn-0.9.4.ebuild
Date: Wed, 30 Apr 2008 20:42:11
Message-Id: E1JrJ7w-0007ld-D8@stork.gentoo.org
1 hollow 08/04/30 20:42:08
2
3 Modified: ChangeLog rapidsvn-0.9.3.ebuild
4 rapidsvn-0.9.6.ebuild rapidsvn-0.9.4.ebuild
5 Log:
6 update subversion checks wrt #219475
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.56 dev-util/rapidsvn/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 2 Apr 2008 02:33:16 -0000 1.55
23 +++ ChangeLog 30 Apr 2008 20:42:07 -0000 1.56
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/rapidsvn
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.55 2008/04/02 02:33:16 nerdboy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.56 2008/04/30 20:42:07 hollow Exp $
29 +
30 + 30 Apr 2008; Benedikt Böhm <hollow@g.o> rapidsvn-0.9.3.ebuild,
31 + rapidsvn-0.9.4.ebuild, rapidsvn-0.9.6.ebuild:
32 + update subversion checks wrt #219475
33
34 *rapidsvn-0.9.6 (02 Apr 2008)
35
36
37
38
39 1.23 dev-util/rapidsvn/rapidsvn-0.9.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?rev=1.23&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?rev=1.23&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?r1=1.22&r2=1.23
44
45 Index: rapidsvn-0.9.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v
48 retrieving revision 1.22
49 retrieving revision 1.23
50 diff -u -r1.22 -r1.23
51 --- rapidsvn-0.9.3.ebuild 2 Apr 2008 02:33:16 -0000 1.22
52 +++ rapidsvn-0.9.3.ebuild 30 Apr 2008 20:42:07 -0000 1.23
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v 1.22 2008/04/02 02:33:16 nerdboy Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v 1.23 2008/04/30 20:42:07 hollow Exp $
58
59 inherit eutils libtool autotools wxwidgets flag-o-matic fdo-mime
60
61 @@ -35,13 +35,15 @@
62 }
63
64 src_compile() {
65 - einfo "Checking for subversion compiled with neon support..."
66 - if built_with_use dev-util/subversion nowebdav; then
67 - ewarn "SVN (dev-util/subversion) must be compiled with neon support."
68 - ewarn "Please re-emerge subversion without the nowebdav USE flag."
69 - die "SVN merged with nowebdav USE flag"
70 + einfo "Checking for subversion compiled with WebDAV support..."
71 + if ! built_with_use --missing true -o dev-util/subversion webdav-neon webdav-serf || \
72 + built_with_use --missing false dev-util/subversion nowebdav; then
73 + ewarn "SVN (dev-util/subversion) must be compiled with WebDAV support."
74 + ewarn "Please re-emerge subversion with webdav-neon or webdav-serf USE flag"
75 + ewarn "and without the nowebdav USE flag."
76 + die "SVN merged without WebDAV support"
77 else
78 - einfo "Found neon support; continuing..."
79 + einfo "Found WebDAV support; continuing..."
80 fi
81
82 # if you compiled subversion without (the) apache2 (flag) and with the
83
84
85
86 1.2 dev-util/rapidsvn/rapidsvn-0.9.6.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild?r1=1.1&r2=1.2
91
92 Index: rapidsvn-0.9.6.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- rapidsvn-0.9.6.ebuild 2 Apr 2008 02:33:16 -0000 1.1
99 +++ rapidsvn-0.9.6.ebuild 30 Apr 2008 20:42:07 -0000 1.2
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2008 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild,v 1.1 2008/04/02 02:33:16 nerdboy Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.6.ebuild,v 1.2 2008/04/30 20:42:07 hollow Exp $
105
106 WANT_AUTOCONF="2.5"
107 inherit versionator eutils libtool autotools wxwidgets flag-o-matic fdo-mime
108 @@ -34,13 +34,15 @@
109 }
110
111 src_compile() {
112 - einfo "Checking for subversion compiled with neon support..."
113 - if built_with_use dev-util/subversion nowebdav; then
114 - ewarn "SVN (dev-util/subversion) must be compiled with neon support."
115 - ewarn "Please re-emerge subversion without the nowebdav USE flag."
116 - die "SVN merged with nowebdav USE flag"
117 + einfo "Checking for subversion compiled with WebDAV support..."
118 + if ! built_with_use --missing true -o dev-util/subversion webdav-neon webdav-serf || \
119 + built_with_use --missing false dev-util/subversion nowebdav; then
120 + ewarn "SVN (dev-util/subversion) must be compiled with WebDAV support."
121 + ewarn "Please re-emerge subversion with webdav-neon or webdav-serf USE flag"
122 + ewarn "and without the nowebdav USE flag."
123 + die "SVN merged without WebDAV support"
124 else
125 - einfo "Found neon support; continuing..."
126 + einfo "Found WebDAV support; continuing..."
127 fi
128
129 # if you compiled subversion without (the) apache2 (flag) and with the
130
131
132
133 1.20 dev-util/rapidsvn/rapidsvn-0.9.4.ebuild
134
135 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?rev=1.20&view=markup
136 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?rev=1.20&content-type=text/plain
137 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?r1=1.19&r2=1.20
138
139 Index: rapidsvn-0.9.4.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v
142 retrieving revision 1.19
143 retrieving revision 1.20
144 diff -u -r1.19 -r1.20
145 --- rapidsvn-0.9.4.ebuild 10 Jan 2008 18:07:23 -0000 1.19
146 +++ rapidsvn-0.9.4.ebuild 30 Apr 2008 20:42:07 -0000 1.20
147 @@ -1,6 +1,6 @@
148 # Copyright 1999-2008 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v 1.19 2008/01/10 18:07:23 hollow Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v 1.20 2008/04/30 20:42:07 hollow Exp $
152
153 inherit eutils libtool autotools wxwidgets flag-o-matic fdo-mime
154
155 @@ -35,13 +35,15 @@
156 }
157
158 src_compile() {
159 - einfo "Checking for subversion compiled with neon support..."
160 - if built_with_use dev-util/subversion nowebdav; then
161 - ewarn "SVN (dev-util/subversion) must be compiled with neon support."
162 - ewarn "Please re-emerge subversion without the nowebdav USE flag."
163 - die "SVN merged with nowebdav USE flag"
164 + einfo "Checking for subversion compiled with WebDAV support..."
165 + if ! built_with_use --missing true -o dev-util/subversion webdav-neon webdav-serf || \
166 + built_with_use --missing false dev-util/subversion nowebdav; then
167 + ewarn "SVN (dev-util/subversion) must be compiled with WebDAV support."
168 + ewarn "Please re-emerge subversion with webdav-neon or webdav-serf USE flag"
169 + ewarn "and without the nowebdav USE flag."
170 + die "SVN merged without WebDAV support"
171 else
172 - einfo "Found neon support; continuing..."
173 + einfo "Found WebDAV support; continuing..."
174 fi
175
176 # if you compiled subversion without (the) apache2 (flag) and with the
177
178
179
180 --
181 gentoo-commits@l.g.o mailing list