From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jmh-core/
Date: Thu, 5 May 2022 08:54:22 +0000 (UTC) [thread overview]
Message-ID: <1651740855.4e8107a2282f37b7b1c1ee9a731b8033e62e15b2.flow@gentoo> (raw)
commit: 4e8107a2282f37b7b1c1ee9a731b8033e62e15b2
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon May 2 09:49:04 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu May 5 08:54:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8107a2
dev-java/jmh-core: add 1.35
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25284
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/jmh-core/Manifest | 1 +
dev-java/jmh-core/jmh-core-1.35.ebuild | 42 ++++++++++++++++++++++++++++++++++
dev-java/jmh-core/metadata.xml | 3 +++
3 files changed, 46 insertions(+)
diff --git a/dev-java/jmh-core/Manifest b/dev-java/jmh-core/Manifest
index 22fbd7b08ee3..9784eb312ca2 100644
--- a/dev-java/jmh-core/Manifest
+++ b/dev-java/jmh-core/Manifest
@@ -1 +1,2 @@
DIST jmh-core-1.21.tar.gz 615305 BLAKE2B 1a5cfe9784efe0cd7706382eaa89c8bcce0efcce3c2b802ce0772992dd16f0c6900a47d70b72d1c556584adb8afda442f49267ad4e0b53d04c20026979787210 SHA512 ac51d58d9b746157842a3bc9c4828bbff52c5882582e123e04b5ab6c4bfc1ff3cad1f6023ab1fe1eccfa68c73ffbd21b34388547bba544626af87092852ec166
+DIST jmh-core-1.35.tar.gz 645087 BLAKE2B ce33167a58c2eaf64c38148f27493c86ac9c0084cb58a438b49148b41d3e2db66d8a78e0be8a78db39aebf06fc0b5767be61100b22ce77e018ac8ca29c05c17f SHA512 53ce7300f5e10f1efcb639f0d4d01adad48cadc8daea2e00db34113e42b192e49a6a04cc2b5fd4d291ac81a73a5b30613d22390722d35f54139f14ebbb01013c
diff --git a/dev-java/jmh-core/jmh-core-1.35.ebuild b/dev-java/jmh-core/jmh-core-1.35.ebuild
new file mode 100644
index 000000000000..a464eca75040
--- /dev/null
+++ b/dev-java/jmh-core/jmh-core-1.35.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.openjdk.jmh:jmh-core:1.35"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Harness for building, running, and analysing nano/micro/milli/macro benchmarks"
+HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh/"
+SRC_URI="https://github.com/openjdk/jmh/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+CP_DEPEND="
+ dev-java/commons-math:3
+ dev-java/jopt-simple:0"
+
+DEPEND=">=virtual/jdk-1.8:*
+ ${CP_DEPEND}"
+
+RDEPEND=">=virtual/jre-1.8:*
+ ${CP_DEPEND}"
+
+S="${WORKDIR}/jmh-${PV}"
+
+JAVA_SRC_DIR="jmh-core/src/main/java"
+JAVA_RESOURCE_DIRS="jmh-core/src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="jmh-core/src/test/java"
+JAVA_TEST_RESOURCE_DIRS="jmh-core/src/test/resources"
+
+src_install() {
+ default # https://bugs.gentoo.org/789582
+ java-pkg-simple_src_install
+}
diff --git a/dev-java/jmh-core/metadata.xml b/dev-java/jmh-core/metadata.xml
index 4221e170cbc0..09c955c1f8a5 100644
--- a/dev-java/jmh-core/metadata.xml
+++ b/dev-java/jmh-core/metadata.xml
@@ -5,4 +5,7 @@
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">openjdk/jmh</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2022-05-05 8:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-05 8:54 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-19 12:44 [gentoo-commits] repo/gentoo:master commit in: dev-java/jmh-core/ Miroslav Šulc
2024-01-19 10:47 Sam James
2024-01-19 10:47 Sam James
2024-01-19 10:07 Sam James
2024-01-19 10:07 Sam James
2023-12-20 9:26 Miroslav Šulc
2022-06-05 6:18 Miroslav Šulc
2022-06-04 11:15 Jakov Smolić
2022-06-04 10:45 Jakov Smolić
2022-06-04 10:45 Jakov Smolić
2022-06-04 10:44 Jakov Smolić
2022-05-05 17:30 Arthur Zamarin
2022-05-05 17:30 Arthur Zamarin
2022-01-20 12:58 Arthur Zamarin
2022-01-19 22:43 Sam James
2022-01-19 9:26 Jakov Smolić
2022-01-19 7:44 Agostino Sarubbo
2022-01-18 7:48 Arthur Zamarin
2022-01-06 20:16 Arthur Zamarin
2022-01-06 20:14 Arthur Zamarin
2021-11-13 8:55 Miroslav Šulc
2019-06-18 0:35 Aaron Bauman
2018-08-20 22:12 Austin English
2018-08-05 15:04 Patrice Clement
2016-10-18 0:23 Austin English
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=1651740855.4e8107a2282f37b7b1c1ee9a731b8033e62e15b2.flow@gentoo \
--to=flow@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