mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-java/*: ~dev-java/jackson-* SLOT="0" -> SLOT="1"
Changes slot to SLOT="1" for all 'dev-java/jackson-*' packages and for 'dev-java/snakeyaml'. SLOT="0" will be used for new versions. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44063 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
parent
21b3b27891
commit
2d0d28a68f
@ -30,7 +30,7 @@ CP_DEPEND="
|
||||
dev-java/osgi-cmpn:8
|
||||
dev-java/osgi-core:0
|
||||
dev-java/slf4j-simple:0
|
||||
dev-java/snakeyaml:0
|
||||
dev-java/snakeyaml:1
|
||||
dev-java/xz-java:0
|
||||
"
|
||||
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/FasterXML/jackson-annotations"
|
||||
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="2"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND=">=virtual/jdk-11:*"
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/FasterXML/jackson-core"
|
||||
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND=">=virtual/jdk-11:*"
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/FasterXML/jackson-databind"
|
||||
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
# Common dependencies
|
||||
@ -27,8 +27,8 @@ KEYWORDS="amd64 arm64 ppc64"
|
||||
# com.fasterxml.jackson.core:jackson-core:2.13.4 -> >=dev-java/jackson-core-2.13.4:0
|
||||
|
||||
CP_DEPEND="
|
||||
~dev-java/jackson-annotations-2.13.4:2
|
||||
~dev-java/jackson-core-2.13.4:0
|
||||
~dev-java/jackson-annotations-2.13.4:1
|
||||
~dev-java/jackson-core-2.13.4:1
|
||||
"
|
||||
|
||||
# Compile dependencies
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/FasterXML/jackson-dataformat-xml"
|
||||
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
# Common dependencies
|
||||
@ -29,9 +29,9 @@ KEYWORDS="amd64 arm64 ppc64"
|
||||
# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
|
||||
|
||||
CP_DEPEND="
|
||||
~dev-java/jackson-annotations-${PV}:2
|
||||
~dev-java/jackson-core-${PV}:0
|
||||
~dev-java/jackson-databind-${PV}.1:0
|
||||
~dev-java/jackson-annotations-${PV}:1
|
||||
~dev-java/jackson-core-${PV}:1
|
||||
~dev-java/jackson-databind-${PV}.1:1
|
||||
>=dev-java/stax2-api-4.2.1-r1:0
|
||||
dev-java/woodstox-core:0
|
||||
"
|
||||
@ -47,7 +47,7 @@ DEPEND="
|
||||
>=virtual/jdk-11:*
|
||||
${CP_DEPEND}
|
||||
test? (
|
||||
~dev-java/jackson-module-jakarta-xmlbind-${PV}:0
|
||||
~dev-java/jackson-module-jakarta-xmlbind-${PV}:1
|
||||
dev-java/jaxb-api:4
|
||||
dev-java/sjsxp:0
|
||||
)
|
||||
@ -64,7 +64,7 @@ S="${WORKDIR}/${PN}-${P}"
|
||||
JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
|
||||
JAVA_RESOURCE_DIRS="src/main/resources"
|
||||
|
||||
JAVA_TEST_GENTOO_CLASSPATH="jackson-module-jakarta-xmlbind,sjsxp,jaxb-api-4,junit-4"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="jackson-module-jakarta-xmlbind-1,sjsxp,jaxb-api-4,junit-4"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
JAVA_TEST_RESOURCE_DIRS="src/test/resources"
|
||||
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,13 +17,13 @@ HOMEPAGE="https://github.com/FasterXML/jackson-dataformats-text"
|
||||
SRC_URI="https://github.com/FasterXML/jackson-dataformats-text/archive/jackson-dataformats-text-${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND="
|
||||
~dev-java/jackson-core-${PV}:0
|
||||
~dev-java/jackson-databind-${PV}.1:0
|
||||
dev-java/snakeyaml:0
|
||||
~dev-java/jackson-core-${PV}:1
|
||||
~dev-java/jackson-databind-${PV}.1:1
|
||||
dev-java/snakeyaml:1
|
||||
>=virtual/jdk-11:*
|
||||
"
|
||||
|
||||
@ -33,7 +33,7 @@ DOCS=( README.md release-notes/{CREDITS,VERSION} )
|
||||
|
||||
S="${WORKDIR}/jackson-dataformats-text-jackson-dataformats-text-${PV}/yaml"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="jackson-core,jackson-databind,snakeyaml"
|
||||
JAVA_CLASSPATH_EXTRA="jackson-core-1,jackson-databind-1,snakeyaml-1"
|
||||
JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
|
||||
JAVA_RESOURCE_DIRS="src/main/resources"
|
||||
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/FasterXML/jackson-modules-base"
|
||||
SRC_URI="https://github.com/FasterXML/jackson-modules-base/archive/jackson-modules-base-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
# Common dependencies
|
||||
@ -29,9 +29,9 @@ KEYWORDS="amd64 arm64 ppc64"
|
||||
# jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 -> >=dev-java/jaxb-api-3.0.1:3
|
||||
|
||||
CP_DEPEND="
|
||||
~dev-java/jackson-annotations-${PV}:2
|
||||
~dev-java/jackson-core-${PV}:0
|
||||
~dev-java/jackson-databind-${PV}.1:0
|
||||
~dev-java/jackson-annotations-${PV}:1
|
||||
~dev-java/jackson-core-${PV}:1
|
||||
~dev-java/jackson-databind-${PV}.1:1
|
||||
dev-java/jakarta-activation:1
|
||||
dev-java/jaxb-api:4
|
||||
"
|
||||
@ -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
|
||||
@ -18,7 +18,7 @@ KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND="
|
||||
>=virtual/jdk-1.8:*
|
||||
test? ( dev-java/jackson-annotations:2 )
|
||||
test? ( dev-java/jackson-annotations:1 )
|
||||
"
|
||||
RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
@ -40,7 +40,7 @@ JAVA_SRC_DIR="src/main/java"
|
||||
# Needs "java-util-2-runner-args.patch" from https://github.com/gentoo/gentoo/pull/21319#issuecomment-878128343
|
||||
JAVA_TEST_RUNNER_EXTRA_ARGS=( -verbose 3 -usedefaultlisteners true )
|
||||
|
||||
JAVA_TEST_GENTOO_CLASSPATH="jackson-annotations-2,testng"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="jackson-annotations-1,testng"
|
||||
JAVA_TEST_EXTRA_ARGS=( -Djava.io.tmpdir="${T}" )
|
||||
JAVA_TEST_SRC_DIR=( src/test/java )
|
||||
JAVA_TEST_RESOURCE_DIRS=( src/test/resources )
|
||||
@ -20,7 +20,7 @@ KEYWORDS="amd64"
|
||||
CP_DEPEND="
|
||||
dev-java/tapestry-json:0
|
||||
dev-java/gson:0
|
||||
dev-java/jackson-databind:0
|
||||
dev-java/jackson-databind:1
|
||||
dev-java/jettison:0
|
||||
dev-java/json:0
|
||||
dev-java/jsonb-api:0
|
||||
@ -18,13 +18,13 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-java/jackson-databind:0
|
||||
dev-java/jackson-databind:1
|
||||
dev-java/junit:5
|
||||
>=virtual/jdk-11:*
|
||||
"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="jackson-databind junit-5"
|
||||
JAVA_CLASSPATH_EXTRA="jackson-databind-1 junit-5"
|
||||
JAVA_RESOURCE_DIRS="src/main/resources"
|
||||
JAVA_SRC_DIR=( src/main/{java,module} )
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -45,10 +45,10 @@ CP_DEPEND="
|
||||
dev-java/commons-compress:0
|
||||
dev-java/commons-csv:0
|
||||
dev-java/conversant-disruptor:0
|
||||
dev-java/jackson-core:0
|
||||
dev-java/jackson-databind:0
|
||||
dev-java/jackson-dataformat-xml:0
|
||||
dev-java/jackson-dataformat-yaml:0
|
||||
dev-java/jackson-core:1
|
||||
dev-java/jackson-databind:1
|
||||
dev-java/jackson-dataformat-xml:1
|
||||
dev-java/jackson-dataformat-yaml:1
|
||||
dev-java/jansi:2
|
||||
dev-java/javax-mail:0
|
||||
>=dev-java/jctools-core-4.0.3-r1:0
|
||||
@ -32,8 +32,8 @@ DEPEND="
|
||||
test? (
|
||||
>=dev-java/guava-33.4.8:0
|
||||
dev-java/mockito:4
|
||||
dev-java/snakeyaml:0
|
||||
dev-java/testparameterinjector:0
|
||||
dev-java/snakeyaml:1
|
||||
~dev-java/testparameterinjector-1.18:0
|
||||
dev-java/truth:0
|
||||
)
|
||||
"
|
||||
@ -44,7 +44,7 @@ JAVA_AUTOMATIC_MODULE_NAME="com.google.protobuf"
|
||||
JAVA_JAR_FILENAME="protobuf.jar"
|
||||
JAVA_RESOURCE_DIRS="java/core/src/main/resources"
|
||||
JAVA_SRC_DIR="java/core/src/main/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="guava,junit-4,mockito-4,snakeyaml"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="guava,junit-4,mockito-4,snakeyaml-1"
|
||||
JAVA_TEST_RESOURCE_DIRS="java/core/src/main/resources"
|
||||
JAVA_TEST_SRC_DIR="java/core/src/test/java"
|
||||
|
||||
@ -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
|
||||
|
||||
# Skeleton command:
|
||||
@ -17,7 +17,7 @@ HOMEPAGE="https://bitbucket.org/snakeyaml/snakeyaml"
|
||||
SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
# Compile dependencies
|
||||
@ -37,7 +37,7 @@ CP_DEPEND="
|
||||
dev-java/guice:4
|
||||
dev-java/jcommander:1.64
|
||||
dev-java/junit:4
|
||||
dev-java/snakeyaml:0
|
||||
dev-java/snakeyaml:1
|
||||
"
|
||||
|
||||
DEPEND="${CP_DEPEND}
|
||||
@ -39,7 +39,7 @@ CP_DEPEND="
|
||||
>=dev-java/guice-7.0.0:0
|
||||
dev-java/jcommander:1.64
|
||||
dev-java/junit:4
|
||||
~dev-java/snakeyaml-1.33:0
|
||||
~dev-java/snakeyaml-1.33:1
|
||||
"
|
||||
|
||||
DEPEND="${CP_DEPEND}
|
||||
@ -22,7 +22,7 @@ CP_DEPEND="
|
||||
>=dev-java/guava-33.4.8:0
|
||||
dev-java/jsr305:0
|
||||
dev-java/junit:4
|
||||
dev-java/snakeyaml:0
|
||||
dev-java/snakeyaml:1
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
@ -32,7 +32,7 @@ DEPEND="
|
||||
dev-java/incap:0
|
||||
dev-java/javapoet:0
|
||||
test? (
|
||||
>=dev-java/protobuf-java-4.30.2:0
|
||||
~dev-java/protobuf-java-4.32.1:0
|
||||
dev-java/truth:0
|
||||
)
|
||||
"
|
||||
@ -42,7 +42,7 @@ RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="jsr305,junit-4,snakeyaml"
|
||||
JAVA_CLASSPATH_EXTRA="jsr305,junit-4,snakeyaml-1"
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="junit-4,protobuf-java,truth"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
@ -18,7 +18,7 @@ mail-mta/exim pam
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2025-10-03)
|
||||
# No suitable versions of dev-libs/protobuf available.
|
||||
=dev-java/protobuf-java-4.32.1 system-protoc
|
||||
~dev-java/protobuf-java-4.32.1 system-protoc
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-09-27)
|
||||
# Building NumPy with ILP64 LAPACK can cause revdeps to segfault if they
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user