dilfridge 14/12/10 23:41:48 Modified: ChangeLog Inline-Python-0.460.0.ebuild Log: Patch it to honor the python settings, restore keywords (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.30 dev-perl/Inline-Python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 9 Dec 2014 23:26:00 -0000 1.29 +++ ChangeLog 10 Dec 2014 23:41:48 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Inline-Python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.29 2014/12/09 23:26:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.30 2014/12/10 23:41:48 dilfridge Exp $ + + 10 Dec 2014; Andreas K. Huettel <[email protected]> + Inline-Python-0.460.0.ebuild, + +files/Inline-Python-0.460.0-insanepython.patch: + Patch it to honor the python settings, restore keywords *Inline-Python-0.460.0 (09 Dec 2014) 1.2 dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild?r1=1.1&r2=1.2 Index: Inline-Python-0.460.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Inline-Python-0.460.0.ebuild 9 Dec 2014 23:26:00 -0000 1.1 +++ Inline-Python-0.460.0.ebuild 10 Dec 2014 23:41:48 -0000 1.2 @@ -1,10 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild,v 1.1 2014/12/09 23:26:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild,v 1.2 2014/12/10 23:41:48 dilfridge Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3} ) +# Feel free to add more targets after testing. MODULE_AUTHOR=NINE MODULE_VERSION=0.46 @@ -13,7 +14,7 @@ DESCRIPTION="Easy implementation of Python extensions" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="test" RDEPEND=" @@ -29,4 +30,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" +PATCHES=( "${FILESDIR}/${P}-insanepython.patch" ) + SRC_TEST="do"
