Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.15-r1.ebuild tcl-8.6.1-r1.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:23:23
Message-Id: 20140428172318.15DCE2004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:23:18
2
3 Modified: tcl-8.5.15-r1.ebuild tcl-8.6.1-r1.ebuild ChangeLog
4 Log:
5 Replace multilib_build_binaries with multilib_is_native_abi. The two are equivalent now, and the team has decided to use the old name as being less confusing.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.6 dev-lang/tcl/tcl-8.5.15-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: tcl-8.5.15-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- tcl-8.5.15-r1.ebuild 20 Jan 2014 07:34:30 -0000 1.5
23 +++ tcl-8.5.15-r1.ebuild 28 Apr 2014 17:23:17 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.15-r1.ebuild,v 1.5 2014/01/20 07:34:30 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.6 2014/04/28 17:23:17 mgorny Exp $
29
30 EAPI=5
31
32 @@ -92,7 +92,7 @@
33 dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
34 dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
35
36 - if multilib_build_binaries; then
37 + if multilib_is_native_abi; then
38 dosym tclsh${v1} /usr/bin/tclsh
39 dodoc "${SPARENT}"/{ChangeLog*,README,changes}
40 fi
41
42
43
44 1.5 dev-lang/tcl/tcl-8.6.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?r1=1.4&r2=1.5
49
50 Index: tcl-8.6.1-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- tcl-8.6.1-r1.ebuild 19 Jan 2014 09:51:31 -0000 1.4
57 +++ tcl-8.6.1-r1.ebuild 28 Apr 2014 17:23:17 -0000 1.5
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.4 2014/01/19 09:51:31 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.5 2014/04/28 17:23:17 mgorny Exp $
63
64 EAPI=5
65
66 @@ -101,7 +101,7 @@
67 dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
68 dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
69
70 - if multilib_build_binaries; then
71 + if multilib_is_native_abi; then
72 dosym tclsh${v1} /usr/bin/tclsh
73 dodoc "${SPARENT}"/{ChangeLog*,README,changes}
74 fi
75
76
77
78 1.190 dev-lang/tcl/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.190&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.190&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.189&r2=1.190
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
87 retrieving revision 1.189
88 retrieving revision 1.190
89 diff -u -r1.189 -r1.190
90 --- ChangeLog 20 Jan 2014 07:34:30 -0000 1.189
91 +++ ChangeLog 28 Apr 2014 17:23:17 -0000 1.190
92 @@ -1,6 +1,12 @@
93 # ChangeLog for dev-lang/tcl
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.189 2014/01/20 07:34:30 jlec Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.190 2014/04/28 17:23:17 mgorny Exp $
97 +
98 + 28 Apr 2014; Michał Górny <mgorny@g.o> tcl-8.5.15-r1.ebuild,
99 + tcl-8.6.1-r1.ebuild:
100 + Replace multilib_build_binaries with multilib_is_native_abi. The two are
101 + equivalent now, and the team has decided to use the old name as being less
102 + confusing.
103
104 20 Jan 2014; Justin Lecher <jlec@g.o> tcl-8.5.13-r1.ebuild,
105 -tcl-8.5.14.ebuild, -tcl-8.5.15.ebuild, tcl-8.5.15-r1.ebuild,