vapier 15/03/03 06:49:14
Modified: python-3.4.3.ebuild python-2.7.9-r2.ebuild
python-3.3.5-r1.ebuild ChangeLog
Log:
Use pkg-config to locate ncurses headers to fix cross-compiling.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.2 dev-lang/python/python-3.4.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.3.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.3.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.3.ebuild?r1=1.1&r2=1.2
Index: python-3.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-3.4.3.ebuild 3 Mar 2015 03:11:42 -0000 1.1
+++ python-3.4.3.ebuild 3 Mar 2015 06:49:14 -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/python/python-3.4.3.ebuild,v 1.1
2015/03/03 03:11:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.3.ebuild,v 1.2
2015/03/03 06:49:14 vapier Exp $
EAPI="4"
WANT_LIBTOOL="none"
@@ -68,6 +68,7 @@
fi
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+ epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch"
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
1.2 dev-lang/python/python-2.7.9-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9-r2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9-r2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9-r2.ebuild?r1=1.1&r2=1.2
Index: python-2.7.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-2.7.9-r2.ebuild 7 Feb 2015 21:24:15 -0000 1.1
+++ python-2.7.9-r2.ebuild 3 Mar 2015 06:49:14 -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/python/python-2.7.9-r2.ebuild,v
1.1 2015/02/07 21:24:15 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r2.ebuild,v
1.2 2015/03/03 06:49:14 vapier Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@@ -99,6 +99,7 @@
# Fix for cross-compiling.
epatch "${FILESDIR}/python-2.7.5-nonfatal-compileall.patch"
+ epatch "${FILESDIR}/python-2.7.9-ncurses-pkg-config.patch"
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
1.11 dev-lang/python/python-3.3.5-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild?r1=1.10&r2=1.11
Index: python-3.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-3.3.5-r1.ebuild 10 Sep 2014 08:33:04 -0000 1.10
+++ python-3.3.5-r1.ebuild 3 Mar 2015 06:49:14 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild,v
1.10 2014/09/10 08:33:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild,v
1.11 2015/03/03 06:49:14 vapier Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@@ -71,6 +71,7 @@
fi
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+ epatch "${FILESDIR}/${PN}-3.3.5-ncurses-pkg-config.patch"
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
1.815 dev-lang/python/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.815&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.815&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.814&r2=1.815
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.814
retrieving revision 1.815
diff -u -r1.814 -r1.815
--- ChangeLog 3 Mar 2015 03:11:42 -0000 1.814
+++ ChangeLog 3 Mar 2015 06:49:14 -0000 1.815
@@ -1,6 +1,13 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.814
2015/03/03 03:11:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.815
2015/03/03 06:49:14 vapier Exp $
+
+ 03 Mar 2015; Mike Frysinger <[email protected]>
+ +files/python-2.7.9-ncurses-pkg-config.patch,
+ +files/python-3.3.5-ncurses-pkg-config.patch,
+ +files/python-3.4.3-ncurses-pkg-config.patch, python-2.7.9-r2.ebuild,
+ python-3.3.5-r1.ebuild, python-3.4.3.ebuild:
+ Use pkg-config to locate ncurses headers to fix cross-compiling.
*python-3.4.3 (03 Mar 2015)