From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-annotations/
Date: Sun, 16 Jan 2022 08:46:14 +0000 (UTC) [thread overview]
Message-ID: <1642322773.cf494507807939f9b6ba7f51f716961778af7615.fordfrog@gentoo> (raw)
commit: cf494507807939f9b6ba7f51f716961778af7615
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Dec 15 09:37:45 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 08:46:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf494507
dev-java/jackson-annotations: bump to 2.13.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23804/commits/de4562ea15f2dc068ce0e9aca0b4049bd10828f4
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jackson-annotations/Manifest | 1 +
.../jackson-annotations-2.13.0.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-java/jackson-annotations/Manifest b/dev-java/jackson-annotations/Manifest
index e0dcf4474c3b..26507ab1c13f 100644
--- a/dev-java/jackson-annotations/Manifest
+++ b/dev-java/jackson-annotations/Manifest
@@ -1 +1,2 @@
+DIST jackson-annotations-2.13.0.tar.gz 1819614 BLAKE2B edb0a0e7586033a61722fda22bbb13f1ed119bd6af63931572396a4ee3f19f66fb20d750742b53d68a4159d11863b612d8e802b42b0359d90700dc6c03c8793e SHA512 e24fd9dfd6b7e3a7ee37cd41c30a073ec9b2d64dacfa47f7418643615b0ed145f8b1ac3e889b0f411412b74661b36ed352d89a62edebc8f2e07aeeed5d283c2f
DIST jackson-annotations-2.9.10.tar.gz 57322 BLAKE2B 85e3ac040e3adc986fa7b2a1892bb536ff2b46415af9390a6ec4e59bc9770b2bced4fd80edffc7b2083853b0b1bb5022dde137fda7e9920ec27e3fa54858e5fc SHA512 27c28e9453570aab4758031d406bfc8b8ba0eb443dcd0a884d6098840e5b577b2628288daf10e9de6ce5d1e4da2f4b8e4ec36a6559233e012725a906c4da21b9
diff --git a/dev-java/jackson-annotations/jackson-annotations-2.13.0.ebuild b/dev-java/jackson-annotations/jackson-annotations-2.13.0.ebuild
new file mode 100644
index 000000000000..91338cc24cc9
--- /dev/null
+++ b/dev-java/jackson-annotations/jackson-annotations-2.13.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 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-annotations/archive/refs/tags/jackson-annotations-2.13.0.tar.gz --slot 2 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild jackson-annotations-2.13.0.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.fasterxml.jackson.core:jackson-annotations:2.13.0"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Core annotations used for value types, used by Jackson data binding package."
+HOMEPAGE="https://github.com/FasterXML/jackson-annotations"
+SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( LICENSE README.md release-notes/VERSION-2.x )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_EXCLUDES=(
+ # 1) warning(junit.framework.TestSuite$1)
+ # junit.framework.AssertionFailedError: No tests found in com.fasterxml.jackson.annotation.TestBase
+ com.fasterxml.jackson.annotation.TestBase
+)
+
+src_install() {
+ default # https://bugs.gentoo.org/789582
+ java-pkg-simple_src_install
+}
next reply other threads:[~2022-01-16 8:46 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-16 8:46 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-20 16:32 [gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-annotations/ Miroslav Šulc
2022-10-20 10:56 Jakov Smolić
2022-10-18 5:35 Sam James
2022-10-15 6:38 Jakov Smolić
2022-09-21 14:02 Florian Schmaus
2022-07-01 10:03 Sam James
2022-07-01 7:15 Arthur Zamarin
2022-07-01 7:08 Arthur Zamarin
2022-06-24 8:24 Agostino Sarubbo
2022-06-24 8:23 Agostino Sarubbo
2022-06-10 5:51 Sam James
2022-06-09 7:09 Sam James
2022-06-04 19:58 Agostino Sarubbo
2022-06-04 10:52 Jakov Smolić
2022-06-03 21:32 Jakov Smolić
2022-05-24 15:23 Florian Schmaus
2022-05-05 13:55 Florian Schmaus
2022-04-26 6:48 Florian Schmaus
2022-04-25 20:09 Arthur Zamarin
2022-04-25 11:38 Agostino Sarubbo
2022-04-25 11:37 Agostino Sarubbo
2022-04-24 13:27 Jakov Smolić
2022-03-25 8:32 Florian Schmaus
2022-02-16 21:25 Arthur Zamarin
2022-02-16 20:27 Arthur Zamarin
2022-02-15 8:37 Jakov Smolić
2022-02-15 8:37 Jakov Smolić
2022-02-04 8:19 Florian Schmaus
2019-09-25 17:26 Miroslav Šulc
2019-09-25 17:26 Miroslav Šulc
2016-11-26 22:22 James Le Cuirot
2016-11-26 22:22 James Le Cuirot
2015-09-30 22:52 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642322773.cf494507807939f9b6ba7f51f716961778af7615.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox