commit:     b48a36d1819ed979c2e17adf45a1cbb1a02539e9
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:34:24 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:46:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a36d1

dev-java/jgoodies-forms: stable for amd64. mark stable for the remaining arches 
using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 .../jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild    | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild 
b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
index 9377a68..1519e71 100644
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
+++ b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,31 +12,27 @@ MY_PN="forms"
 MY_PV=${PV//./_}
 MY_P="${MY_PN}-${MY_PV}"
 
-DESCRIPTION="JGoodies Forms Library"
+DESCRIPTION="JGoodies library"
 HOMEPAGE="http://www.jgoodies.com/";
 SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-macos"
-IUSE=""
+KEYWORDS="amd64 ppc64 x86"
 
-DEPEND=">=virtual/jdk-1.4
-       app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-EANT_FILTER_COMPILTER="jikes"
-
 java_prepare() {
-       find -name "*.jar" -delete || die
+       java-pkg_clean
 }
 
 src_install() {
-       java-pkg_dojar build/${MY_PN}.jar
+       java-pkg_dojar "build/${MY_PN}.jar"
 
-       dodoc RELEASE-NOTES.txt README.html || die
+       dodoc RELEASE-NOTES.txt README.html
 
        use doc && java-pkg_dohtml -r docs/*
        use source && java-pkg_dosrc src/{core,extras}/com

Reply via email to