From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1291242-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95CD413835A for <garchives@archives.gentoo.org>; Mon, 7 Jun 2021 08:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9639BE0877; Mon, 7 Jun 2021 08:52:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54AF9E0877 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 08:52:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 479FD340AC7 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 08:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9927A5 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 08:52:31 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> 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" <fordfrog@gentoo.org> Message-ID: <1623055948.85235b0a52dd1f409e416a997d2608485d9e0c6e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcprov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcprov/bcprov-1.52-r1.ebuild dev-java/bcprov/bcprov-1.52-r4.ebuild X-VCS-Directories: dev-java/bcprov/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 85235b0a52dd1f409e416a997d2608485d9e0c6e X-VCS-Branch: master Date: Mon, 7 Jun 2021 08:52:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 534fd6f2-6e58-4bce-a13d-a8a1111470d8 X-Archives-Hash: 5a9ada865f050885a9988b6d69c5efef commit: 85235b0a52dd1f409e416a997d2608485d9e0c6e Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sun Jun 6 18:34:28 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Jun 7 08:52:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85235b0a dev-java/bcprov: remove obsolete versions Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21142 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/bcprov/bcprov-1.52-r1.ebuild | 65 ----------------------------------- dev-java/bcprov/bcprov-1.52-r4.ebuild | 53 ---------------------------- 2 files changed, 118 deletions(-) diff --git a/dev-java/bcprov/bcprov-1.52-r1.ebuild b/dev-java/bcprov/bcprov-1.52-r1.ebuild deleted file mode 100644 index 935b829f88c..00000000000 --- a/dev-java/bcprov/bcprov-1.52-r1.ebuild +++ /dev/null @@ -1,65 +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-pkg-simple - -MY_P="${PN}-jdk15on-${PV/./}" - -DESCRIPTION="Java cryptography APIs" -HOMEPAGE="https://www.bouncycastle.org/java.html" -SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="1.52" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" - -CDEPEND="" - -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" - -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" - -S="${WORKDIR}/${MY_P}" - -JAVA_ENCODING="ISO-8859-1" - -# Package can't be build with test as bcprov and bcpkix can't be built with test. -RESTRICT="test" - -src_unpack() { - default - cd "${S}" - unpack ./src.zip -} - -java_prepare() { - if ! use test; then - # There are too many files to delete so we won't be using JAVA_RM_FILES - # (it produces a lot of output). - local RM_TEST_FILES=() - while read -d $'\0' -r file; do - RM_TEST_FILES+=("${file}") - done < <(find . -name "*Test*.java" -type f -print0) - while read -d $'\0' -r file; do - RM_TEST_FILES+=("${file}") - done < <(find . -name "*Mock*.java" -type f -print0) - - rm -v "${RM_TEST_FILES[@]}" - fi -} - -src_compile() { - java-pkg-simple_src_compile -} - -src_install() { - java-pkg-simple_src_install - use source && java-pkg_dosrc org -} diff --git a/dev-java/bcprov/bcprov-1.52-r4.ebuild b/dev-java/bcprov/bcprov-1.52-r4.ebuild deleted file mode 100644 index ecc5327b8d1..00000000000 --- a/dev-java/bcprov/bcprov-1.52-r4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.bouncycastle:bcprov-jdk15on:1.52" - -inherit java-pkg-2 java-pkg-simple - -MY_P="${PN}-jdk15on-${PV/./}" - -DESCRIPTION="Java cryptography APIs" -HOMEPAGE="http://www.bouncycastle.org/java.html" -SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="1.52" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" - -DEPEND=">=virtual/jdk-1.8:*" -RDEPEND=">=virtual/jre-1.8:*" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/${MY_P}" - -JAVA_ENCODING="ISO-8859-1" - -# Package can't be build with test as bcprov and bcpkix can't be built with test. -RESTRICT="test" - -src_unpack() { - default - cd "${S}" - unpack ./src.zip -} - -src_prepare() { - default -# if ! use test; then - # There are too many files to delete so we won't be using JAVA_RM_FILES - # (it produces a lot of output). - local RM_TEST_FILES=() - while read -d $'\0' -r file; do - RM_TEST_FILES+=("${file}") - done < <(find . -name "*Test*.java" -type f -print0) - while read -d $'\0' -r file; do - RM_TEST_FILES+=("${file}") - done < <(find . -name "*Mock*.java" -type f -print0) - - rm -v "${RM_TEST_FILES[@]}" || die -# fi -}