From 04fee9c848ad42cf4ea07d4ee6fa3d315abf902c Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 9 Feb 2016 22:08:31 +0000 Subject: dev-java/java-sdk-docs: Version bump Straight to stable as the old version has gone. Package-Manager: portage-2.2.27 --- dev-java/java-sdk-docs/Manifest | 2 +- .../java-sdk-docs/java-sdk-docs-1.8.0.72.ebuild | 49 ---------------------- .../java-sdk-docs/java-sdk-docs-1.8.0.74.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.72.ebuild create mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.74.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 da95a2865ab2..16c9c81df38c 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-8u72-docs-all.zip 93409243 SHA256 42c9dc79dc222aa72d198113d5de0bb32b8636fa1ecc10af65e759b2bd4bec3b SHA512 7ae8ef38dcb88fbba32dcaa9b1a2a62cdea590b34dabacbdd462655e117069976a35413b7df06ba7a80869617397a3498ee9f287f7efd16f46d441e50e7c6724 WHIRLPOOL 6e378a7b86bc7b0428e64f8ed2663eb268fc4a5d7f537b9eafd3ac78b058ba782f6b1dae56de29d92509221d550683397cf5fe4169abf377f141283f53336cac +DIST jdk-8u74-docs-all.zip 93437411 SHA256 0b83f0970014b9ec6ecfe5d02b898d23ee0b2a4ea77e03280b527cb3080386fe SHA512 20d5b1971a7071b934e8cfceca9a26bdb1c55e8e3c21127caec7b76168e1ffbd2849cd172c31d3f27954ae991c38a6cc219d48eee67adbe7dbf724169c340cf2 WHIRLPOOL 4177c19284b84e89b3baa218b92fcef6be1e0e4726e037d20f29c44cdc6e26b690d0d082b9941efd8327414e5626311d5502fc5b8791250e07a4d446363fac7e diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.72.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.72.ebuild deleted file mode 100644 index cfbb1f08345d..000000000000 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.72.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.74.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.74.ebuild new file mode 100644 index 000000000000..cfbb1f08345d --- /dev/null +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.74.ebuild @@ -0,0 +1,49 @@ +# 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 +} -- cgit v1.2.3