From 1e705da2e4c503ab67f7db988052f74d754d6058 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 19 Oct 2016 10:56:29 +0100 Subject: dev-java/java-sdk-docs: Version bump to 1.8.0.112 Straight to stable as the old version has gone. Package-Manager: portage-2.3.2 --- dev-java/java-sdk-docs/Manifest | 2 +- .../java-sdk-docs/java-sdk-docs-1.8.0.102.ebuild | 49 ---------------------- .../java-sdk-docs/java-sdk-docs-1.8.0.112.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.102.ebuild create mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.112.ebuild diff --git a/dev-java/java-sdk-docs/Manifest b/dev-java/java-sdk-docs/Manifest index bca48d1bf705..02b1dcd4e2b2 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-8u102-docs-all.zip 93442717 SHA256 4fda7a905f4e4d6ec39bf6352e3c95a7ad0d00dca30e212919cbcd96b0c757c6 SHA512 f6c32cf36895711a399f054f25f0a8f58be2bc5db082ade951a0f4a9f9cb2b90158d7477b6dea75c1cb8043e0d900b841e7bfb3656748571be9d151d505c1ba6 WHIRLPOOL 907410052034f765bb2aac2ce2ac6a0c273df40d70fea987012256e3eac194266184abf09a7eaf7d21e8c7cb6ff36ac256b2791169e65715abbef8bf8eb1270d +DIST jdk-8u112-docs-all.zip 93436489 SHA256 c490e3255554687d1add33efb3fc4734f28dd257cdb52ae00062d4d5c0ab12fe SHA512 89e6a4dd8a9b332346e66fb580ae069f42a82831f83222a98c2d9f097a1cb0e10712de6dd5e3e5bb9090e49b41d1d140e64c483ebac3df7e3ccd96c82d938bf7 WHIRLPOOL 9f1bd315685e8f2e26a20d107cf7b6d8f233b70b4c4fb0f80a6e25ee231c265d71b3cbfc1e41beec1ed03d9775d583d8e37257c8707bc6eac6f09a1e9865c2dd diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.102.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.102.ebuild deleted file mode 100644 index d858508a6b54..000000000000 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.102.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 ~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 -} diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.112.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.112.ebuild new file mode 100644 index 000000000000..d858508a6b54 --- /dev/null +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.112.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~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 +} -- cgit v1.2.3-65-gdbad