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 C26B2158086 for ; Sun, 21 Nov 2021 08:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2727E0830; Sun, 21 Nov 2021 08:12:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8A716E0830 for ; Sun, 21 Nov 2021 08:12:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABFEC34328F for ; Sun, 21 Nov 2021 08:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA931B3 for ; Sun, 21 Nov 2021 08:12:11 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1637482265.733165a90d2d466512dbefd17a69eba9c3b61516.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-crypto/files/, dev-java/gnu-crypto/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/gnu-crypto/Manifest dev-java/gnu-crypto/files/gnu-crypto-2.0.1-jdk15.patch dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild dev-java/gnu-crypto/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-java/gnu-crypto/ dev-java/gnu-crypto/files/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 733165a90d2d466512dbefd17a69eba9c3b61516 X-VCS-Branch: master Date: Sun, 21 Nov 2021 08:12:11 +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: 30b7c897-30b4-4291-8036-ebcc445b4c77 X-Archives-Hash: a8e395da63e4e11807ed75846e95345d commit: 733165a90d2d466512dbefd17a69eba9c3b61516 Author: Jakov Smolić gentoo org> AuthorDate: Sun Nov 21 08:04:27 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Nov 21 08:11:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733165a9 dev-java/gnu-crypto: treeclean Closes: https://bugs.gentoo.org/102646 Signed-off-by: Jakov Smolić gentoo.org> dev-java/gnu-crypto/Manifest | 1 - .../gnu-crypto/files/gnu-crypto-2.0.1-jdk15.patch | 30 ---------- dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild | 66 ---------------------- dev-java/gnu-crypto/metadata.xml | 15 ----- profiles/package.mask | 1 - 5 files changed, 113 deletions(-) diff --git a/dev-java/gnu-crypto/Manifest b/dev-java/gnu-crypto/Manifest deleted file mode 100644 index 3ecf36c11bdc..000000000000 --- a/dev-java/gnu-crypto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnu-crypto-2.0.1.tar.bz2 3895714 BLAKE2B 4838f7aa58cbd34d97afb7f503a29b7393ae3085f1b83c8ae65110f20ff7143928351f0aaf2a61a2abb363f764dc67dbd12955fbd0f86dd685dafda550e0e7f1 SHA512 c14aa73fb23663559195e8fc7f85a220b25078fa8ab4e7cf43b84febe96599d990ccf52fcf1f6f66f2b547d9b644bbc99b3d44dc4a777dcb72530e58c8509015 diff --git a/dev-java/gnu-crypto/files/gnu-crypto-2.0.1-jdk15.patch b/dev-java/gnu-crypto/files/gnu-crypto-2.0.1-jdk15.patch deleted file mode 100644 index 47957cc5ec5f..000000000000 --- a/dev-java/gnu-crypto/files/gnu-crypto-2.0.1-jdk15.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nur gnu-crypto-2.0.1/source/gnu/crypto/sasl/ClientMechanism.java gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ClientMechanism.java ---- gnu-crypto-2.0.1/source/gnu/crypto/sasl/ClientMechanism.java 2003-11-21 10:22:10.000000000 +0100 -+++ gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ClientMechanism.java 2005-05-24 16:16:37.493727834 +0200 -@@ -140,9 +140,9 @@ - return mechanism; - } - -- public Object getNegotiatedProperty(final String propName) throws SaslException { -+ public Object getNegotiatedProperty(final String propName) { - if (!isComplete()) { -- throw new IllegalMechanismStateException(); -+ throw new IllegalStateException(); - } - if (Sasl.QOP.equals(propName)) { - return getNegotiatedQOP(); -diff -Nur gnu-crypto-2.0.1/source/gnu/crypto/sasl/ServerMechanism.java gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ServerMechanism.java ---- gnu-crypto-2.0.1/source/gnu/crypto/sasl/ServerMechanism.java 2003-11-21 10:26:14.000000000 +0100 -+++ gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ServerMechanism.java 2005-05-24 16:16:55.503085024 +0200 -@@ -147,9 +147,9 @@ - return this.authorizationID; - } - -- public Object getNegotiatedProperty(final String propName) throws SaslException { -+ public Object getNegotiatedProperty(final String propName) { - if (!isComplete()) { -- throw new IllegalMechanismStateException(); -+ throw new IllegalStateException(); - } - if (Sasl.QOP.equals(propName)) { - return getNegotiatedQOP(); diff --git a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild deleted file mode 100644 index 89c2e86670c5..000000000000 --- a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source test" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="GNU Crypto cryptographic primitives for Java" -HOMEPAGE="https://www.gnu.org/software/gnu-crypto/" -SRC_URI="ftp://ftp.gnupg.org/GnuPG/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" - -EANT_BUILD_XML="${S}/build.xml" -EANT_BUILD_TARGET="jar" - -EANT_DOC_TARGET="javadoc" - -java_prepare() { - epatch "${FILESDIR}/${P}-jdk15.patch" -} - -src_compile() { - java-pkg-2_src_compile -} - -src_test() { - local TEST_TARGETS=( - check - ent - ) - - for target in ${TEST_TARGETS[@]}; do - EANT_TEST_TARGET=${target} \ - java-pkg-2_src_test - done -} - -src_install() { - local GNU_CRYPTO_JARS=( - "${PN}" - javax-crypto - javax-security - ) - - if use test; then - GNU_CRYPTO_JARS=(${GNU_CRYPTO_JARS[@]} "${PN}-test") - fi - - for jar in ${GNU_CRYPTO_JARS[@]}; do - java-pkg_dojar "lib/${jar}.jar" - done - - use doc && java-pkg_dojavadoc docs/api - use source && java-pkg_dosrc source/* jce/* security/* - - dodoc AUTHORS ChangeLog NEWS README THANKS -} diff --git a/dev-java/gnu-crypto/metadata.xml b/dev-java/gnu-crypto/metadata.xml deleted file mode 100644 index de8ab699b43e..000000000000 --- a/dev-java/gnu-crypto/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - java@gentoo.org - Java - - - -GNU Crypto, part of the GNU project, released under the aegis of GNU, -aims at providing free, versatile, high-quality, and provably correct -implementations of cryptographic primitives and tools in the Java -programming language for use by programmers and end-users. - - diff --git a/profiles/package.mask b/profiles/package.mask index c30cb92f3cd3..eec8c16b692f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -402,7 +402,6 @@ dev-java/freehep-graphicsio-emf dev-java/freehep-graphicsio-svg dev-java/geoip-java dev-java/glassfish-deployment-api -dev-java/gnu-crypto # Sergey Popov (2021-10-22) # Upstream support discontinued, see https://bw.org/2019/03/19/bw-whois/