public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-j2ee-deployment-bin/, profiles/
Date: Mon, 15 May 2017 09:42:44 +0000 (UTC)	[thread overview]
Message-ID: <1494841354.d9d443fb1788905fe4b884079f73fb2d78bee57b.mgorny@gentoo> (raw)

commit:     d9d443fb1788905fe4b884079f73fb2d78bee57b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 09:27:20 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 15 09:42:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d443fb

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

 dev-java/sun-j2ee-deployment-bin/Manifest          |  2 -
 dev-java/sun-j2ee-deployment-bin/metadata.xml      |  8 ----
 .../sun-j2ee-deployment-bin-1.1-r2.ebuild          | 48 ----------------------
 profiles/package.mask                              |  4 --
 4 files changed, 62 deletions(-)

diff --git a/dev-java/sun-j2ee-deployment-bin/Manifest b/dev-java/sun-j2ee-deployment-bin/Manifest
deleted file mode 100644
index 0f8151a756b..00000000000
--- a/dev-java/sun-j2ee-deployment-bin/Manifest
+++ /dev/null
@@ -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

diff --git a/dev-java/sun-j2ee-deployment-bin/metadata.xml b/dev-java/sun-j2ee-deployment-bin/metadata.xml
deleted file mode 100644
index 952a4b9b605..00000000000
--- a/dev-java/sun-j2ee-deployment-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-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild b/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild
deleted file mode 100644
index 5499c4613f5..00000000000
--- a/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2bc52da808d..0ed0325e193 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


                 reply	other threads:[~2017-05-15  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1494841354.d9d443fb1788905fe4b884079f73fb2d78bee57b.mgorny@gentoo \
    --to=mgorny@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