mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
dev-java/jide-oss: style update, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: 3c4e5d11f4
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
7c36992363
commit
8c262f0588
@@ -1,10 +1,7 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Skeleton command:
|
||||
# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/jidesoft/jide-oss/archive/19083238ce00ecbd7370f856cb64ea69dae669a5.tar.gz --slot 0 --keywords "~amd64 ~x86" --ebuild jide-oss.3.7.12-r2.ebuild
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source test"
|
||||
MAVEN_ID="com.jidesoft:jide-oss:3.7.12"
|
||||
@@ -16,6 +13,7 @@ inherit java-pkg-2 java-pkg-simple
|
||||
DESCRIPTION="JIDE Common Layer (Professional Swing Components)"
|
||||
HOMEPAGE="https://github.com/jidesoft/jide-oss"
|
||||
SRC_URI="https://github.com/jidesoft/jide-oss/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
|
||||
LICENSE="GPL-2-with-classpath-exception"
|
||||
SLOT="0"
|
||||
@@ -26,16 +24,14 @@ KEYWORDS="~amd64"
|
||||
DEPEND="virtual/jdk:1.8"
|
||||
RDEPEND="virtual/jre:1.8"
|
||||
|
||||
DOCS=( {LICENSE,'Readme JDK9',README}.txt libs/README_lib )
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
DOCS=( {'Readme JDK9',README}.txt libs/README_lib )
|
||||
|
||||
JAVA_GENTOO_CLASSPATH_EXTRA="libs/ui.jar"
|
||||
JAVA_SRC_DIR=( "src" "src-jdk8" )
|
||||
JAVA_RESOURCE_DIRS=( "src" "properties" )
|
||||
JAVA_SRC_DIR=( "src" "src-jdk8" )
|
||||
|
||||
JAVA_TEST_SRC_DIR="test"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="junit-4"
|
||||
JAVA_TEST_SRC_DIR="test"
|
||||
|
||||
JAVA_TEST_EXCLUDES=(
|
||||
"com.jidesoft.swing.CornerScrollerVisualTest" # No runnable methods
|
||||
@@ -48,11 +44,6 @@ JAVA_TEST_EXCLUDES=(
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
java-pkg-2_src_prepare
|
||||
rm libs/junit-4.10.jar || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
java-pkg-simple_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user