public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-sdk-docs/
Date: Fri, 11 Sep 2015 22:52:23 +0000 (UTC)	[thread overview]
Message-ID: <1442011929.73eac7de6392325ba1ff41d1a8c4be0dc8c7a6d1.chewi@gentoo> (raw)

commit:     73eac7de6392325ba1ff41d1a8c4be0dc8c7a6d1
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 22:51:49 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 22:52:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73eac7de

dev-java/java-sdk-docs: Remove old

Package-Manager: portage-2.2.20.1

 dev-java/java-sdk-docs/Manifest                    |  1 -
 .../java-sdk-docs/java-sdk-docs-1.8.0.51.ebuild    | 49 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-java/java-sdk-docs/Manifest b/dev-java/java-sdk-docs/Manifest
index ce25682..8ba6a4d 100644
--- a/dev-java/java-sdk-docs/Manifest
+++ b/dev-java/java-sdk-docs/Manifest
@@ -1,4 +1,3 @@
 DIST jdk-6u30-apidocs.zip 59086542 SHA256 92739c56e02fa6e7ac8d60a1f59a0ef4a59ac99ab2979d3cdc495bfecf1a50ab SHA512 5139b1a65765f258f21c629a0cfbf07aed0c12b3eb08d4615b049e825abd90c5b3385af99dba3a4ac6e0a94a5ffaa32ee648fb3e7ac1815ec6b74fe0d8e9f0ee WHIRLPOOL 941236c68b189f9cd23f0e904cc01da9f87cc39967c84cddf4c20a04fa2872eb99af147a21bb770320cad28b2cd86205402a141f7217d5301fa9a6ea41c3a136
 DIST jdk-7u80-docs-all.zip 61168809 SHA256 0494bd49bc9cb3cbe3203120ae8b2c8e0aeb1579cb15c0fbd3cd780d19aa200a SHA512 c673c00e55c9a19938c42512cb9c6ae65de9803a1307d11a2043903d87cc36d9ed1f5a1e287040d8570e430cfe55f496354c1242fe6e242f1245f8271394ea1a WHIRLPOOL ad18886c401ec42735665081a0dd5ba3dc7678de0171f3aa8151c2e4ce3392e467be65c602f393da38373e589fa9800ed1afd3601d2cef4e48b06e57f491698e
-DIST jdk-8u51-docs-all.zip 92230995 SHA256 fa36f0611df525b39e27353daa42b089dc76f86f7dc09b0dc98d72c10ba76284 SHA512 bb1e65820902153d2fbebc170b18bce0c630dc8b5ce70fde53f6b55f9203267411846b9c81a77fb0c45f30df30f4d327120499c3ad11dc8e50c078d096e1943f WHIRLPOOL dd0e6b2dfbd8ce9960359013ace595c50c7281e8bed3e7cbc2a93f6a776eb4d60ecbc7d2a16796eefca02d38af3fcee9b4633215288ce464fed852e147599a50
 DIST jdk-8u60-docs-all.zip 92340397 SHA256 cbeffb41253da58f8924423f22a9bd53802633925664d68c46e6bfffd506a33d SHA512 cd728d1eda4bbe5dea98da693b8b173e3b05d431b9ba5be2c55dfa60f141941d7131b76785f37f52fe4a027224ff6a87394f5fe565666b581accfc38fc480ecb WHIRLPOOL 646925a3d7bb079056b8fcb51be1138214c1de3495188d08c00b4b9380f0de93e5b2a4988d0c028cbf07868b4bd296656813d7b19e6f8ba48965a36dc6f1180d

diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.51.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.51.ebuild
deleted file mode 100644
index 2edd9c0..0000000
--- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.51.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html"
-
-[[ "$(get_version_component_range 4)" == 0 ]] \
-	|| MY_PV_EXT="u$(get_version_component_range 4)"
-
-MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
-ORIG_NAME="jdk-${MY_PV}-docs-all.zip"
-
-DESCRIPTION="Oracle's documentation bundle (including API) for Java SE"
-HOMEPAGE="http://download.oracle.com/javase/8/docs/"
-SRC_URI="${ORIG_NAME}"
-LICENSE="oracle-java-documentation-8"
-SLOT="1.8"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-RESTRICT="fetch"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/docs"
-
-pkg_nofetch() {
-	einfo "Please download ${ORIG_NAME} from "
-	einfo "${DOWNLOAD_URL}"
-	einfo "(agree to the license) and place it in ${DISTDIR}"
-
-	einfo "If you find the file on the download page replaced with a higher"
-	einfo "version, please report to the bug 67266 (link below)."
-	einfo "If emerge fails because of a checksum error it is possible that"
-	einfo "the upstream release changed without renaming. Try downloading the file"
-	einfo "again (or a newer revision if available). Otherwise report this to"
-	einfo "https://bugs.gentoo.org/67266 and we will make a new revision."
-}
-
-src_install(){
-	insinto /usr/share/doc/${P}/html
-	doins index.html
-
-	for i in *; do
-		[[ -d $i ]] && doins -r $i
-	done
-}


             reply	other threads:[~2015-09-11 22:52 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11 22:52 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-20  2:30 [gentoo-commits] repo/gentoo:master commit in: dev-java/java-sdk-docs/ Georgy Yakovlev
2019-10-29 19:28 Georgy Yakovlev
2019-01-23  8:49 Miroslav Šulc
2019-01-23  8:49 Miroslav Šulc
2019-01-18 17:55 Miroslav Šulc
2019-01-18 17:55 Miroslav Šulc
2019-01-17 19:34 Miroslav Šulc
2019-01-17 19:34 Miroslav Šulc
2019-01-17 19:34 Miroslav Šulc
2018-10-18 10:54 James Le Cuirot
2018-10-18 10:54 James Le Cuirot
2018-08-10 21:02 James Le Cuirot
2018-08-05 21:48 Patrice Clement
2018-04-23 20:42 James Le Cuirot
2018-04-22 23:01 James Le Cuirot
2018-04-22 23:01 James Le Cuirot
2018-01-21 16:39 James Le Cuirot
2018-01-21 16:39 James Le Cuirot
2018-01-21 16:39 James Le Cuirot
2018-01-19 20:34 James Le Cuirot
2018-01-19 20:34 James Le Cuirot
2017-12-10 21:46 James Le Cuirot
2017-12-10 21:46 James Le Cuirot
2017-10-21 23:20 James Le Cuirot
2017-07-29  9:22 James Le Cuirot
2017-07-20 20:02 James Le Cuirot
2017-06-18 15:14 Alexis Ballier
2017-04-25  8:58 James Le Cuirot
2017-01-23 22:52 James Le Cuirot
2016-10-19 10:17 James Le Cuirot
2016-07-28 19:46 James Le Cuirot
2016-04-20 21:39 James Le Cuirot
2016-04-20 21:39 James Le Cuirot
2016-03-25 22:34 James Le Cuirot
2016-02-09 22:19 James Le Cuirot
2016-01-21 12:36 James Le Cuirot
2015-10-21 21:48 James Le Cuirot
2015-09-11 22:52 James Le Cuirot
2015-08-31 22:43 James Le Cuirot

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=1442011929.73eac7de6392325ba1ff41d1a8c4be0dc8c7a6d1.chewi@gentoo \
    --to=chewi@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