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 30D44158091 for ; Fri, 3 Jun 2022 08:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6CC9E08FC; Fri, 3 Jun 2022 08:54:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A25BE08FC for ; Fri, 3 Jun 2022 08:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CC183424D0 for ; Fri, 3 Jun 2022 08:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03E8D4E5 for ; Fri, 3 Jun 2022 08:54:27 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1654246461.1e62535541b106056a972c5cc38b60a9e4c0ead3.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byte-buddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/byte-buddy/Manifest dev-java/byte-buddy/byte-buddy-1.12.10.ebuild X-VCS-Directories: dev-java/byte-buddy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1e62535541b106056a972c5cc38b60a9e4c0ead3 X-VCS-Branch: master Date: Fri, 3 Jun 2022 08:54:27 +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: 847d2704-b35e-4f26-b85c-86924fa71dd8 X-Archives-Hash: 00e001762a3ccb9c81fcf6645a61bc83 commit: 1e62535541b106056a972c5cc38b60a9e4c0ead3 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun May 29 10:49:35 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Jun 3 08:54:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e625355 dev-java/byte-buddy: add 1.12.10 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25672 Signed-off-by: Florian Schmaus gentoo.org> dev-java/byte-buddy/Manifest | 1 + dev-java/byte-buddy/byte-buddy-1.12.10.ebuild | 48 +++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/dev-java/byte-buddy/Manifest b/dev-java/byte-buddy/Manifest index 3765677c58d7..820f428fa343 100644 --- a/dev-java/byte-buddy/Manifest +++ b/dev-java/byte-buddy/Manifest @@ -1 +1,2 @@ +DIST byte-buddy-1.12.10-sources.jar 1331398 BLAKE2B 8732ac81514de40d3d2ffd67ddca05ab9b8a5d0a7f240ee4591fd02b41f410f9e834f389aa898829fbae6082e14a090f87052f537b2b6293c7f8f98d4a5d0583 SHA512 15cb4330598d9259afa29aac0317f8e0e003eb76fb26052bba0714ad30453db721938be7d46fcc6a0c7bbe124bffe68dfee6fcf11a3e4030e99ef01d0ae3d461 DIST byte-buddy-1.12.8-sources.jar 1327088 BLAKE2B b20101a8e2f68c795ef102b8f2d581c1ebf223dee2170b675f0959bfe547c2793bf79c7e9508b405e43f3561f48423b980ed2e87c6297999a7d1257df4d6524e SHA512 a99d69be07049f4ed162566111c6524a9dd90af459d994a5e917596b5787b74aa88d67a8db7651008558ad687dccbefd0ee87207c6b28ab0660e02abdb43f9c6 diff --git a/dev-java/byte-buddy/byte-buddy-1.12.10.ebuild b/dev-java/byte-buddy/byte-buddy-1.12.10.ebuild new file mode 100644 index 000000000000..4df6e466f7f0 --- /dev/null +++ b/dev-java/byte-buddy/byte-buddy-1.12.10.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Skeleton command: +# java-ebuilder --generate-ebuild --workdir . --pom byte-buddy-1.12.10.pom --download-uri https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10-sources.jar --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild byte-buddy-1.12.10.ebuild + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="net.bytebuddy:byte-buddy:1.12.10" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Byte Buddy is a Java library for creating Java classes at run time" +HOMEPAGE="https://bytebuddy.net/" +SRC_URI="https://repo1.maven.org/maven2/net/bytebuddy/${PN}/${PV}/${P}-sources.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +# Compile dependencies +# POM: ${P}.pom +# com.google.code.findbugs:findbugs-annotations:3.0.1 -> >=dev-java/findbugs-annotations-3.0.1:0 +# com.google.code.findbugs:jsr305:3.0.2 -> >=dev-java/jsr305-3.0.2:0 +# net.java.dev.jna:jna:5.8.0 -> >=dev-java/jna-5.10.0:4 +# net.java.dev.jna:jna-platform:5.8.0 -> !!!artifactId-not-found!!! + +DEPEND=" + >=virtual/jdk-1.8:* + dev-java/findbugs-annotations:0 + >=dev-java/jna-5.10.0:4 +" + +RDEPEND=" + >=virtual/jre-1.8:* +" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" + +JAVA_CLASSPATH_EXTRA="findbugs-annotations,jna-4" + +src_prepare() { + default + java-pkg_clean +}