Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Perlbal: Perlbal-1.60.ebuild ChangeLog Perlbal-1.57.ebuild Perlbal-1.58.ebuild Perlbal-1.59.ebuild
Date: Sat, 27 Oct 2007 02:39:02
Message-Id: E1IlbZc-0002od-6M@stork.gentoo.org
1 robbat2 07/10/27 02:38:52
2
3 Modified: Perlbal-1.60.ebuild ChangeLog Perlbal-1.57.ebuild
4 Perlbal-1.58.ebuild Perlbal-1.59.ebuild
5 Log:
6 Clean up quoting.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 dev-perl/Perlbal/Perlbal-1.60.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild?r1=1.1&r2=1.2
15
16 Index: Perlbal-1.60.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- Perlbal-1.60.ebuild 27 Oct 2007 02:33:47 -0000 1.1
23 +++ Perlbal-1.60.ebuild 27 Oct 2007 02:38:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild,v 1.1 2007/10/27 02:33:47 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild,v 1.2 2007/10/27 02:38:51 robbat2 Exp $
29
30 MODULE_AUTHOR="BRADFITZ"
31 inherit perl-module
32 @@ -27,15 +27,15 @@
33
34 src_install() {
35 perl-module_src_install || die "perl-module_src_install failed"
36 - cd ${S}
37 + cd "${S}"
38 dodoc doc/*.txt
39 docinto hacking
40 dodoc doc/hacking/*.txt
41 docinto conf
42 dodoc conf/*.{dat,conf}
43 keepdir /etc/perlbal
44 - newinitd ${FILESDIR}/perlbal_init.d_1.58 perlbal
45 - newconfd ${FILESDIR}/perlbal_conf.d_1.58 perlbal
46 + newinitd "${FILESDIR}"/perlbal_init.d_1.58 perlbal
47 + newconfd "${FILESDIR}"/perlbal_conf.d_1.58 perlbal
48 }
49
50 pkg_postinst() {
51
52
53
54 1.6 dev-perl/Perlbal/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/ChangeLog?rev=1.6&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/ChangeLog?rev=1.6&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/ChangeLog?r1=1.5&r2=1.6
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v
63 retrieving revision 1.5
64 retrieving revision 1.6
65 diff -u -r1.5 -r1.6
66 --- ChangeLog 27 Oct 2007 02:33:46 -0000 1.5
67 +++ ChangeLog 27 Oct 2007 02:38:51 -0000 1.6
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-perl/Perlbal
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.5 2007/10/27 02:33:46 robbat2 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.6 2007/10/27 02:38:51 robbat2 Exp $
73 +
74 + 27 Oct 2007; Robin H. Johnson <robbat2@g.o> Perlbal-1.57.ebuild,
75 + Perlbal-1.58.ebuild, Perlbal-1.59.ebuild, Perlbal-1.60.ebuild:
76 + Clean up quoting.
77
78 *Perlbal-1.60 (27 Oct 2007)
79
80
81
82
83 1.3 dev-perl/Perlbal/Perlbal-1.57.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild?r1=1.2&r2=1.3
88
89 Index: Perlbal-1.57.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -u -r1.2 -r1.3
95 --- Perlbal-1.57.ebuild 13 May 2007 08:33:47 -0000 1.2
96 +++ Perlbal-1.57.ebuild 27 Oct 2007 02:38:51 -0000 1.3
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2007 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild,v 1.2 2007/05/13 08:33:47 robbat2 Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.57.ebuild,v 1.3 2007/10/27 02:38:51 robbat2 Exp $
102
103 inherit perl-module
104
105 @@ -24,7 +24,7 @@
106
107 src_install() {
108 perl-module_src_install || die "perl-module_src_install failed"
109 - cd ${S}
110 + cd "${S}"
111 dodoc doc/*.txt
112 docinto hacking
113 dodoc doc/hacking/*.txt
114
115
116
117 1.3 dev-perl/Perlbal/Perlbal-1.58.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild?rev=1.3&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild?rev=1.3&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild?r1=1.2&r2=1.3
122
123 Index: Perlbal-1.58.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild,v
126 retrieving revision 1.2
127 retrieving revision 1.3
128 diff -u -r1.2 -r1.3
129 --- Perlbal-1.58.ebuild 13 May 2007 08:33:47 -0000 1.2
130 +++ Perlbal-1.58.ebuild 27 Oct 2007 02:38:51 -0000 1.3
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2007 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild,v 1.2 2007/05/13 08:33:47 robbat2 Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild,v 1.3 2007/10/27 02:38:51 robbat2 Exp $
136
137 inherit perl-module
138
139 @@ -26,15 +26,15 @@
140
141 src_install() {
142 perl-module_src_install || die "perl-module_src_install failed"
143 - cd ${S}
144 + cd "${S}"
145 dodoc doc/*.txt
146 docinto hacking
147 dodoc doc/hacking/*.txt
148 docinto conf
149 dodoc conf/*.{dat,conf}
150 keepdir /etc/perlbal
151 - newinitd ${FILESDIR}/perlbal_init.d_1.58 perlbal
152 - newconfd ${FILESDIR}/perlbal_conf.d_1.58 perlbal
153 + newinitd "${FILESDIR}"/perlbal_init.d_1.58 perlbal
154 + newconfd "${FILESDIR}"/perlbal_conf.d_1.58 perlbal
155 }
156
157 pkg_postinst() {
158
159
160
161 1.2 dev-perl/Perlbal/Perlbal-1.59.ebuild
162
163 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild?rev=1.2&view=markup
164 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild?rev=1.2&content-type=text/plain
165 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild?r1=1.1&r2=1.2
166
167 Index: Perlbal-1.59.ebuild
168 ===================================================================
169 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild,v
170 retrieving revision 1.1
171 retrieving revision 1.2
172 diff -u -r1.1 -r1.2
173 --- Perlbal-1.59.ebuild 24 May 2007 23:28:31 -0000 1.1
174 +++ Perlbal-1.59.ebuild 27 Oct 2007 02:38:51 -0000 1.2
175 @@ -1,6 +1,6 @@
176 # Copyright 1999-2007 Gentoo Foundation
177 # Distributed under the terms of the GNU General Public License v2
178 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild,v 1.1 2007/05/24 23:28:31 robbat2 Exp $
179 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild,v 1.2 2007/10/27 02:38:51 robbat2 Exp $
180
181 inherit perl-module
182
183 @@ -27,15 +27,15 @@
184
185 src_install() {
186 perl-module_src_install || die "perl-module_src_install failed"
187 - cd ${S}
188 + cd "${S}"
189 dodoc doc/*.txt
190 docinto hacking
191 dodoc doc/hacking/*.txt
192 docinto conf
193 dodoc conf/*.{dat,conf}
194 keepdir /etc/perlbal
195 - newinitd ${FILESDIR}/perlbal_init.d_1.58 perlbal
196 - newconfd ${FILESDIR}/perlbal_conf.d_1.58 perlbal
197 + newinitd "${FILESDIR}"/perlbal_init.d_1.58 perlbal
198 + newconfd "${FILESDIR}"/perlbal_conf.d_1.58 perlbal
199 }
200
201 pkg_postinst() {
202
203
204
205 --
206 gentoo-commits@g.o mailing list