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/subversion: ChangeLog subversion-1.4.6.ebuild
Date: Tue, 15 Jan 2008 10:06:15
Message-Id: E1JEig4-0005KR-73@stork.gentoo.org
1 hollow 08/01/15 10:05:52
2
3 Modified: ChangeLog subversion-1.4.6.ebuild
4 Log:
5 fix #205807
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.287 dev-util/subversion/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?rev=1.287&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?rev=1.287&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?r1=1.286&r2=1.287
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v
18 retrieving revision 1.286
19 retrieving revision 1.287
20 diff -u -r1.286 -r1.287
21 --- ChangeLog 28 Dec 2007 15:25:15 -0000 1.286
22 +++ ChangeLog 15 Jan 2008 10:05:51 -0000 1.287
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/subversion
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.286 2007/12/28 15:25:15 hollow Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.287 2008/01/15 10:05:51 hollow Exp $
29 +
30 + 15 Jan 2008; Benedikt Böhm <hollow@g.o> subversion-1.4.6.ebuild:
31 + fix #205807
32
33 28 Dec 2007; Benedikt Böhm <hollow@g.o> subversion-1.4.6.ebuild:
34 fix #203564
35
36
37
38 1.3 dev-util/subversion/subversion-1.4.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild?r1=1.2&r2=1.3
43
44 Index: subversion-1.4.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- subversion-1.4.6.ebuild 28 Dec 2007 15:25:15 -0000 1.2
51 +++ subversion-1.4.6.ebuild 15 Jan 2008 10:05:51 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
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/subversion/subversion-1.4.6.ebuild,v 1.2 2007/12/28 15:25:15 hollow Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild,v 1.3 2008/01/15 10:05:51 hollow Exp $
58
59 inherit bash-completion depend.apache flag-o-matic elisp-common eutils java-pkg-opt-2 libtool multilib perl-module python
60
61 @@ -146,7 +146,7 @@
62 if use perl ; then
63 # Work around a buggy Makefile.PL, bug 64634
64 mkdir -p subversion/bindings/swig/perl/native/blib/arch/auto/SVN/{_Client,_Delta,_Fs,_Ra,_Repos,_Wc}
65 - emake swig-pl || die "Compilation of ${PN} Perl bindings failed"
66 + emake -j1 swig-pl || die "Compilation of ${PN} Perl bindings failed"
67 fi
68
69 if use ruby ; then
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list