From f7a4f1202fa0bb7dd296f81b80b42b4db8c2e160 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 20 Apr 2016 22:20:18 +0100 Subject: dev-java/java-sdk-docs: Version bump to 1.8.0.92, EAPI bump Straight to stable as the old version has gone. Package-Manager: portage-2.2.28 --- dev-java/java-sdk-docs/Manifest | 2 +- .../java-sdk-docs/java-sdk-docs-1.8.0.77.ebuild | 49 ---------------------- .../java-sdk-docs/java-sdk-docs-1.8.0.92.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.77.ebuild create mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.92.ebuild (limited to 'dev-java/java-sdk-docs') diff --git a/dev-java/java-sdk-docs/Manifest b/dev-java/java-sdk-docs/Manifest index e6b1f5d0226b..289483fca6c0 100644 --- a/dev-java/java-sdk-docs/Manifest +++ b/dev-java/java-sdk-docs/Manifest @@ -1,3 +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-8u77-docs-all.zip 93416247 SHA256 32bc9b2a1c2d59cc6709dc229c3761ffd46c2662030e5b8caa379e2074c4ebbb SHA512 b9ae2281fad32b6ff900329dc744ce025ef092db5418d17aaae2f956a0329ea08005eaec7516ba5138cca660ee46318798c5775aea4a10812da0944df77277c6 WHIRLPOOL 557c7d0367e352042d30eedd77db3fec6789fd32e6a9ab88b638e81c1565c54ec3251bc6c5f1af87b2762b928ae52171ce0646cd00579650526d1cd2bd16b355 +DIST jdk-8u92-docs-all.zip 93424002 SHA256 b071f66dba0a5b41f3e9b5168bea6ca49ab9e45604c20a625661dec6d0a7bd1e SHA512 ca7aa37c44897275d54fd89275b7927235e4758a8687f1c091818c1d5eb652c47e6ef9c60a7ca1b9e66184c599452071b0c71de6aadf9614fd76be34331ead1f WHIRLPOOL 662cfacd61e2fa213756344dfeebe165937a6e0ecb9984411b84c915122a576fd2a82e0b62092f10b8ef900d8cf3a19ac49ff03963feeb6e4554255c6ddae775 diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.77.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.77.ebuild deleted file mode 100644 index cfbb1f08345d..000000000000 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.77.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="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 ~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.92.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.92.ebuild new file mode 100644 index 000000000000..d858508a6b54 --- /dev/null +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.92.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