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 5B70F15806E for ; Sat, 20 May 2023 09:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337C2E0877; Sat, 20 May 2023 09:29:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0A18FE087C for ; Sat, 20 May 2023 09:29:00 +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 4C7D8340EC2 for ; Sat, 20 May 2023 09:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B85C8A7A for ; Sat, 20 May 2023 09:28:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684574505.2c8473f9c0940c435ba4ae3156ceb5ce9b09733c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsonrpc2-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jsonrpc2-base/Manifest dev-java/jsonrpc2-base/jsonrpc2-base-1.38.2.ebuild dev-java/jsonrpc2-base/metadata.xml X-VCS-Directories: dev-java/jsonrpc2-base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c8473f9c0940c435ba4ae3156ceb5ce9b09733c X-VCS-Branch: master Date: Sat, 20 May 2023 09:28:56 +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: 489d2321-1f56-4fdd-bddd-de4896970758 X-Archives-Hash: 26e73d6e307d980f0cd9dc4cbbd31ad5 commit: 2c8473f9c0940c435ba4ae3156ceb5ce9b09733c Author: Valérian Rousset users noreply github com> AuthorDate: Fri Apr 14 19:01:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 09:21:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8473f9 dev-java/jsonrpc2-base: new package, add 1.38.2 Signed-off-by: Valérian Rousset users.noreply.github.com> Signed-off-by: Sam James gentoo.org> dev-java/jsonrpc2-base/Manifest | 1 + dev-java/jsonrpc2-base/jsonrpc2-base-1.38.2.ebuild | 35 ++++++++++++++++++++++ dev-java/jsonrpc2-base/metadata.xml | 11 +++++++ 3 files changed, 47 insertions(+) diff --git a/dev-java/jsonrpc2-base/Manifest b/dev-java/jsonrpc2-base/Manifest new file mode 100644 index 000000000000..30ad08f11225 --- /dev/null +++ b/dev-java/jsonrpc2-base/Manifest @@ -0,0 +1 @@ +DIST jsonrpc2-base-1.38.2.tar.bz2 31673 BLAKE2B e7ee637f4794f9c0c8e80824200976b8bdb762d14c0d0716bf60e840cc166c8be5794e186294072eb14543f04d37b342f74308b30f9477f066b9785ea94c38b1 SHA512 8084730e36e30d950a57ed6ae6cbe8bb4e5719e428881e394450a5811faa97b33d63991c5f12cb8d17896ead507f96917568881e9923676a942ac229ef146934 diff --git a/dev-java/jsonrpc2-base/jsonrpc2-base-1.38.2.ebuild b/dev-java/jsonrpc2-base/jsonrpc2-base-1.38.2.ebuild new file mode 100644 index 000000000000..31c82db3e4f2 --- /dev/null +++ b/dev-java/jsonrpc2-base/jsonrpc2-base-1.38.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="com.thetransactioncompany:jsonrpc2-base:1.38.2" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Represent, parse and serialise JSON-RPC 2.0 messages" +HOMEPAGE="https://software.dzhuvinov.com/json-rpc-2.0-base.html" +SRC_URI="https://bitbucket.org/thetransactioncompany/json-rpc-2.0-base/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +LICENSE="Apache-2.0" +SLOT="1" +KEYWORDS="~amd64 ~x86" + +CP_DEPEND="dev-java/json-smart:1" +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* +" + +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" + +S="${WORKDIR}/thetransactioncompany-json-rpc-2.0-base-75e66af02953" + +JAVA_SRC_DIR="src/main/java" +JAVA_TEST_SRC_DIR="src/test/java" +JAVA_TEST_GENTOO_CLASSPATH="junit-4" +JAVA_TEST_EXCLUDES=( "com.thetransactioncompany.jsonrpc2.util.TestEnumDay" ) diff --git a/dev-java/jsonrpc2-base/metadata.xml b/dev-java/jsonrpc2-base/metadata.xml new file mode 100644 index 000000000000..6457fca37d83 --- /dev/null +++ b/dev-java/jsonrpc2-base/metadata.xml @@ -0,0 +1,11 @@ + + + + + java@gentoo.org + Java + + + thetransactioncompany/json-rpc-2.0-base + +