From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE280158086 for ; Sat, 13 Nov 2021 08:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 162262BC020; Sat, 13 Nov 2021 08:55:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDFF82BC020 for ; Sat, 13 Nov 2021 08:55:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E43BE342D15 for ; Sat, 13 Nov 2021 08:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6AB10C for ; Sat, 13 Nov 2021 08:55:47 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1636793742.002b3f61a77ff6f69a694eb03f5b841914c9568f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jmh-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jmh-core/Manifest dev-java/jmh-core/jmh-core-1.4.1.ebuild X-VCS-Directories: dev-java/jmh-core/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 002b3f61a77ff6f69a694eb03f5b841914c9568f X-VCS-Branch: master Date: Sat, 13 Nov 2021 08:55:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ecccc6f-265b-4785-b09b-824d6f4e5e77 X-Archives-Hash: cd438b586bd9b5a5cde1c3a17c3974b7 commit: 002b3f61a77ff6f69a694eb03f5b841914c9568f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Nov 13 06:57:26 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Nov 13 08:55:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002b3f61 dev-java/jmh-core: remove 1.4.1 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/22925 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jmh-core/Manifest | 1 - dev-java/jmh-core/jmh-core-1.4.1.ebuild | 37 --------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-java/jmh-core/Manifest b/dev-java/jmh-core/Manifest index 668ef0de11e..22fbd7b08ee 100644 --- a/dev-java/jmh-core/Manifest +++ b/dev-java/jmh-core/Manifest @@ -1,2 +1 @@ DIST jmh-core-1.21.tar.gz 615305 BLAKE2B 1a5cfe9784efe0cd7706382eaa89c8bcce0efcce3c2b802ce0772992dd16f0c6900a47d70b72d1c556584adb8afda442f49267ad4e0b53d04c20026979787210 SHA512 ac51d58d9b746157842a3bc9c4828bbff52c5882582e123e04b5ab6c4bfc1ff3cad1f6023ab1fe1eccfa68c73ffbd21b34388547bba544626af87092852ec166 -DIST jmh-core-1.4.1.tar.gz 585746 BLAKE2B ff6e9d3e8b11827042a9ff9983505fa5272d943a8365cf14ac43d940a7815f280c2b82c3ab810f1c22328a932912f6b09b9c5d5f1838a3cb357e6ebe21006e49 SHA512 a33c63b82712deb53218bb8d955c9606e5f393ff0c6256052ac8df022ec45be79bc0ee5ee08ce0d3762594214814bcf1e562717d83daa9ce13c664ca9e7c431b diff --git a/dev-java/jmh-core/jmh-core-1.4.1.ebuild b/dev-java/jmh-core/jmh-core-1.4.1.ebuild deleted file mode 100644 index b2ef63a5460..00000000000 --- a/dev-java/jmh-core/jmh-core-1.4.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -# Hash of tag, download not available via ${PV} -MY_PN="jmh" -MY_PV="7ff584954008" - -JAVA_PKG_IUSE="doc source" - -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://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# jopt *must* be 4.6, see https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html -CDEPEND=" - dev-java/asm:4 - dev-java/junit:4 - dev-java/commons-math:3 - dev-java/jopt-simple:4.6 - source? ( app-arch/zip )" - -DEPEND=">=virtual/jdk-1.7 - ${CDEPEND}" - -RDEPEND=">=virtual/jre-1.7 - ${CDEPEND}" - -JAVA_GENTOO_CLASSPATH="asm-4,commons-math-3,jopt-simple,junit-4" - -S="${WORKDIR}/${MY_PN}-${MY_PV}/${PN}"