dilfridge 14/12/09 23:26:00 Modified: ChangeLog Added: Inline-Python-0.460.0.ebuild Log: Version bump. Work in progress, still picks wrong Python version. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.29 dev-perl/Inline-Python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Mar 2014 14:51:15 -0000 1.28 +++ ChangeLog 9 Dec 2014 23:26:00 -0000 1.29 @@ -1,6 +1,12 @@ # 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.28 2014/03/10 14:51:15 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.29 2014/12/09 23:26:00 dilfridge Exp $ + +*Inline-Python-0.460.0 (09 Dec 2014) + + 09 Dec 2014; Andreas K. Huettel <[email protected]> + +Inline-Python-0.460.0.ebuild: + Version bump. Work in progress, still picks wrong Python version. 10 Mar 2014; Mikle Kolyada <[email protected]> -Inline-Python-0.400.0.ebuild, -Inline-Python-0.420.0.ebuild, Inline-Python-0.430.0.ebuild: 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild?rev=1.1&content-type=text/plain Index: Inline-Python-0.460.0.ebuild =================================================================== # 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 $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) MODULE_AUTHOR=NINE MODULE_VERSION=0.46 inherit python-single-r1 perl-module DESCRIPTION="Easy implementation of Python extensions" SLOT="0" KEYWORDS="" IUSE="test" RDEPEND=" virtual/perl-Data-Dumper virtual/perl-Digest-MD5 >=dev-perl/Inline-0.46 ${PYTHON_DEPS} " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " REQUIRED_USE="${PYTHON_REQUIRED_USE}" SRC_TEST="do"
