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/tk: tk-8.5.17-r100.ebuild tk-8.5.17.ebuild tk-8.6.4-r1.ebuild ChangeLog
Date: Tue, 28 Jul 2015 09:26:10
Message-Id: 20150728092600.3027FC1@oystercatcher.gentoo.org
1 jlec 15/07/28 09:26:00
2
3 Modified: tk-8.5.17-r100.ebuild tk-8.5.17.ebuild
4 tk-8.6.4-r1.ebuild ChangeLog
5 Log:
6 Install all files with u+w, bug #554264
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.4 dev-lang/tk/tk-8.5.17-r100.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild?r1=1.3&r2=1.4
16
17 Index: tk-8.5.17-r100.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- tk-8.5.17-r100.ebuild 20 Mar 2015 10:11:23 -0000 1.3
24 +++ tk-8.5.17-r100.ebuild 28 Jul 2015 09:26:00 -0000 1.4
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/tk/tk-8.5.17-r100.ebuild,v 1.3 2015/03/20 10:11:23 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild,v 1.4 2015/07/28 09:26:00 jlec Exp $
30
31 EAPI=5
32
33 @@ -63,6 +63,10 @@
34 -I"${WORKDIR}/${MY_P//tk/tcl}/generic" \
35 -I"${WORKDIR}/${MY_P//tk/tcl}/unix"
36
37 + sed \
38 + -e '/chmod/s:555:755:g' \
39 + -i Makefile.in || die
40 +
41 tc-export CC
42
43 eautoconf
44
45
46
47 1.13 dev-lang/tk/tk-8.5.17.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?rev=1.13&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?rev=1.13&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?r1=1.12&r2=1.13
52
53 Index: tk-8.5.17.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v
56 retrieving revision 1.12
57 retrieving revision 1.13
58 diff -u -r1.12 -r1.13
59 --- tk-8.5.17.ebuild 26 May 2015 09:17:44 -0000 1.12
60 +++ tk-8.5.17.ebuild 28 Jul 2015 09:26:00 -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/tk/tk-8.5.17.ebuild,v 1.12 2015/05/26 09:17:44 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v 1.13 2015/07/28 09:26:00 jlec Exp $
66
67 EAPI=5
68
69 @@ -53,6 +53,10 @@
70 -i configure.in || die
71 rm -f configure || die
72
73 + sed \
74 + -e '/chmod/s:555:755:g' \
75 + -i Makefile.in || die
76 +
77 tc-export CC
78
79 eautoconf
80
81
82
83 1.2 dev-lang/tk/tk-8.6.4-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild?r1=1.1&r2=1.2
88
89 Index: tk-8.6.4-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- tk-8.6.4-r1.ebuild 26 May 2015 11:51:48 -0000 1.1
96 +++ tk-8.6.4-r1.ebuild 28 Jul 2015 09:26:00 -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/tk/tk-8.6.4-r1.ebuild,v 1.1 2015/05/26 11:51:48 jlec Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild,v 1.2 2015/07/28 09:26:00 jlec Exp $
102
103 EAPI=5
104
105 @@ -62,6 +62,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.228 dev-lang/tk/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.228&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.228&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?r1=1.227&r2=1.228
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
128 retrieving revision 1.227
129 retrieving revision 1.228
130 diff -u -r1.227 -r1.228
131 --- ChangeLog 9 Jun 2015 14:11:14 -0000 1.227
132 +++ ChangeLog 28 Jul 2015 09:26:00 -0000 1.228
133 @@ -1,6 +1,10 @@
134 # ChangeLog for dev-lang/tk
135 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.227 2015/06/09 14:11:14 jlec Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.228 2015/07/28 09:26:00 jlec Exp $
138 +
139 + 28 Jul 2015; Justin Lecher <jlec@g.o> tk-8.5.17-r100.ebuild,
140 + tk-8.5.17.ebuild, tk-8.6.4-r1.ebuild:
141 + Install all files with u+w, bug #554264
142
143 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
144 Updating remote-id in metadata.xml