Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jpype/
Date: Thu, 25 Feb 2016 20:16:15
Message-Id: 1456430591.e98946107a4a52c3f17056b692e0daf2a71c59da.monsieurp@gentoo
1 commit: e98946107a4a52c3f17056b692e0daf2a71c59da
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 20:00:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 20:03:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9894610
7
8 dev-python/jpype: Switch to java-pkg-2.
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/jpype/jpype-0.6.1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/jpype/jpype-0.6.1.ebuild b/dev-python/jpype/jpype-0.6.1.ebuild
16 index f8d469f..cad4ffa 100644
17 --- a/dev-python/jpype/jpype-0.6.1.ebuild
18 +++ b/dev-python/jpype/jpype-0.6.1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20
21 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
22
23 -inherit distutils-r1 java-pkg-opt-2
24 +inherit java-pkg-2 distutils-r1
25
26 DESCRIPTION="JPype is an effort to allow Python programs full access to Java class libraries"
27 HOMEPAGE="https://github.com/originell/jpype"
28 @@ -23,10 +23,6 @@ DEPEND="
29 dev-python/setuptools[${PYTHON_USEDEP}]
30 >=virtual/jdk-1.6"
31
32 -pkg_setup() {
33 - java-pkg_init
34 -}
35 -
36 python_compile() {
37 if ! python_is_python3; then
38 local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"