Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/glibmm: glibmm-2.9.1.ebuild glibmm-2.12.10.ebuild glibmm-2.4.7-r1.ebuild glibmm-2.6.1.ebuild
Date: Wed, 12 Dec 2007 01:45:25
Message-Id: E1J2Ge9-00020i-0D@stork.gentoo.org
1 leio 07/12/12 01:44:24
2
3 Modified: glibmm-2.9.1.ebuild glibmm-2.12.10.ebuild
4 glibmm-2.4.7-r1.ebuild glibmm-2.6.1.ebuild
5 Log:
6 Shut repoman up by fixing old versions variable quoting
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.3 dev-cpp/glibmm/glibmm-2.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: glibmm-2.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- glibmm-2.9.1.ebuild 4 Dec 2006 16:26:09 -0000 1.2
23 +++ glibmm-2.9.1.ebuild 12 Dec 2007 01:44:24 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2006 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild,v 1.2 2006/12/04 16:26:09 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild,v 1.3 2007/12/12 01:44:24 leio Exp $
29
30 inherit gnome2
31
32 @@ -23,7 +23,7 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38
39 # don't waste time building the examples
40 sed -i 's/^\(SUBDIRS =.*\)examples docs\(.*\)$/\1\2/' Makefile.in || \
41 @@ -38,12 +38,12 @@
42
43 src_install() {
44 gnome2_src_install
45 - rm -fr ${D}/usr/share/doc/glibmm-2.4
46 + rm -fr "${D}"/usr/share/doc/glibmm-2.4
47 if use doc ; then
48 # API Reference
49 dohtml -r docs/reference/html/* docs/images/*
50 # examples
51 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
52 - cp -R examples ${D}/usr/share/doc/${PF}
53 + cp -R examples "${D}"/usr/share/doc/${PF}
54 fi
55 }
56
57
58
59 1.9 dev-cpp/glibmm/glibmm-2.12.10.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild?rev=1.9&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild?rev=1.9&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild?r1=1.8&r2=1.9
64
65 Index: glibmm-2.12.10.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild,v
68 retrieving revision 1.8
69 retrieving revision 1.9
70 diff -u -r1.8 -r1.9
71 --- glibmm-2.12.10.ebuild 11 Dec 2007 11:03:26 -0000 1.8
72 +++ glibmm-2.12.10.ebuild 12 Dec 2007 01:44:24 -0000 1.9
73 @@ -1,6 +1,6 @@
74 # Copyright 1999-2007 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild,v 1.8 2007/12/11 11:03:26 vapier Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.12.10.ebuild,v 1.9 2007/12/12 01:44:24 leio Exp $
78
79 inherit gnome2
80
81 @@ -34,11 +34,11 @@
82 gnome2_src_install
83
84 if ! use doc && ! use examples; then
85 - rm -fr ${D}/usr/share/doc/glibmm-2.4
86 + rm -fr "${D}"/usr/share/doc/glibmm-2.4
87 fi
88
89 if use examples; then
90 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
91 - cp -R examples ${D}/usr/share/doc/${PF}
92 + cp -R examples "${D}"/usr/share/doc/${PF}
93 fi
94 }
95
96
97
98 1.13 dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild?rev=1.13&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild?rev=1.13&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild?r1=1.12&r2=1.13
103
104 Index: glibmm-2.4.7-r1.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild,v
107 retrieving revision 1.12
108 retrieving revision 1.13
109 diff -u -r1.12 -r1.13
110 --- glibmm-2.4.7-r1.ebuild 3 Aug 2005 20:43:22 -0000 1.12
111 +++ glibmm-2.4.7-r1.ebuild 12 Dec 2007 01:44:24 -0000 1.13
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2005 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild,v 1.12 2005/08/03 20:43:22 kloeri Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild,v 1.13 2007/12/12 01:44:24 leio Exp $
117
118 inherit gnome2
119
120 @@ -23,7 +23,7 @@
121
122 src_unpack() {
123 unpack ${A}
124 - cd ${S}
125 + cd "${S}"
126 # don't waste time building the examples
127 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
128 die "sed Makefile.in failed"
129 @@ -31,12 +31,12 @@
130
131 src_install() {
132 gnome2_src_install
133 - rm -fr ${D}/usr/share/doc/glibmm-2.4
134 + rm -fr "${D}"/usr/share/doc/glibmm-2.4
135 if use doc ; then
136 # API Reference
137 dohtml -r docs/reference/html/* docs/images/*
138 dosed -i 's?../../images/??g' /usr/share/doc/${PF}/html/*.html
139 # examples
140 - cp -R examples ${D}/usr/share/doc/${PF}
141 + cp -R examples "${D}"/usr/share/doc/${PF}
142 fi
143 }
144
145
146
147 1.16 dev-cpp/glibmm/glibmm-2.6.1.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild?rev=1.16&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild?rev=1.16&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild?r1=1.15&r2=1.16
152
153 Index: glibmm-2.6.1.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild,v
156 retrieving revision 1.15
157 retrieving revision 1.16
158 diff -u -r1.15 -r1.16
159 --- glibmm-2.6.1.ebuild 10 Sep 2005 07:13:08 -0000 1.15
160 +++ glibmm-2.6.1.ebuild 12 Dec 2007 01:44:24 -0000 1.16
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2005 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild,v 1.15 2005/09/10 07:13:08 agriffis Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.6.1.ebuild,v 1.16 2007/12/12 01:44:24 leio Exp $
166
167 inherit gnome2
168
169 @@ -23,7 +23,7 @@
170
171 src_unpack() {
172 unpack ${A}
173 - cd ${S}
174 + cd "${S}"
175 # don't waste time building the examples
176 sed -i 's/^\(SUBDIRS =.*\)examples docs\(.*\)$/\1\2/' Makefile.in || \
177 die "sed Makefile.in failed"
178 @@ -36,12 +36,12 @@
179
180 src_install() {
181 gnome2_src_install
182 - rm -fr ${D}/usr/share/doc/glibmm-2.4
183 + rm -fr "${D}"/usr/share/doc/glibmm-2.4
184 if use doc ; then
185 # API Reference
186 dohtml -r docs/reference/html/* docs/images/*
187 # examples
188 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
189 - cp -R examples ${D}/usr/share/doc/${PF}
190 + cp -R examples "${D}"/usr/share/doc/${PF}
191 fi
192 }
193
194
195
196 --
197 gentoo-commits@g.o mailing list