jlec 15/07/28 09:26:00
Modified: tk-8.5.17-r100.ebuild tk-8.5.17.ebuild
tk-8.6.4-r1.ebuild ChangeLog
Log:
Install all files with u+w, bug #554264
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.4 dev-lang/tk/tk-8.5.17-r100.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild?rev=1.4&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild?r1=1.3&r2=1.4
Index: tk-8.5.17-r100.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17-r100.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tk-8.5.17-r100.ebuild 20 Mar 2015 10:11:23 -0000 1.3
+++ tk-8.5.17-r100.ebuild 28 Jul 2015 09:26:00 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
@@ -63,6 +63,10 @@
-I"${WORKDIR}/${MY_P//tk/tcl}/generic" \
-I"${WORKDIR}/${MY_P//tk/tcl}/unix"
+ sed \
+ -e '/chmod/s:555:755:g' \
+ -i Makefile.in || die
+
tc-export CC
eautoconf
1.13 dev-lang/tk/tk-8.5.17.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild?r1=1.12&r2=1.13
Index: tk-8.5.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tk-8.5.17.ebuild 26 May 2015 09:17:44 -0000 1.12
+++ tk-8.5.17.ebuild 28 Jul 2015 09:26:00 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v 1.12
2015/05/26 09:17:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v 1.13
2015/07/28 09:26:00 jlec Exp $
EAPI=5
@@ -53,6 +53,10 @@
-i configure.in || die
rm -f configure || die
+ sed \
+ -e '/chmod/s:555:755:g' \
+ -i Makefile.in || die
+
tc-export CC
eautoconf
1.2 dev-lang/tk/tk-8.6.4-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild?rev=1.2&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild?r1=1.1&r2=1.2
Index: tk-8.6.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tk-8.6.4-r1.ebuild 26 May 2015 11:51:48 -0000 1.1
+++ tk-8.6.4-r1.ebuild 28 Jul 2015 09:26:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
@@ -62,6 +62,10 @@
tc-export CC
sed \
+ -e '/chmod/s:555:755:g' \
+ -i Makefile.in || die
+
+ sed \
-e 's:-O[2s]\?::g' \
-i tcl.m4 || die
1.228 dev-lang/tk/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.228&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.228&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?r1=1.227&r2=1.228
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog 9 Jun 2015 14:11:14 -0000 1.227
+++ ChangeLog 28 Jul 2015 09:26:00 -0000 1.228
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/tk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.227 2015/06/09
14:11:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.228 2015/07/28
09:26:00 jlec Exp $
+
+ 28 Jul 2015; Justin Lecher <[email protected]> tk-8.5.17-r100.ebuild,
+ tk-8.5.17.ebuild, tk-8.6.4-r1.ebuild:
+ Install all files with u+w, bug #554264
09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Updating remote-id in metadata.xml