jer 14/06/27 14:30:05 Modified: ChangeLog Added: polygon-2.0.6.ebuild polygon-3.0.6.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.11 dev-python/polygon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 11 Nov 2012 13:35:09 -0000 1.10 +++ ChangeLog 27 Jun 2014 14:30:04 -0000 1.11 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/polygon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.10 2012/11/11 13:35:09 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.11 2014/06/27 14:30:04 jer Exp $ + +*polygon-3.0.6 (27 Jun 2014) +*polygon-2.0.6 (27 Jun 2014) + + 27 Jun 2014; Jeroen Roovers <[email protected]> +polygon-2.0.6.ebuild, + +polygon-3.0.6.ebuild: + Version bump. 11 Nov 2012; Anthony G. Basile <[email protected]> polygon-2.0.4.ebuild: Rapid stabilization to heal tree, bug #442318 1.1 dev-python/polygon/polygon-2.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/polygon-2.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/polygon-2.0.6.ebuild?rev=1.1&content-type=text/plain Index: polygon-2.0.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-2.0.6.ebuild,v 1.1 2014/06/27 14:30:04 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python package to handle polygonal shapes in 2D" HOMEPAGE="http://www.j-raedler.de/projects/polygon/" SRC_URI="mirror://bitbucket/jraedler/${PN}2/downloads/Polygon2-${PV}.zip" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="app-arch/unzip" S=${WORKDIR}/Polygon2-${PV} DOCS=( HISTORY doc/Polygon.txt ) src_test() { python_test() { PYTHONPATH="${BUILD_DIR}/lib" ${EPYTHON} test/Test.py || die } python_foreach_impl python_test } 1.1 dev-python/polygon/polygon-3.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/polygon-3.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polygon/polygon-3.0.6.ebuild?rev=1.1&content-type=text/plain Index: polygon-3.0.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-3.0.6.ebuild,v 1.1 2014/06/27 14:30:04 jer Exp $ EAPI=5 PYTHON_COMPAT=( python3_{2,3,4} ) inherit distutils-r1 DESCRIPTION="Python package to handle polygonal shapes in 2D" HOMEPAGE="http://www.j-raedler.de/projects/polygon" SRC_URI="mirror://bitbucket/jraedler/${PN}3/downloads/Polygon3-${PV}.zip" LICENSE="LGPL-2" SLOT="3" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="app-arch/unzip" S=${WORKDIR}/Polygon3-${PV} DOCS=( HISTORY doc/Polygon.txt ) src_test() { python_test() { PYTHONPATH="${BUILD_DIR}/lib" ${EPYTHON} test/Test.py || die } python_foreach_impl python_test }
