Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.9.ebuild ChangeLog
Date: Fri, 05 Aug 2011 08:20:30
Message-Id: 20110805082020.7F4CF2004C@flycatcher.gentoo.org
1 naota 11/08/05 08:20:20
2
3 Modified: tcl-8.5.9.ebuild ChangeLog
4 Log:
5 Apply shared object versioning policy on Gentoo/FreeBSD. Bug 354067
6
7 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-lang/tcl/tcl-8.5.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild?r1=1.8&r2=1.9
15
16 Index: tcl-8.5.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- tcl-8.5.9.ebuild 23 Mar 2011 19:05:10 -0000 1.8
23 +++ tcl-8.5.9.ebuild 5 Aug 2011 08:20:20 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v 1.8 2011/03/23 19:05:10 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v 1.9 2011/08/05 08:20:20 naota Exp $
29
30 EAPI="3"
31
32 @@ -37,6 +37,9 @@
33 # Bug 125971
34 epatch "${FILESDIR}"/${PN}-8.5_alpha6-tclm4-soname.patch
35
36 + # Bug 354067
37 + epatch "${FILESDIR}"/${PN}-8.5.9-gentoo-fbsd.patch
38 +
39 cd "${S}"/unix
40 eautoreconf
41 }
42
43
44
45 1.139 dev-lang/tcl/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.139&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.139&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.138&r2=1.139
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
54 retrieving revision 1.138
55 retrieving revision 1.139
56 diff -u -r1.138 -r1.139
57 --- ChangeLog 23 Mar 2011 19:05:10 -0000 1.138
58 +++ ChangeLog 5 Aug 2011 08:20:20 -0000 1.139
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/tcl
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.138 2011/03/23 19:05:10 xarthisius Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.139 2011/08/05 08:20:20 naota Exp $
64 +
65 + 05 Aug 2011; Naohiro Aota <naota@g.o> tcl-8.5.9.ebuild,
66 + +files/tcl-8.5.9-gentoo-fbsd.patch:
67 + Apply shared object versioning policy on Gentoo/FreeBSD. Bug 354067
68
69 23 Mar 2011; Kacper Kowalik <xarthisius@g.o> tcl-8.5.9.ebuild:
70 ppc64 stable wrt #353854