commit:     254c162e3565ff3670e2d5abcd1578fed44e7b24
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon May 16 10:45:45 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 24 15:23:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254c162e

dev-java/jackson-databind: add 2.13.3

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/jackson-databind/Manifest                 |  1 +
 .../jackson-databind-2.13.3.ebuild                 | 83 ++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/dev-java/jackson-databind/Manifest 
b/dev-java/jackson-databind/Manifest
index cc40466a166a..98f3432cffb3 100644
--- a/dev-java/jackson-databind/Manifest
+++ b/dev-java/jackson-databind/Manifest
@@ -1,2 +1,3 @@
 DIST jackson-databind-2.13.2.2.tar.gz 48061394 BLAKE2B 
c67b0a23c5fcff881d91ddec14877a5ec16c13eebfc76b34c1666bc9ebc73f573d279d1951ff2be96c612fa87281e08332047bb6c75df73184249b7ebb552d16
 SHA512 
0c3550aa3ada1c5fcd2f19076670c7ddffde59542b10fa270d1c7bd54d7866f0f10c256738ed76815af55c8531f7553f8b977c461fe710f759811b0ffa660245
 DIST jackson-databind-2.13.2.tar.gz 48047657 BLAKE2B 
9efb9004d983613b4b0f9a3242d7c0a8610eaac868beff1b5343c268b9381a86c22176d2bbe847fba121f9f928f87838fc7e05bd34955ea3f811ed02a8547e5f
 SHA512 
d15167e1a5a19a9aea369123faca3e7dd5b27a9a3cfa2f76c871967ec7b4331f1d5a266cf6084e94dafe00971abcbf17d01c6e3b91cae0b4a298769dac05f486
+DIST jackson-databind-2.13.3.tar.gz 48056095 BLAKE2B 
04751cd99eae3bbf3c3a30993506f05b47a85782f52e2cf51f50de9bcb5e9c3718d6ba6105667226272d644dcac6aeeb3ce06dc7ae737adf0392a7a7eafef2aa
 SHA512 
785db6cab20ee74ff90815b8a1afedcbf10f13f60c336a61c20513757cbcde80c073d5f4dc60d390a72600a2b5719cca22b4c71220707dd4edd67dd87f6a7ac9

diff --git a/dev-java/jackson-databind/jackson-databind-2.13.3.ebuild 
b/dev-java/jackson-databind/jackson-databind-2.13.3.ebuild
new file mode 100644
index 000000000000..ca932bc8bb82
--- /dev/null
+++ b/dev-java/jackson-databind/jackson-databind-2.13.3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2022 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/FasterXML/jackson-databind/archive/jackson-databind-2.13.3.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-databind-2.13.3.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.fasterxml.jackson.core:jackson-databind:2.13.3"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="General data-binding functionality for Jackson: works on core 
streaming API"
+HOMEPAGE="https://github.com/FasterXML/jackson-databind";
+SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Dependencies like powermock-{core,module-junit4,api-mockito2} are not 
available in ::gentoo
+RESTRICT="test"
+
+# Common dependencies
+# POM: pom.xml
+# com.fasterxml.jackson.core:jackson-annotations:2.13.3 -> 
>=dev-java/jackson-annotations-2.13.3:2
+# com.fasterxml.jackson.core:jackson-core:2.13.3 -> 
>=dev-java/jackson-core-2.13.3:0
+
+CP_DEPEND="
+       ~dev-java/jackson-annotations-${PV}:2
+       ~dev-java/jackson-core-${PV}:0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# test? javax.measure:jsr-275:0.9.1 -> !!!groupId-not-found!!!
+# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
+# test? org.powermock:powermock-api-mockito2:2.0.0 -> !!!groupId-not-found!!!
+# test? org.powermock:powermock-core:2.0.0 -> !!!groupId-not-found!!!
+# test? org.powermock:powermock-module-junit4:2.0.0 -> !!!groupId-not-found!!!
+
+DEPEND="
+       >=virtual/jdk-11:*
+       ${CP_DEPEND}"
+#      test? (
+#              !!!groupId-not-found!!!
+#      )
+#"
+
+RDEPEND="
+       >=virtual/jre-1.8:*
+       ${CP_DEPEND}"
+
+DOCS=( {README,SECURITY}.md release-notes/{CREDITS,VERSION}-2.x )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+#      
JAVA_TEST_GENTOO_CLASSPATH="!!!groupId-not-found!!!,junit-4,!!!groupId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!"
+#      JAVA_TEST_SRC_DIR="src/test/java"
+#      JAVA_TEST_RESOURCE_DIRS=(
+#              "src/test/resources"
+#      )
+
+src_prepare() {
+       java-pkg-2_src_prepare
+
+       sed -e 's:@package@:com.fasterxml.jackson.databind.cfg:g' \
+               -e "s:@projectversion@:${PV}:g" \
+               -e 's:@projectgroupid@:com.fasterxml.jackson.core:g' \
+               -e "s:@projectartifactid@:${PN}:g" \
+               
"${JAVA_SRC_DIR}/com/fasterxml/jackson/databind/cfg/PackageVersion.java.in" \
+               > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/databind/cfg/PackageVersion.java" || die
+}
+
+src_install() {
+       default # https://bugs.gentoo.org/789582
+       java-pkg-simple_src_install
+}

Reply via email to