Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.17-r100.ebuild tcl-8.5.17.ebuild tcl-8.6.4.ebuild ChangeLog
Date: Tue, 28 Jul 2015 09:19:13
Message-Id: 20150728091904.0EBC5C1@oystercatcher.gentoo.org
1 jlec 15/07/28 09:19:04
2
3 Modified: tcl-8.5.17-r100.ebuild tcl-8.5.17.ebuild
4 tcl-8.6.4.ebuild ChangeLog
5 Log:
6 Install all files with u+w, bug #554260
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.5 dev-lang/tcl/tcl-8.5.17-r100.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild?r1=1.4&r2=1.5
16
17 Index: tcl-8.5.17-r100.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- tcl-8.5.17-r100.ebuild 15 Jun 2015 09:28:13 -0000 1.4
24 +++ tcl-8.5.17-r100.ebuild 28 Jul 2015 09:19:03 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild,v 1.4 2015/06/15 09:28:13 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild,v 1.5 2015/07/28 09:19:03 jlec Exp $
30
31 # this ebuild is only for the libtcl8.5.so SONAME for ABI compat
32
33 @@ -40,6 +40,10 @@
34
35 tc-export CC
36
37 + sed \
38 + -e '/chmod/s:555:755:g' \
39 + -i Makefile.in || die
40 +
41 eautoconf
42 multilib_copy_sources
43 }
44
45
46
47 1.13 dev-lang/tcl/tcl-8.5.17.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild?rev=1.13&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild?rev=1.13&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild?r1=1.12&r2=1.13
52
53 Index: tcl-8.5.17.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v
56 retrieving revision 1.12
57 retrieving revision 1.13
58 diff -u -r1.12 -r1.13
59 --- tcl-8.5.17.ebuild 26 May 2015 09:12:43 -0000 1.12
60 +++ tcl-8.5.17.ebuild 28 Jul 2015 09:19:03 -0000 1.13
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2015 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.12 2015/05/26 09:12:43 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.13 2015/07/28 09:19:03 jlec Exp $
66
67 EAPI=5
68
69 @@ -34,6 +34,10 @@
70
71 tc-export CC
72
73 + sed \
74 + -e '/chmod/s:555:755:g' \
75 + -i Makefile.in || die
76 +
77 eautoconf
78 multilib_copy_sources
79 }
80
81
82
83 1.2 dev-lang/tcl/tcl-8.6.4.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild?r1=1.1&r2=1.2
88
89 Index: tcl-8.6.4.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- tcl-8.6.4.ebuild 13 Mar 2015 08:29:53 -0000 1.1
96 +++ tcl-8.6.4.ebuild 28 Jul 2015 09:19:03 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2015 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild,v 1.1 2015/03/13 08:29:53 jlec Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.4.ebuild,v 1.2 2015/07/28 09:19:03 jlec Exp $
102
103 EAPI=5
104
105 @@ -40,6 +40,10 @@
106 tc-export CC
107
108 sed \
109 + -e '/chmod/s:555:755:g' \
110 + -i Makefile.in || die
111 +
112 + sed \
113 -e 's:-O[2s]\?::g' \
114 -i tcl.m4 || die
115
116
117
118
119 1.223 dev-lang/tcl/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.223&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.223&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.222&r2=1.223
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
128 retrieving revision 1.222
129 retrieving revision 1.223
130 diff -u -r1.222 -r1.223
131 --- ChangeLog 28 Jul 2015 08:10:17 -0000 1.222
132 +++ ChangeLog 28 Jul 2015 09:19:03 -0000 1.223
133 @@ -1,6 +1,10 @@
134 # ChangeLog for dev-lang/tcl
135 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.222 2015/07/28 08:10:17 jlec Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.223 2015/07/28 09:19:03 jlec Exp $
138 +
139 + 28 Jul 2015; Justin Lecher <jlec@g.o> tcl-8.5.17-r100.ebuild,
140 + tcl-8.5.17.ebuild, tcl-8.6.4.ebuild:
141 + Install all files with u+w, bug #554260
142
143 28 Jul 2015; Justin Lecher <jlec@g.o> -tcl-8.5.13-r1.ebuild,
144 -tcl-8.5.15-r1.ebuild, -tcl-8.6.3.ebuild: