From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 DDBC815802E for ; Tue, 25 Jun 2024 16:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79F02BC033; Tue, 25 Jun 2024 16:55:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C60132BC033 for ; Tue, 25 Jun 2024 16:55:23 +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 08BE5335C2E for ; Tue, 25 Jun 2024 16:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951641CF7 for ; Tue, 25 Jun 2024 16:55:21 +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: <1719334503.26d64f92fe1805da3322938dfcaf7faa705bab92.fordfrog@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.7.1.ebuild X-VCS-Directories: dev-java/jdbc-postgresql/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 26d64f92fe1805da3322938dfcaf7faa705bab92 X-VCS-Branch: master Date: Tue, 25 Jun 2024 16:55: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: 6e251d67-7d21-4d42-94f8-d9142a808e18 X-Archives-Hash: a6bd9c5d6c8872fc1f29bb0ca890a9dc commit: 26d64f92fe1805da3322938dfcaf7faa705bab92 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Jun 25 14:56:51 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jun 25 16:55:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d64f92 dev-java/jdbc-postgresql: drop 42.7.1 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37291 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jdbc-postgresql/Manifest | 1 - .../jdbc-postgresql/jdbc-postgresql-42.7.1.ebuild | 58 ---------------------- 2 files changed, 59 deletions(-) diff --git a/dev-java/jdbc-postgresql/Manifest b/dev-java/jdbc-postgresql/Manifest index d4c6775da5ea..d4e40c50cee0 100644 --- a/dev-java/jdbc-postgresql/Manifest +++ b/dev-java/jdbc-postgresql/Manifest @@ -1,2 +1 @@ -DIST postgresql-jdbc-42.7.1.src.tar.gz 1000212 BLAKE2B 9c09931f15dc0a6dd72fec5148d6eea48226bc2af0de44111c8ea6c3ed798357139aa25c65cc3e6aea33e55201c86864c0e30f5c9b5eadbc980399fbc2f68e36 SHA512 a722415cb29551a59a830c6287873e9ba0cb75e1aa456175b8678caa96be871f42b9294c25a532a67109c7a7e48e3d6d7d5773e99ffb124019b1895430b213ef DIST postgresql-jdbc-42.7.3.src.tar.gz 1005966 BLAKE2B 1c9aeae572fc983d6b86f8b552a78d1bd11cf439ca863ea4856ad470f60b6a9b4c0ae5ece60f3bc19718f288b9ce93572b522b5f5953a9b4b12558044d630959 SHA512 354e71a6da0f6b4b5282de4dd949f1824f1cd17a8dd73fbd218ff5adebd08e078fa7d59ee149cbe4133a7a149e39e71c5e075b58d72bfedd3e4b47680e86fa4b diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.1.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.1.ebuild deleted file mode 100644 index ab85f684bb07..000000000000 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="org.postgresql:postgresql:${PV}" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database" -HOMEPAGE="https://jdbc.postgresql.org/" -SRC_URI="https://jdbc.postgresql.org/download/postgresql-jdbc-${PV}.src.tar.gz" -S="${WORKDIR}/postgresql-${PV}-jdbc-src" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -# package se.jiderhamn.classloader does not exist -# package se.jiderhamn.classloader.leak does not exist -# package uk.org.webcompere.systemstubs.environment does not exist -# package uk.org.webcompere.systemstubs.jupiter does not exist -# package uk.org.webcompere.systemstubs.properties does not exist -# package uk.org.webcompere.systemstubs.resource does not exist -RESTRICT="test" #839681 - -DEPEND=" - dev-java/checker-framework-qual:0 - dev-java/jna:4 - dev-java/osgi-cmpn:8 - dev-java/osgi-core:0 - dev-java/scram:0 - dev-java/waffle-jna:0 - >=virtual/jdk-1.8:* - test? ( dev-java/junit:5 ) -" - -RDEPEND=">=virtual/jre-1.8:*" - -JAVA_CLASSPATH_EXTRA=" - checker-framework-qual - jna-4 - osgi-cmpn-8 - osgi-core - scram - waffle-jna -" -JAVA_AUTOMATIC_MODULE_NAME="org.postgresql.jdbc" -JAVA_MAIN_CLASS="org.postgresql.util.PGJDBCMain" -JAVA_RESOURCE_DIRS="src/main/resources" -JAVA_SRC_DIR="src/main/java" -JAVA_TEST_GENTOO_CLASSPATH=" - junit-4 - junit-5 -" -JAVA_TEST_RESOURCE_DIRS="src/test/resources" -JAVA_TEST_SRC_DIR="src/test/java"