2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

*/*: ~dev-java/mockito-1.9.5 SLOT="0" -> SLOT="1"

Changes SLOT="0" -> SLOT="1" for ~dev-java/mockito-1.9.5.
SLOT="0" will be used for new mockito-5.19.0.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/43824
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-09-17 09:09:55 +02:00
committed by Sam James
parent 8056f48849
commit 609aa3dbf9
10 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,9 +26,9 @@ DEPEND="${CP_DEPEND}
dev-java/osgi-annotation:0
>=virtual/jdk-11:*
test? (
dev-java/asm:9
dev-java/asm:0
dev-java/easymock:2.5
dev-java/mockito:0
dev-java/mockito:1
)"
RDEPEND="${CP_DEPEND}
@@ -41,7 +41,7 @@ JAVA_CLASSPATH_EXTRA="felix-resolver,osgi-annotation"
JAVA_SRC_DIR="src/main/java"
JAVA_RESOURCE_DIRS="src/main/resources"
JAVA_TEST_GENTOO_CLASSPATH="asm-9,junit-4,easymock-2.5,mockito"
JAVA_TEST_GENTOO_CLASSPATH="asm,junit-4,easymock-2.5,mockito-1"
JAVA_TEST_SRC_DIR="src/test/java"
src_prepare() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,7 +28,7 @@ DEPEND="
${CP_DEPEND}
test? (
dev-java/felix-utils:0
dev-java/mockito:0
dev-java/mockito:1
)
"
@@ -46,7 +46,7 @@ S="${WORKDIR}/org.apache.felix.resolver-${PV}"
JAVA_RESOURCE_DIRS="src/main/resources"
JAVA_SRC_DIR="src/main/java"
JAVA_TEST_GENTOO_CLASSPATH="felix-utils,junit-4,mockito"
JAVA_TEST_GENTOO_CLASSPATH="felix-utils,junit-4,mockito-1"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"
JAVA_TEST_SRC_DIR="src/test/java"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ DEPEND="${CDEPEND}
>=virtual/jdk-1.8:*
test? (
dev-java/hamcrest-core:1.3
dev-java/mockito:0
dev-java/mockito:1
)"
RDEPEND="${CDEPEND}
@@ -47,7 +47,7 @@ JAVA_SRC_DIR=(
)
JAVA_RESOURCE_DIRS="src/main/resources"
JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito,hamcrest-core-1.3"
JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito-1,hamcrest-core-1.3"
JAVA_TEST_SRC_DIR="src/test/java"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,7 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-httpcomponents-httpcore )"
DEPEND=">=virtual/jdk-1.8:*
test? (
dev-java/commons-logging:0
dev-java/mockito:0
dev-java/mockito:1
)"
RDEPEND=">=virtual/jre-1.8:*"
@@ -39,7 +39,7 @@ JAVA_SRC_DIR=(
)
JAVA_RESOURCE_DIRS="src/main/resources"
JAVA_TEST_GENTOO_CLASSPATH="commons-logging,junit-4,mockito"
JAVA_TEST_GENTOO_CLASSPATH="commons-logging,junit-4,mockito-1"
JAVA_TEST_SRC_DIR="src/test/java"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,7 +34,7 @@ DEPEND="
dev-java/commons-io:1
dev-java/commons-lang:3.6
dev-java/hamcrest:0
dev-java/mockito:0
dev-java/mockito:1
)
"
@@ -58,7 +58,7 @@ JAVA_TEST_GENTOO_CLASSPATH="
commons-lang-3.6
hamcrest
junit-4
mockito
mockito-1
"
JAVA_TEST_SRC_DIR="src/test/java"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,7 @@ DEPEND="
test? (
dev-java/commons-io:1
dev-java/hamcrest:0
dev-java/mockito:0
dev-java/mockito:1
)
"
@@ -52,7 +52,7 @@ JAVA_TEST_GENTOO_CLASSPATH="
commons-io-1
hamcrest
junit-4
mockito
mockito-1
"
JAVA_TEST_SRC_DIR="src/test/java"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/mockito/mockito"
SRC_URI="https://repo1.maven.org/maven2/org/mockito/mockito-core/${PV}/mockito-core-${PV}-sources.jar"
LICENSE="MIT"
SLOT="0"
SLOT="1"
KEYWORDS="amd64 arm64 ppc64"
CP_DEPEND="

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ DEPEND="
>=virtual/jdk-1.8:*
test? (
dev-java/junit:4
dev-java/mockito:0
dev-java/mockito:1
)
"
RDEPEND=">=virtual/jre-1.8:*"
@@ -37,7 +37,7 @@ JAVA_TEST_SRC_DIR="src/test/java"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"
JAVA_TEST_GENTOO_CLASSPATH="
junit-4
mockito
mockito-1
"
src_compile() {

View File

@@ -44,7 +44,7 @@ DEPEND="
${CP_DEPEND}
test? (
dev-java/hamcrest:0
dev-java/mockito:0
dev-java/mockito:1
dev-java/objenesis:0
net-libs/NativeThread:0
)
@@ -83,7 +83,7 @@ JAVA_SRC_DIR="src"
JAVA_TEST_GENTOO_CLASSPATH="
hamcrest
junit-4
mockito
mockito-1
objenesis
"
# Yes, both variables point to the same directory

View File

@@ -45,7 +45,7 @@ DEPEND="
${CP_DEPEND}
test? (
dev-java/hamcrest:0
dev-java/mockito:0
dev-java/mockito:1
dev-java/objenesis:0
)
"
@@ -76,7 +76,7 @@ PATCHES=( "${FILESDIR}/freenet-0.7.5_p1503-ignore-failing-tests.patch" )
JAVA_CLASSPATH_EXTRA="java-service-wrapper,unbescape"
JAVA_RESOURCE_DIRS="res"
JAVA_SRC_DIR="src"
JAVA_TEST_GENTOO_CLASSPATH="hamcrest,junit-4,mockito,objenesis"
JAVA_TEST_GENTOO_CLASSPATH="hamcrest,junit-4,mockito-1,objenesis"
# Yes, both variables point to the same directory
# https://github.com/hyphanet/fred/blob/build01497/build.gradle#L169-L173