Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java:master commit in: dev-python/antlr-python/
Date: Fri, 31 Jul 2015 16:11:10
Message-Id: 1438358584.3a09d03cfa3c3b4bc5a0126d4ecffc1b5c5daca2.chewi@gentoo
1 commit: 3a09d03cfa3c3b4bc5a0126d4ecffc1b5c5daca2
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 30 16:57:03 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 16:03:04 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=3a09d03c
7
8 [dev-python/antlr-python] Migrate to distutils-r1
9
10 Package-Manager: portage-2.2.20
11
12 dev-python/antlr-python/ChangeLog | 9 +++++++--
13 dev-python/antlr-python/Manifest | 2 +-
14 ...ython-3.1.3-r1.ebuild => antlr-python-3.1.3-r2.ebuild} | 15 +++++----------
15 3 files changed, 13 insertions(+), 13 deletions(-)
16
17 diff --git a/dev-python/antlr-python/ChangeLog b/dev-python/antlr-python/ChangeLog
18 index 046f4e0..5a3a6e0 100644
19 --- a/dev-python/antlr-python/ChangeLog
20 +++ b/dev-python/antlr-python/ChangeLog
21 @@ -1,11 +1,16 @@
22 # ChangeLog for dev-python/antlr-python
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*antlr-python-3.1.3-r2 (30 Jul 2015)
28 +
29 + 30 Jul 2015; <andreas@g.o> +antlr-python-3.1.3-r2.ebuild,
30 + -antlr-python-3.1.3-r1.ebuild:
31 + [dev-python/antlr-python] Migrate to distutils-r1
32 +
33 *antlr-python-3.1.3-r1 (14 May 2012)
34
35 14 May 2012; Ralph Sennhauser <sera@g.o> -antlr-python-3.1.3.ebuild,
36 +antlr-python-3.1.3-r1.ebuild, +metadata.xml:
37 Fix builing with active python3.
38 Fix QA issues. #384497
39 -
40
41 diff --git a/dev-python/antlr-python/Manifest b/dev-python/antlr-python/Manifest
42 index a9ba094..e547c6f 100644
43 --- a/dev-python/antlr-python/Manifest
44 +++ b/dev-python/antlr-python/Manifest
45 @@ -1 +1 @@
46 -DIST antlr-3.1.3.tar.gz 10743515 SHA256 1fca0fc7304140807e64ec263a58d93ef1b380cfb6407084e6909f8220bc1039
47 +DIST antlr-3.1.3.tar.gz 10743515 SHA256 1fca0fc7304140807e64ec263a58d93ef1b380cfb6407084e6909f8220bc1039 SHA512 6814b970740bd61e6727f81b1a2fb4249f8f029e756694d852224eee54e0231540f8e23d2fa8f78eef234d6497f5fa1411e76020ffaed737d8c1a5178321a062 WHIRLPOOL 9d9a1caf39595dbb9b300f730091cfa38a12ab10b8a59d58c7bdd9ba4674bce9f49bc21b5b170129216ff9d880dbf5f0bdb5bfe614b003a4ffe948948b5413c9
48
49 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
50 similarity index 54%
51 rename from dev-python/antlr-python/antlr-python-3.1.3-r1.ebuild
52 rename to dev-python/antlr-python/antlr-python-3.1.3-r2.ebuild
53 index fde331a..d8fb44d 100644
54 --- a/dev-python/antlr-python/antlr-python-3.1.3-r1.ebuild
55 +++ b/dev-python/antlr-python/antlr-python-3.1.3-r2.ebuild
56 @@ -1,12 +1,12 @@
57 -# Copyright 1999-2012 Gentoo Foundation
58 +# Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3.ebuild,v 1.2 2009/03/29 16:48:01 betelgeuse Exp $
61 +# $Header: $
62
63 -EAPI=4
64 +EAPI=5
65
66 -PYTHON_DEPEND="2:2.6"
67 +PYTHON_COMPAT=( python2_7 )
68
69 -inherit python distutils
70 +inherit distutils-r1
71
72 MY_P="antlr-${PV}"
73 DESCRIPTION="The python runtime for antlr:3"
74 @@ -19,8 +19,3 @@ KEYWORDS="~amd64 ~x86"
75 IUSE=""
76
77 S="${WORKDIR}/${MY_P}/runtime/Python"
78 -
79 -pkg_setup() {
80 - python_set_active_version 2
81 - python_pkg_setup
82 -}