dev-java/sun-j2ee-deployment-bin: Remove last-rited pkg

This commit is contained in:
Michał Górny
2017-05-15 11:27:20 +02:00
parent a67b5ee68e
commit d9d443fb17
4 changed files with 0 additions and 62 deletions

View File

@@ -1,2 +0,0 @@
DIST j2ee_deployment-1_1-fr-class.zip 23165 RMD160 f1c88c7f2a795e835be6d602ed7a17d845ac5f1c SHA1 1f606d5f7f477d60486c2eaef4ede4084d77b877 SHA256 9254f972032ad3f0ba9bd6d51eba5e3f800972d404b432fc790f8546b8fbb88c
DIST j2ee_deployment-1_1-fr-doc.zip 153966 RMD160 34375b342d1a57a6ff823541da61a37a5af08681 SHA1 94adc32a9a7cedbf5eeb3b76f4b8e13e5380605e SHA256 d6b9c9326d695904669c145ab475d003f736fd3461077cfd58ced07734db18a1

View File

@@ -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>

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
MY_PV=${PV/./_}
CLASS_URI="j2ee_deployment-${MY_PV}-fr-class.zip"
DOC_URI="j2ee_deployment-${MY_PV}-fr-doc.zip"
DESCRIPTION="J2EE Application Deployment Specification"
HOMEPAGE="http://java.sun.com/j2ee/tools/deployment/"
SRC_URI="${CLASS_URI}
doc? ( ${DOC_URI} )"
LICENSE="sun-bcla-j2ee-deployment"
SLOT="1.1"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="doc"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S=${WORKDIR}
DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-CLASS-G-F@CDS-CDS_Developer"
DOWNLOAD_URL_DOC="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-DOC-G-F@CDS-CDS_Developer"
pkg_nofetch() {
einfo "Please download \"J2EE Deployment API Class Files 1.1\" - ${CLASS_URI}"
einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
einfo "Direct URL: ${DOWNLOAD_URL}"
if use doc; then
einfo "Also download \"API Documentation 1.1\" - ${DOC_URI}"
einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
einfo "Direct URL: ${DOWNLOAD_URL_DOC}"
fi
}
src_compile() {
jar cvf ${PN}.jar javax || die "Failed to create the ${PN}.jar"
}
src_install() {
java-pkg_dojar ${PN}.jar
use doc && java-pkg_dojavadoc doc
}

View File

@@ -233,10 +233,6 @@ dev-perl/encoding-warnings
# enough to pick it up.
dev-java/jdbc-oracle-bin
# James Le Cuirot <chewi@gentoo.org> (14 Apr 2017)
# Ancient, unused by anything, fetch restricted. Removal in 30 days.
dev-java/sun-j2ee-deployment-bin
# NP-Hardass <NP-Hardass@gentoo.org> (10 Apr 2017)
# Masked for testing
virtual/wine