public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcutil/
Date: Sat, 28 Oct 2023 08:23:12 +0000 (UTC)	[thread overview]
Message-ID: <1698481377.abc5868584c650c97fcb7b47c6bd4ae9e397543c.fordfrog@gentoo> (raw)

commit:     abc5868584c650c97fcb7b47c6bd4ae9e397543c
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Oct 27 10:35:57 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 08:22:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc58685

dev-java/bcutil: drop 1.72

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/bcutil/Manifest           |  1 -
 dev-java/bcutil/bcutil-1.72.ebuild | 55 --------------------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-java/bcutil/Manifest b/dev-java/bcutil/Manifest
index 2a1a87bdb53d..880e2012db6f 100644
--- a/dev-java/bcutil/Manifest
+++ b/dev-java/bcutil/Manifest
@@ -1,2 +1 @@
-DIST bc-java-r1rv72.tar.gz 380374879 BLAKE2B 53c593c1d97e9ee56388479dce7386d254f74a8bab9612e802ebe963df84d1a397fe0c5a7a0d0db2ac2cd3252ae43e79c67b9d3ba1b5ffc20cc8727c7e1a6994 SHA512 dbfdd9e4f30ab713584830a0fd0d7e4f89904366bf4953a9e722656cc4cd92c9d29238649efa7b4cdab64e2c08f4b3b3c96667d1ade569ade5a5a2c9ad9d5b5c
 DIST bc-java-r1rv76.tar.gz 31256952 BLAKE2B b791ef3da7189bc6990935aaad7c331c1bf6a45af0cdfc72056ae0cf1723e57ce15a76060251f6de630b0729ffe22ba4718255c103a8ab66db61f2e46f1201c8 SHA512 7d408821408bbabd209d9507b061f3113822878c12b12a040c829f5a8c6bdf8450719aef60c423025824bec1fcb6c63d8478d1f84f3cb1d692fdbacde6d9ce6e

diff --git a/dev-java/bcutil/bcutil-1.72.ebuild b/dev-java/bcutil/bcutil-1.72.ebuild
deleted file mode 100644
index 1f86ad03e5d7..000000000000
--- a/dev-java/bcutil/bcutil-1.72.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.bouncycastle:bcutil-jdk18on:1.72"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls"
-HOMEPAGE="https://www.bouncycastle.org/java.html"
-SRC_URI="https://github.com/bcgit/bc-java/archive/r${PV/./rv}.tar.gz -> bc-java-r${PV/./rv}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
-
-CDEPEND="~dev-java/bcprov-${PV}:0"
-DEPEND="${CDEPEND}
-	>=virtual/jdk-11:*"
-RDEPEND="${CDEPEND}
-	>=virtual/jre-1.8:*"
-
-DOCS=( ../{README,SECURITY}.md )
-HTML_DOCS=( ../{CONTRIBUTORS,index}.html )
-
-S="${WORKDIR}/bc-java-r${PV/./rv}/util"
-
-JAVA_GENTOO_CLASSPATH="bcprov"
-JAVA_SRC_DIR=(
-	"src/main/java"
-	"src/main/jdk1.9"
-)
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-JAVA_TEST_RUN_ONLY=(
-	"org.bouncycastle.asn1.util.test.AllTests"
-	"org.bouncycastle.oer.test.AllTests"
-)
-
-src_prepare() {
-	default
-	java-pkg_clean ..
-}
-
-src_install() {
-	docinto html
-	dodoc -r ../docs
-	java-pkg-simple_src_install
-}


             reply	other threads:[~2023-10-28  8:23 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28  8:23 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 16:36 [gentoo-commits] repo/gentoo:master commit in: dev-java/bcutil/ Florian Schmaus
2025-02-24 11:49 Jakov Smolić
2025-02-24 11:49 Jakov Smolić
2025-01-26  8:20 Miroslav Šulc
2024-12-30 19:41 Florian Schmaus
2024-12-24  8:45 Sam James
2024-12-06  7:49 Sam James
2024-12-04  9:18 Sam James
2024-11-04  9:13 Miroslav Šulc
2024-11-04  7:18 Miroslav Šulc
2024-11-03 13:31 Michał Górny
2024-11-03  4:40 Sam James
2024-11-02 22:51 Sam James
2024-10-10 10:29 Miroslav Šulc
2024-01-06 21:52 Miroslav Šulc
2024-01-06  8:11 Sam James
2024-01-06  8:11 Sam James
2023-12-07 10:37 Miroslav Šulc
2023-10-26 13:04 Sam James
2023-10-20 20:18 Arthur Zamarin
2023-10-19 13:37 Sam James
2023-10-19 12:17 Sam James
2023-09-19 14:10 Miroslav Šulc
2022-12-15  8:43 Miroslav Šulc
2022-12-15  4:23 Arthur Zamarin
2022-12-15  4:23 Arthur Zamarin
2022-12-15  2:05 Sam James
2022-12-15  2:05 Sam James
2022-11-14 14:48 Florian Schmaus
2022-07-09 13:00 Arthur Zamarin
2022-07-09 12:35 Arthur Zamarin
2022-07-07  6:35 Agostino Sarubbo
2022-07-07  6:34 Agostino Sarubbo
2022-07-06  8:40 Arthur Zamarin
2022-05-22 17:57 Florian Schmaus
2021-11-25  4:11 Sam James
2021-11-25  2:06 Sam James
2021-08-11 19:11 Sam James
2021-08-09  0:31 Sam James
2021-07-09 13:20 Miroslav Šulc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698481377.abc5868584c650c97fcb7b47c6bd4ae9e397543c.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox