public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/java:master commit in: dev-java/sun-jce-bin/
@ 2024-12-06 10:38 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2024-12-06 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     17c6e2bdcf31868f1352702eb70ec33e6e7427f2
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 10:37:33 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 10:37:33 2024 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=17c6e2bd

dev-java/sun-jce-bin: treeclean

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/sun-jce-bin/Manifest                 |  1 -
 dev-java/sun-jce-bin/metadata.xml             |  8 -----
 dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild | 43 ---------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-java/sun-jce-bin/Manifest b/dev-java/sun-jce-bin/Manifest
deleted file mode 100644
index 32a10db1..00000000
--- a/dev-java/sun-jce-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jce_policy-1_5_0.zip 8826 SHA256 4de78da737c6d66b74eb6caebf6bdb0648825a95e2909e815678a0d306bf6d8b

diff --git a/dev-java/sun-jce-bin/metadata.xml b/dev-java/sun-jce-bin/metadata.xml
deleted file mode 100644
index 952a4b9b..00000000
--- a/dev-java/sun-jce-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>java@gentoo.org</email>
-		<name>Java</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild b/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild
deleted file mode 100644
index 15e1cad7..00000000
--- a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-jcefile="jce_policy-1_5_0.zip"
-
-S="${WORKDIR}/jdk${MY_PVL}"
-DESCRIPTION="Sun's J2SE Cryptographic extensions, version ${PV}"
-HOMEPAGE="http://java.sun.com/j2se/1.5.0/"
-SRC_URI="${jcefile}"
-SLOT="1.5"
-LICENSE="sun-bcla-java-vm"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="fetch"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-FETCH_JCE="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jce_policy-1.5.0-oth-JPR@CDS-CDS_Developer"
-
-pkg_nofetch() {
-	einfo "Please download ${jcefile} from:"
-	einfo ${FETCH_JCE}
-	einfo "Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files"
-	einfo "and move it to ${DISTDIR}"
-}
-
-src_unpack() {
-	if [ ! -r "${DISTDIR}"/${jcefile} ]; then
-		die "cannot read ${jcefile}. Please check the permission and try again."
-	fi
-}
-
-src_install() {
-
-	dodir /opt/${P}/jre/lib/security
-
-	cd "${D}"/opt/${P}/jre/lib/security
-	unzip "${DISTDIR}"/${jcefile} || die "failed to unzip jce"
-	mv jce unlimited-jce
-	dodir /opt/${P}/jre/lib/security/strong-jce
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-06 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 10:38 [gentoo-commits] proj/java:master commit in: dev-java/sun-jce-bin/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox