commit: 3a09d03cfa3c3b4bc5a0126d4ecffc1b5c5daca2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Thu Jul 30 16:57:03 2015 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 16:03:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=3a09d03c
[dev-python/antlr-python] Migrate to distutils-r1 Package-Manager: portage-2.2.20 dev-python/antlr-python/ChangeLog | 9 +++++++-- dev-python/antlr-python/Manifest | 2 +- ...ython-3.1.3-r1.ebuild => antlr-python-3.1.3-r2.ebuild} | 15 +++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-python/antlr-python/ChangeLog b/dev-python/antlr-python/ChangeLog index 046f4e0..5a3a6e0 100644 --- a/dev-python/antlr-python/ChangeLog +++ b/dev-python/antlr-python/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for dev-python/antlr-python -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*antlr-python-3.1.3-r2 (30 Jul 2015) + + 30 Jul 2015; <[email protected]> +antlr-python-3.1.3-r2.ebuild, + -antlr-python-3.1.3-r1.ebuild: + [dev-python/antlr-python] Migrate to distutils-r1 + *antlr-python-3.1.3-r1 (14 May 2012) 14 May 2012; Ralph Sennhauser <[email protected]> -antlr-python-3.1.3.ebuild, +antlr-python-3.1.3-r1.ebuild, +metadata.xml: Fix builing with active python3. Fix QA issues. #384497 - diff --git a/dev-python/antlr-python/Manifest b/dev-python/antlr-python/Manifest index a9ba094..e547c6f 100644 --- a/dev-python/antlr-python/Manifest +++ b/dev-python/antlr-python/Manifest @@ -1 +1 @@ -DIST antlr-3.1.3.tar.gz 10743515 SHA256 1fca0fc7304140807e64ec263a58d93ef1b380cfb6407084e6909f8220bc1039 +DIST antlr-3.1.3.tar.gz 10743515 SHA256 1fca0fc7304140807e64ec263a58d93ef1b380cfb6407084e6909f8220bc1039 SHA512 6814b970740bd61e6727f81b1a2fb4249f8f029e756694d852224eee54e0231540f8e23d2fa8f78eef234d6497f5fa1411e76020ffaed737d8c1a5178321a062 WHIRLPOOL 9d9a1caf39595dbb9b300f730091cfa38a12ab10b8a59d58c7bdd9ba4674bce9f49bc21b5b170129216ff9d880dbf5f0bdb5bfe614b003a4ffe948948b5413c9 diff --git a/dev-python/antlr-python/antlr-python-3.1.3-r1.ebuild b/dev-python/antlr-python/antlr-python-3.1.3-r2.ebuild similarity index 54% rename from dev-python/antlr-python/antlr-python-3.1.3-r1.ebuild rename to dev-python/antlr-python/antlr-python-3.1.3-r2.ebuild index fde331a..d8fb44d 100644 --- a/dev-python/antlr-python/antlr-python-3.1.3-r1.ebuild +++ b/dev-python/antlr-python/antlr-python-3.1.3-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3.ebuild,v 1.2 2009/03/29 16:48:01 betelgeuse Exp $ +# $Header: $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.6" +PYTHON_COMPAT=( python2_7 ) -inherit python distutils +inherit distutils-r1 MY_P="antlr-${PV}" DESCRIPTION="The python runtime for antlr:3" @@ -19,8 +19,3 @@ KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${MY_P}/runtime/Python" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -}
