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: rapidsvn-0.9.3.ebuild rapidsvn-0.9.4.ebuild ChangeLog
Date: Thu, 10 Jan 2008 18:07:44
Message-Id: E1JD1oJ-0003yu-TJ@stork.gentoo.org
1 hollow 08/01/10 18:07:23
2
3 Modified: rapidsvn-0.9.3.ebuild rapidsvn-0.9.4.ebuild
4 ChangeLog
5 Log:
6 cleanup for bug #203587
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.21 dev-util/rapidsvn/rapidsvn-0.9.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild?r1=1.20&r2=1.21
15
16 Index: rapidsvn-0.9.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- rapidsvn-0.9.3.ebuild 29 Dec 2007 06:29:57 -0000 1.20
23 +++ rapidsvn-0.9.3.ebuild 10 Jan 2008 18:07:23 -0000 1.21
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v 1.20 2007/12/29 06:29:57 nerdboy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.3.ebuild,v 1.21 2008/01/10 18:07:23 hollow Exp $
30
31 inherit eutils libtool autotools wxwidgets flag-o-matic fdo-mime
32
33 @@ -49,11 +49,7 @@
34 # Note: this should be fixed in rapidsvn 0.9.3 and later
35 local myconf
36 local xslss_dir
37 - local apr_suffix=""
38
39 - if has_version ">dev-libs/apr-util-1"; then
40 - apr_suffix="-1"
41 - fi
42 if use doc; then
43 xslss_dir=$(ls -1d /usr/share/sgml/docbook/xsl-stylesheets*|head -n1)
44 myconf="--with-docbook-xsl=$xslss_dir"
45 @@ -71,13 +67,13 @@
46 need-wxwidgets gtk2
47 myconf="${myconf} --with-wx-config=${WX_CONFIG}"
48
49 - append-flags $( /usr/bin/apr${apr_suffix}-config --cppflags )
50 + append-flags $( /usr/bin/apr-1-config --cppflags )
51
52 econf --with-svn-lib=/usr/$(get_libdir) \
53 --with-svn-include=/usr/include \
54 --with-neon-config=/usr/bin/neon-config \
55 - --with-apr-config="/usr/bin/apr${apr_suffix}-config" \
56 - --with-apu-config="/usr/bin/apu${apr_suffix}-config" \
57 + --with-apr-config=/usr/bin/apr-1-config \
58 + --with-apu-config=/usr/bin/apu-1-config \
59 ${myconf} || die "econf failed"
60
61 emake || die "emake failed"
62
63
64
65 1.19 dev-util/rapidsvn/rapidsvn-0.9.4.ebuild
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?rev=1.19&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?rev=1.19&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild?r1=1.18&r2=1.19
70
71 Index: rapidsvn-0.9.4.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v
74 retrieving revision 1.18
75 retrieving revision 1.19
76 diff -u -r1.18 -r1.19
77 --- rapidsvn-0.9.4.ebuild 29 Dec 2007 06:29:57 -0000 1.18
78 +++ rapidsvn-0.9.4.ebuild 10 Jan 2008 18:07:23 -0000 1.19
79 @@ -1,6 +1,6 @@
80 -# Copyright 1999-2007 Gentoo Foundation
81 +# Copyright 1999-2008 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v 1.18 2007/12/29 06:29:57 nerdboy Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.9.4.ebuild,v 1.19 2008/01/10 18:07:23 hollow Exp $
85
86 inherit eutils libtool autotools wxwidgets flag-o-matic fdo-mime
87
88 @@ -49,11 +49,6 @@
89 # Note: this should be fixed in rapidsvn 0.9.3 and later
90 local myconf
91 local xslss_dir
92 - local apr_suffix=""
93 -
94 - if has_version ">dev-libs/apr-util-1"; then
95 - apr_suffix="-1"
96 - fi
97
98 if use doc; then
99 xslss_dir=$(ls -1d /usr/share/sgml/docbook/xsl-stylesheets*|head -n1)
100 @@ -73,13 +68,13 @@
101 need-wxwidgets gtk2
102 myconf="${myconf} --with-wx-config=${WX_CONFIG}"
103
104 - append-flags $( /usr/bin/apr${apr_suffix}-config --cppflags )
105 + append-flags $( /usr/bin/apr-1-config --cppflags )
106
107 econf --with-svn-lib=/usr/$(get_libdir) \
108 --with-svn-include=/usr/include \
109 --with-neon-config=/usr/bin/neon-config \
110 - --with-apr-config="/usr/bin/apr${apr_suffix}-config" \
111 - --with-apu-config="/usr/bin/apu${apr_suffix}-config" \
112 + --with-apr-config=/usr/bin/apr-1-config \
113 + --with-apu-config=/usr/bin/apu-1-config \
114 ${myconf} || die "econf failed"
115 emake || die "emake failed"
116 }
117
118
119
120 1.54 dev-util/rapidsvn/ChangeLog
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?rev=1.54&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?rev=1.54&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rapidsvn/ChangeLog?r1=1.53&r2=1.54
125
126 Index: ChangeLog
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v
129 retrieving revision 1.53
130 retrieving revision 1.54
131 diff -u -r1.53 -r1.54
132 --- ChangeLog 29 Dec 2007 06:29:57 -0000 1.53
133 +++ ChangeLog 10 Jan 2008 18:07:23 -0000 1.54
134 @@ -1,6 +1,10 @@
135 # ChangeLog for dev-util/rapidsvn
136 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.53 2007/12/29 06:29:57 nerdboy Exp $
138 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
139 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.54 2008/01/10 18:07:23 hollow Exp $
140 +
141 + 10 Jan 2008; Benedikt Böhm <hollow@g.o> rapidsvn-0.9.3.ebuild,
142 + rapidsvn-0.9.4.ebuild:
143 + cleanup for bug #203587
144
145 29 Dec 2007; Steve Arnold <nerdboy@g.o> rapidsvn-0.9.3.ebuild,
146 rapidsvn-0.9.4.ebuild:
147
148
149
150 --
151 gentoo-commits@l.g.o mailing list