From 84a806b0a21bb4f64cec78cee4932bbae097a325 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Sat, 29 Jul 2017 10:22:14 +0100
Subject: dev-java/java-sdk-docs: Version bump to 1.8.0.144

Straight to stable as the old version has gone.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
---
 dev-java/java-sdk-docs/Manifest                    |  2 +-
 .../java-sdk-docs/java-sdk-docs-1.8.0.141.ebuild   | 44 ----------------------
 .../java-sdk-docs/java-sdk-docs-1.8.0.144.ebuild   | 44 ++++++++++++++++++++++
 3 files changed, 45 insertions(+), 45 deletions(-)
 delete mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.141.ebuild
 create mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.144.ebuild

(limited to 'dev-java')

diff --git a/dev-java/java-sdk-docs/Manifest b/dev-java/java-sdk-docs/Manifest
index 8514c2b6a47a..d5b3aa735d2f 100644
--- a/dev-java/java-sdk-docs/Manifest
+++ b/dev-java/java-sdk-docs/Manifest
@@ -1,2 +1,2 @@
 DIST jdk-7u80-docs-all.zip 61168809 SHA256 0494bd49bc9cb3cbe3203120ae8b2c8e0aeb1579cb15c0fbd3cd780d19aa200a SHA512 c673c00e55c9a19938c42512cb9c6ae65de9803a1307d11a2043903d87cc36d9ed1f5a1e287040d8570e430cfe55f496354c1242fe6e242f1245f8271394ea1a WHIRLPOOL ad18886c401ec42735665081a0dd5ba3dc7678de0171f3aa8151c2e4ce3392e467be65c602f393da38373e589fa9800ed1afd3601d2cef4e48b06e57f491698e
-DIST jdk-8u141-docs-all.zip 93441458 SHA256 77e3d2c07bdf29838580eac7cf6d5191d64c6892104df265e7c4da6ab471cbcf SHA512 2025b799886cf30719529ee13f9b281eb6ff4abb038cfb8c6666a63e18350b61bc0066c3d3e1811052555a490c5566c23aa5778890b6c25e4d33acaf748af54e WHIRLPOOL 4c8abba048c09ead4382448a27014fb7596a5de0d6575d5803aceb2b1f2410281657ed4786348b97c0d758e30a491f70b61357fc24257f1a63e3cb4e2e77ce64
+DIST jdk-8u144-docs-all.zip 93446459 SHA256 ae2b2fdb162ca5716fe60d8fddbe7b0d2059d2b571311d27d488a20a40c6b3be SHA512 28b4aa92453e61693fd72f190326c69956ab022400031b54490e11d81fb16b847eab8308e51126980d04b7ac21e1ea10c3446e621fef2293bc6e5f6ec9acf970 WHIRLPOOL ac12d6a2d83e6106e30d78ce50091c0f92cdbaefaaf94d61ac21b82e472ce606729a02c0ed9362098bc121ace16f149048df2b9d61640bda685a0d32dfea7555
diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.141.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.141.ebuild
deleted file mode 100644
index 823be122dc21..000000000000
--- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.141.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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 ~arm64 ~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 -r index.html */
-}
diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.144.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.144.ebuild
new file mode 100644
index 000000000000..823be122dc21
--- /dev/null
+++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.144.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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 ~arm64 ~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 -r index.html */
+}
-- 
cgit v1.2.3-65-gdbad