mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-java/jgoodies-forms: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user