Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/svk: svk-2.0.2.ebuild svk-1.08.ebuild ChangeLog metadata.xml
Date: Fri, 07 May 2010 18:45:51
Message-Id: 20100507184547.B547A2C3FC@corvid.gentoo.org
1 ulm 10/05/07 18:45:47
2
3 Added: svk-2.0.2.ebuild svk-1.08.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Move package from dev-util to dev-vcs, bug 56967.
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-vcs/svk/svk-2.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/svk-2.0.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/svk-2.0.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: svk-2.0.2.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/svk-2.0.2.ebuild,v 1.1 2010/05/07 18:45:47 ulm Exp $
20
21 EAPI=2
22
23 inherit eutils perl-module bash-completion
24
25 MY_PV="v${PV}"
26 MY_P="${PN/svk/SVK}-${MY_PV}"
27 S="${WORKDIR}/${MY_P}"
28
29 DESCRIPTION="A decentralized version control system"
30 SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${MY_P}.tar.gz"
31 HOMEPAGE="http://svk.elixus.org/"
32
33 SLOT="0"
34 LICENSE="|| ( Artistic GPL-2 )"
35 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
36 IUSE="crypt nls pager patch log4p bash-completion"
37
38 DEPEND="
39 >=dev-lang/perl-5.8.7
40 >=dev-util/subversion-1.3.0[perl]
41 virtual/perl-version
42 dev-perl/Algorithm-Annotate
43 >=dev-perl/Algorithm-Diff-1.1901
44 >=dev-perl/YAML-Syck-0.60
45 >=dev-perl/Data-Hierarchy-0.30
46 >=dev-perl/PerlIO-via-dynamic-0.11
47 >=dev-perl/PerlIO-via-symlink-0.02
48 dev-perl/IO-Digest
49 >=dev-perl/SVN-Simple-0.27
50 dev-perl/URI
51 >=dev-perl/PerlIO-eol-0.13
52 >=dev-perl/Class-Autouse-1.15
53 dev-perl/App-CLI
54 dev-perl/List-MoreUtils
55 dev-perl/Class-Accessor
56 dev-perl/Class-Data-Inheritable
57 >=dev-perl/Path-Class-0.16
58 dev-perl/UNIVERSAL-require
59 dev-perl/TermReadKey
60 >=virtual/perl-File-Temp-0.17
61 >=virtual/perl-Getopt-Long-2.35
62 virtual/perl-Pod-Escapes
63 virtual/perl-Pod-Simple
64 >=virtual/perl-File-Spec-3.19
65 nls? (
66 >=dev-perl/locale-maketext-lexicon-0.62
67 virtual/perl-Locale-Maketext-Simple
68 )
69 pager? ( dev-perl/IO-Pager )
70 log4p? ( dev-perl/Log-Log4perl )
71 >=dev-perl/SVN-Mirror-0.71
72 patch? (
73 virtual/perl-IO-Compress
74 dev-perl/FreezeThaw
75 )
76 crypt? ( app-crypt/gnupg )
77 dev-perl/TimeDate"
78 RDEPEND="${DEPEND}"
79
80 src_install() {
81 perl-module_src_install
82 if use bash-completion; then
83 dobin contrib/svk-completion.pl
84 echo "complete -C ${DESTTREE}/bin/svk-completion.pl -o default svk" \
85 > svk-completion
86 dobashcompletion svk-completion
87 fi
88 }
89
90
91
92 1.1 dev-vcs/svk/svk-1.08.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/svk-1.08.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/svk-1.08.ebuild?rev=1.1&content-type=text/plain
96
97 Index: svk-1.08.ebuild
98 ===================================================================
99 # Copyright 1999-2010 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/svk-1.08.ebuild,v 1.1 2010/05/07 18:45:47 ulm Exp $
102
103 inherit eutils perl-module bash-completion
104
105 MY_P=${P/svk/SVK}
106 S=${WORKDIR}/${MY_P}
107
108 DESCRIPTION="A decentralized version control system"
109 SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${MY_P}.tar.gz"
110 HOMEPAGE="http://svk.elixus.org/"
111
112 SLOT="0"
113 LICENSE="|| ( Artistic GPL-2 )"
114 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
115 IUSE="crypt nls pager patch"
116
117 DEPEND="
118 >=dev-lang/perl-5.8.7
119 >=dev-util/subversion-1.0.7
120 dev-perl/Algorithm-Annotate
121 dev-perl/Algorithm-Diff
122 >=dev-perl/yaml-0.38
123 dev-perl/Regexp-Shellish
124 >=dev-perl/Data-Hierarchy-0.21
125 >=virtual/perl-File-Temp-0.14
126 dev-perl/Clone
127 virtual/perl-Pod-Escapes
128 virtual/perl-Pod-Simple
129 >=dev-perl/PerlIO-via-dynamic-0.11
130 >=dev-perl/PerlIO-via-symlink-0.02
131 dev-perl/IO-Digest
132 >=dev-perl/SVN-Simple-0.27
133 >=dev-perl/TimeDate-1.16
134 dev-perl/TermReadKey
135 dev-perl/File-Type
136 dev-perl/URI
137 >=dev-perl/PerlIO-eol-0.13
138 >=dev-perl/Class-Autouse-1.15
139 >=virtual/perl-Getopt-Long-2.34
140 >=virtual/perl-File-Spec-3.18
141 >=dev-perl/SVN-Mirror-0.66
142 nls? (
143 >=dev-perl/locale-maketext-lexicon-0.42
144 >=virtual/perl-Locale-Maketext-Simple-0.12
145 )
146 pager? ( dev-perl/IO-Pager )
147 >=dev-perl/SVN-Mirror-0.66
148 patch? (
149 virtual/perl-IO-Compress
150 dev-perl/FreezeThaw
151 )
152 crypt? ( app-crypt/gnupg )"
153 RDEPEND="${DEPEND}"
154
155 pkg_setup() {
156 if ! perl -MSVN::Core < /dev/null 2> /dev/null; then
157 eerror "SVN::Core missing or outdated. Please emerge \
158 dev-util/subversion ith the perl USE flag."
159 die "Need Subversion compiled with Perl bindings"
160 fi
161 }
162
163 src_unpack() {
164 unpack ${A}
165 epatch "${FILESDIR}"/svk-1.08-xxdiff.patch
166 }
167
168 src_install() {
169 perl-module_src_install
170 if use bash-completion; then
171 dobin contrib/svk-completion.pl
172 echo "complete -C ${DESTTREE}/bin/svk-completion.pl -o default svk" \
173 > svk-completion
174 dobashcompletion svk-completion
175 fi
176 }
177
178
179
180 1.1 dev-vcs/svk/ChangeLog
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/ChangeLog?rev=1.1&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/ChangeLog?rev=1.1&content-type=text/plain
184
185 Index: ChangeLog
186 ===================================================================
187 # ChangeLog for dev-vcs/svk
188 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
189 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/ChangeLog,v 1.1 2010/05/07 18:45:47 ulm Exp $
190
191 07 May 2010; Ulrich Mueller <ulm@g.o> +svk-1.08.ebuild,
192 +files/svk-1.08-xxdiff.patch, +svk-2.0.2.ebuild, +metadata.xml:
193 Move package from dev-util to dev-vcs, bug 56967.
194
195 15 Jan 2010; Christian Faulhammer <fauli@g.o> svk-2.0.2.ebuild:
196 Transfer Prefix keywords
197
198 05 Sep 2009; Víctor Ostorga <vostorga@g.o>
199 -files/svk-1.07-xxdiff.patch:
200 Cleaning out unused patch
201
202 19 Jul 2009; Torsten Veller <tove@g.o> svk-1.08.ebuild,
203 svk-2.0.2.ebuild:
204 IO-Compress replaces Compress-Zlib
205
206 25 Apr 2009; Patrick Lauer <patrick@g.o> svk-2.0.2:
207 Removing broken configure placeholder function. Now installs some files!
208 Fixes #264877, thanks to Tove
209
210 09 Jan 2009; Joseph Jezak <josejx@g.o> svk-2.0.2.ebuild:
211 Marked ~ppc for bug #253448.
212
213 08 Jan 2009; Raúl Porcel <armin76@g.o> svk-2.0.2.ebuild:
214 Add ~ia64 wrt #253448
215
216 02 Jan 2009; Friedrich Oslage <bluebird@g.o> svk-2.0.2.ebuild:
217 Re-Add ~sparc keyword, bug #253448
218
219 *svk-2.0.2 (02 Jan 2009)
220
221 02 Jan 2009; Jeremy Olexa <darkside@g.o> metadata.xml,
222 -svk-1.06.ebuild, -svk-1.06-r1.ebuild, -svk-1.07.ebuild,
223 -svk-1.07-r1.ebuild, +svk-2.0.2.ebuild:
224 (non maintainer commit) Version bump thanks to the work by Mark Davies in
225 bug 162743
226
227 18 Nov 2008; Torsten Veller <tove@g.o> svk-1.06.ebuild,
228 svk-1.06-r1.ebuild, svk-1.07.ebuild, svk-1.07-r1.ebuild, svk-1.08.ebuild:
229 New virtuals: Compress-Zlib Locale-Maketext-Simple Pod-Escapes Pod-Simple
230
231 16 Aug 2008; Torsten Veller <tove@g.o> metadata.xml:
232 Remove kang from metadata.xml (#51508)
233
234 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
235 Transition to Manifest2.
236
237 22 Aug 2006; Guillaume Destuynder <kang@g.o> svk-1.08.ebuild:
238 Fixes QA issue #143309 (svnmirror)
239
240 *svk-1.08 (08 Aug 2006)
241
242 08 Aug 2006; Guillaume Destuynder <kang@g.o>
243 -files/svk-1.00-nognupgtest.patch, -files/svk-1.01-nognupgtest.patch,
244 -files/svk-1.02-nognupgtest.patch, -files/svk-1.04-nognupgtest.patch,
245 -files/svk-1.05-nognupgtest.patch, +files/svk-1.08-xxdiff.patch,
246 -svk-1.00.ebuild, -svk-1.01.ebuild, -svk-1.02.ebuild, -svk-1.04.ebuild,
247 -svk-1.05.ebuild, +svk-1.08.ebuild:
248 bump to 1.08. Removed svn-mirror useflag, not very useful. Fix #141664
249 Cleaned up old versions.
250
251 *svk-1.07-r1 (04 Mar 2006)
252
253 04 Mar 2006; Aron Griffis <agriffis@g.o>
254 +files/svk-1.07-xxdiff.patch, +svk-1.07-r1.ebuild:
255 Fix svk smerge interaction with xxdiff
256
257 *svk-1.07 (27 Feb 2006)
258
259 27 Feb 2006; Aron Griffis <agriffis@g.o> +svk-1.07.ebuild:
260 Bump to 1.07 (from 1.06-r1)
261
262 22 Feb 2006; Aron Griffis <agriffis@g.o> svk-1.06-r1.ebuild:
263 Mark 1.06-r1 ~ia64
264
265 13 Feb 2006; Michael Cummings <mcummings@g.o> svk-1.00.ebuild,
266 svk-1.01.ebuild, svk-1.02.ebuild, svk-1.04.ebuild, svk-1.05.ebuild,
267 svk-1.06.ebuild:
268 Virtuals for perl-core
269
270 *svk-1.06 (10 Jan 2006)
271
272 10 Jan 2006; Guillaume Destuynder <kang@g.o>
273 -files/svk-0.29-nognupgtest.patch, +svk-1.06.ebuild:
274 Bump to 1.06, fixes #116331, new local useflags: patch svn-mirror and pager,
275 using skip-deps, added bash completion support (#108295), cleanups,
276 (contribution from Daniel Westermann-Clark)
277
278 *svk-1.05 (17 Nov 2005)
279
280 17 Nov 2005; Guillaume Destuynder <kang@g.o>
281 +files/svk-1.05-nognupgtest.patch, metadata.xml, +svk-1.05.ebuild:
282 Bump to svk-1.05. Deps didn't change.
283
284 22 Sep 2005; Rob Holland <tigger@g.o>
285 +files/svk-1.04-nognupgtest.patch:
286 Unbreak the ebuild again *sigh*
287
288 17 Sep 2005; Michael Hanselmann <hansmi@g.o> svk-1.04.ebuild:
289 Readdded to ~ppc. Please don't drop keywords and respect policy.
290
291 *svk-1.04 (12 Sep 2005)
292
293 12 Sep 2005; Christian Parpart <trapni@g.o> +svk-1.04.ebuild:
294 added to ~amd64 and bumped svk to 1.04
295
296 10 Sep 2005; Rob Holland <tigger@g.o>
297 +files/svk-1.01-nognupgtest.patch, +files/svk-1.02-nognupgtest.patch:
298 Add missing patches so that USE="-crypt" works. Fixes #104383. Thanks to
299 <terry@××××××××.org>
300
301 01 Sep 2005; Jason Wever <weeve@g.o> svk-1.02.ebuild:
302 Added ~sparc keyword.
303
304 11 Aug 2005; Luis Medinas <metalgod@g.o> svk-1.01.ebuild:
305 Added ~amd64 keywords. Closes bug #100662.
306
307 *svk-1.02 (03 Aug 2005)
308
309 03 Aug 2005; <pclouds@g.o> +svk-1.02.ebuild:
310 Version bump
311
312 01 Aug 2005; Joseph Jezak <josejx@g.o> svk-1.01.ebuild:
313 Marked ~ppc for bug #100662.
314
315 29 Jul 2005; <pclouds@g.o> -svk-0.26.ebuild, -svk-0.29.ebuild,
316 svk-1.00.ebuild:
317 Dropped 0.26, 0.29
318
319 *svk-1.01 (29 Jul 2005)
320
321 29 Jul 2005; <pclouds@g.o> +svk-1.01.ebuild:
322 Version bump, closing #100113
323
324 25 May 2005; Michael Cummings <mcummings@g.o> svk-1.00.ebuild:
325 dev-perl/File-Temp => perl-core/File-Temp migration
326
327 25 May 2005; Michael Cummings <mcummings@g.o> svk-0.29.ebuild:
328 dev-perl/File-Temp => perl-core/File-Temp migration
329
330 25 May 2005; Michael Cummings <mcummings@g.o> svk-0.26.ebuild:
331 dev-perl/File-Temp => perl-core/File-Temp migration
332
333 21 May 2005; Simon Stelling <blubb@g.o> svk-1.00.ebuild:
334 added ~amd64 keyword
335
336 17 May 2005; <pclouds@g.o> +files/svk-1.00-nognupgtest.patch,
337 svk-1.00.ebuild:
338 Fixed #92793
339
340 15 May 2005; Joseph Jezak <josejx@g.o> svk-1.00.ebuild:
341 Marked ~ppc for bug #92670.
342
343 *svk-1.00 (15 May 2005)
344
345 15 May 2005; <pclouds@g.o> +svk-1.00.ebuild:
346 Version bump
347
348 07 May 2005; David Holm <dholm@g.o> svk-0.29.ebuild:
349 Added to ~ppc.
350
351 02 Apr 2005; Michael Cummings <mcummings@g.o> svk-0.26.ebuild,
352 svk-0.29.ebuild:
353 Correcting dependancy on locale-maketext-lexicon
354
355 *svk-0.29 (05 Feb 2005)
356
357 05 Feb 2005; Dylan Carlson <absinthe@g.o>
358 +files/svk-0.29-nognupgtest.patch, +svk-0.29.ebuild:
359 Version bump; added keywords ~amd64. Added 'crypt' USE for gpg signing.
360
361 *svk-0.26 (27 Nov 2004)
362
363 27 Nov 2004; <pclouds@g.o> +metadata.xml, +svk-0.26.ebuild:
364 New ebuild
365
366
367
368
369 1.1 dev-vcs/svk/metadata.xml
370
371 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/metadata.xml?rev=1.1&view=markup
372 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svk/metadata.xml?rev=1.1&content-type=text/plain
373
374 Index: metadata.xml
375 ===================================================================
376 <?xml version="1.0" encoding="UTF-8"?>
377 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
378 <pkgmetadata>
379 <herd>no-herd</herd>
380 <maintainer>
381 <email>maintainer-needed@g.o</email>
382 </maintainer>
383 <use>
384 <flag name="log4p">Enable perl logger support</flag>
385 <flag name="pager">Enable perl pager selection support</flag>
386 <flag name="patch">Enable patch creation, import support</flag>
387 </use>
388 </pkgmetadata>