dev-java/junit: added maven id + some minor updates

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2021-03-12 10:40:29 +01:00
parent 45757b5aec
commit 8db90a0b88
3 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
JAVA_PKG_IUSE="doc source"
MAVEN_ID="junit:junit:3.8.2"
inherit java-pkg-2 java-pkg-simple
@@ -16,8 +17,8 @@ LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.8"
RDEPEND=">=virtual/jre-1.8"
DOCS=( README.html cpl-v10.html )

View File

@@ -6,6 +6,7 @@ EAPI=5
MY_PN="${PN}${PV%%.*}"
MY_P="${MY_PN}-r${PV}"
JAVA_PKG_IUSE="doc source"
MAVEN_ID="junit:junit:4.12"
inherit java-pkg-2 java-pkg-simple

View File

@@ -6,6 +6,7 @@ EAPI=7
MY_PN="${PN}${PV%%.*}"
MY_P="${MY_PN}-r${PV}"
JAVA_PKG_IUSE="doc source"
MAVEN_ID="junit:junit:4.13.1"
inherit java-pkg-2 java-pkg-simple