Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Thu, 18 Feb 2016 19:13:26
Message-Id: 1455822793.1a6ccc8cf7cea82ab69307af3966184380113e6c.chewi@gentoo
1 commit: 1a6ccc8cf7cea82ab69307af3966184380113e6c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 19:12:38 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 19:13:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6ccc8c
7
8 dev-java/java-config: Deal with java-config-wrapper the right way
9
10 I'm a dumbass. 'nuff said.
11
12 Package-Manager: portage-2.2.27
13
14 .../{java-config-2.2.0-r1.ebuild => java-config-2.2.0-r2.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-java/java-config/java-config-2.2.0-r1.ebuild b/dev-java/java-config/java-config-2.2.0-r2.ebuild
18 similarity index 93%
19 rename from dev-java/java-config/java-config-2.2.0-r1.ebuild
20 rename to dev-java/java-config/java-config-2.2.0-r2.ebuild
21 index 171c3ed..75780b7 100644
22 --- a/dev-java/java-config/java-config-2.2.0-r1.ebuild
23 +++ b/dev-java/java-config/java-config-2.2.0-r2.ebuild
24 @@ -28,7 +28,7 @@ python_install_all() {
25 distutils-r1_python_install_all
26
27 # This replaces the file installed by java-config-wrapper.
28 - cp -a "${ED}/usr/bin/${PN}-2" "${ED}/usr/bin/${PN}" || die
29 + dosym java-config-2 /usr/bin/java-config
30 }
31
32 python_test() {