mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user