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 2A324158092 for ; Mon, 20 Jun 2022 07:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E83E0B7D; Mon, 20 Jun 2022 07:41:25 +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 781CBE0B7D for ; Mon, 20 Jun 2022 07:41:25 +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 E2E41341793 for ; Mon, 20 Jun 2022 07:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AFBC51D for ; Mon, 20 Jun 2022 07:41:21 +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: <1655707765.814848b7060d05539e395d8c3e5d9409b8b89e09.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc-postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jdbc-postgresql/Manifest dev-java/jdbc-postgresql/jdbc-postgresql-42.4.0.ebuild X-VCS-Directories: dev-java/jdbc-postgresql/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 814848b7060d05539e395d8c3e5d9409b8b89e09 X-VCS-Branch: master Date: Mon, 20 Jun 2022 07:41:21 +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: 98976e06-bd82-45bb-8a7f-ff9fdd682be3 X-Archives-Hash: 5c1e9754860a470401596020f977c85a commit: 814848b7060d05539e395d8c3e5d9409b8b89e09 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Jun 15 06:16:12 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jun 20 06:49:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814848b7 dev-java/jdbc-postgresql: add 42.4.0 Bug: https://bugs.gentoo.org/727906 Closes: https://bugs.gentoo.org/851993 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25911 Signed-off-by: Florian Schmaus gentoo.org> dev-java/jdbc-postgresql/Manifest | 1 + .../jdbc-postgresql/jdbc-postgresql-42.4.0.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/dev-java/jdbc-postgresql/Manifest b/dev-java/jdbc-postgresql/Manifest index 04c1f8e9ea24..bc169c1a1736 100644 --- a/dev-java/jdbc-postgresql/Manifest +++ b/dev-java/jdbc-postgresql/Manifest @@ -1 +1,2 @@ +DIST postgresql-jdbc-42.4.0.src.tar.gz 966868 BLAKE2B 0a8bffcfbba4ddedcbd77717b6bca2f4e7cd9fe4597c6edb5a2ac8fbea788c692377ae713723aa7342895f857aff7eca0825eedd36cff69f3760b11cbb7b666c SHA512 816967923f54d5c2ad856e3ae2612987fa52234acc6b487f492d56614ac241d9542abd40a1f868ad6d895a45de28f7a0d586f8486dc719600238bcc3ef40819a DIST postgresql-jdbc-9.4-1206.src.tar.gz 2029837 BLAKE2B b222a0b2f8f99becaf0ae350407fafeb23d9d4bdb130c17996373b4211e0d56d1a76bc5737401dc6fc6618d2a891943d096b0f60f0770ff6ce859ade3e7a178d SHA512 b16816f1afd3ee5986fca197bd7608c2e2f334054e41a8c541c47985827f4f59d7691d23983bdac01c85fc364cd001c991ac6b4e8567429b9d1f4161388dd6bd diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-42.4.0.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-42.4.0.ebuild new file mode 100644 index 000000000000..9ebc3e1125bf --- /dev/null +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-42.4.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2022 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://jdbc.postgresql.org/download/postgresql-jdbc-42.4.0.src.tar.gz --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild jdbc-postgresql-42.4.0.ebuild + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="org.postgresql:postgresql:42.4.0" +# We don't have junit-vintage and junit-jupiter. +# JAVA_TESTING_FRAMEWORKS="junit-vintage junit-jupiter junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database" +HOMEPAGE="https://github.com/pgjdbc/pgjdbc" +SRC_URI="https://jdbc.postgresql.org/download/postgresql-jdbc-${PV}.src.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +# Common dependencies +# POM: pom.xml +# com.ongres.scram:client:2.1 -> !!!groupId-not-found!!! +# uk.org.webcompere:system-stubs-jupiter:1.2.0 -> !!!groupId-not-found!!! + +CP_DEPEND="dev-java/scram:0" + +# Compile dependencies +# POM: pom.xml +# test? junit:junit:4.13 -> >=dev-java/junit-4.13.2:4 +# test? org.junit.jupiter:junit-jupiter-api:5.6.0 -> !!!groupId-not-found!!! +# test? org.junit.jupiter:junit-jupiter-engine:5.6.0 -> !!!groupId-not-found!!! +# test? org.junit.jupiter:junit-jupiter-params:5.6.0 -> !!!groupId-not-found!!! +# test? org.junit.vintage:junit-vintage-engine:5.6.0 -> !!!groupId-not-found!!! +# test? se.jiderhamn:classloader-leak-test-framework:1.1.1 -> !!!groupId-not-found!!! + +DEPEND=" + >=virtual/jdk-1.8:* + ${CP_DEPEND}" +# test? ( +# !!!groupId-not-found!!! +# ) +# " + +RDEPEND=" + >=virtual/jre-1.8:* + ${CP_DEPEND}" + +S="${WORKDIR}/postgresql-${PV}-jdbc-src" + +JAVA_SRC_DIR="src/main/java" +JAVA_RESOURCE_DIRS="src/main/resources" + +# JAVA_TEST_GENTOO_CLASSPATH="junit-4,!!!groupId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!" +# JAVA_TEST_SRC_DIR="src/test/java" +# JAVA_TEST_RESOURCE_DIRS="src/test/resources"