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-java/rat/
Date: Sat, 20 Feb 2016 01:14:54
Message-Id: 1455930740.ca8b9bac6d2a730308bf32d0ed12c5a2ddb13aa3.monsieurp@gentoo
1 commit: ca8b9bac6d2a730308bf32d0ed12c5a2ddb13aa3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 01:11:23 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 01:12:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8b9bac
7
8 dev-java/rat: Stable for amd64+x86.
9
10 Package-Manager: portage-2.2.26
11
12 dev-java/rat/rat-0.11.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-java/rat/rat-0.11.ebuild b/dev-java/rat/rat-0.11.ebuild
16 index aa139df..372e8de 100644
17 --- a/dev-java/rat/rat-0.11.ebuild
18 +++ b/dev-java/rat/rat-0.11.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 +
27 JAVA_PKG_IUSE="doc source"
28
29 inherit java-pkg-2 java-pkg-simple
30 @@ -18,7 +19,7 @@ SRC_URI="
31
32 LICENSE="Apache-2.0"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 +KEYWORDS="amd64 x86"
36 IUSE=""
37
38 CDEPEND="
39 @@ -49,6 +50,6 @@ JAVA_GENTOO_CLASSPATH="
40 "
41
42 src_install() {
43 - java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
44 java-pkg-simple_src_install
45 + java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
46 }