From add151ce353eee6ed4269a92a62e069d01af2e8a Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 10 Aug 2018 22:01:35 +0100 Subject: dev-java/java-sdk-docs: Version bump to 1.8.0.181 Straight to stable as the old version has gone. Package-Manager: Portage-2.3.45, Repoman-2.3.10 --- dev-java/java-sdk-docs/Manifest | 2 +- .../java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild | 44 ---------------------- .../java-sdk-docs/java-sdk-docs-1.8.0.181.ebuild | 42 +++++++++++++++++++++ 3 files changed, 43 insertions(+), 45 deletions(-) delete mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild create mode 100644 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.181.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 2bb439c04d49..2360a7d9a1f2 100644 --- a/dev-java/java-sdk-docs/Manifest +++ b/dev-java/java-sdk-docs/Manifest @@ -1,3 +1,3 @@ DIST jdk-10.0.2_doc-all.zip 69312792 BLAKE2B ad2cad74e78098672ecc7d4f80f0babbded5ac564948c51ec5eb50b4e4e2688bec5bb6804d6829ea6137354ef8b1554b0ef6f8d0e62fe40b2e0bd80836691b6f SHA512 424ca11b661eaf4012d31cbe200ce5209098dd8fb21648eae5838ba2dd55d96aec5a263664d0b4ab21bc5f8cfe13cfbc61294cf92353dcbf8d8134613b25f67a -DIST jdk-8u172-docs-all.zip 93491812 BLAKE2B 7d670aa054a73c9711b78b6094a8e4f8c8b8b774543a9b067acce7cb2e572d6536ad0c525d1ac112f2585a648b3209ac63df0d3ac85bf8c23ec91937b70add01 SHA512 6b1157822fd7d25bd4bb56394e8243e3e315ce772a908bb05fe260b5f1d6506f336b8afca6febef7caafcbf9463b4713fb27b657726ee4b6578d2e6732b9a2fe +DIST jdk-8u181-docs-all.zip 93487519 BLAKE2B 4ae2901174d072f2bf44800c3b12f6700f70bfcd89adc709678a0e8f48da94fea352bc2571d9dc611d85a5a3a21b8c33b5bc5f8c7b9d86a1e5e456164491279d SHA512 157d33432829a86326d7a24643dd8a61a11d72e98647c5ed44145fbb81fadcb1a51fca86fab82fa671193468b9631e5c8ea92d265bc0bf5969584dac40d4a1ec DIST jdk-9.0.4_doc-all.zip 70500089 BLAKE2B 549da2c6baf1b39082f05d42d0fd02f7682a765c1d43a605063b155b3b3e2e20053b4044a238afb41c758700efa5de9ec53c29e2e8be1d682c2e9e7b221c0875 SHA512 7d8b40499a0ea91ac922c6916b19a061b39e73e54e123a943fcaa75fcfe66672ad445dbd789c2c9448c8cee0e7f72974ca6ad53bcaa5667547feca5791dab92b diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild deleted file mode 100644 index 1791bdf62037..000000000000 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 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}" - -DESCRIPTION="Oracle's documentation bundle (including API) for Java SE" -HOMEPAGE="http://download.oracle.com/javase/8/docs/" -SRC_URI="jdk-${MY_PV}-docs-all.zip" -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 ${SRC_URI} from" - einfo "${DOWNLOAD_URL}" - einfo "by agreeing to the license and place it in your distfiles directory." - einfo "" - einfo "If you find the file on the download page replaced with a higher" - einfo "version, please report it in bug #67266 (link below)." - einfo "" - 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/${PN}-${SLOT}/html - doins -r index.html */ -} diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.181.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.181.ebuild new file mode 100644 index 000000000000..82f3255d8409 --- /dev/null +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.181.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html" + +[[ "$(ver_cut 4)" == 0 ]] \ + || MY_PV_EXT="u$(ver_cut 4)" + +MY_PV="$(ver_cut 2)${MY_PV_EXT}" + +DESCRIPTION="Oracle's documentation bundle (including API) for Java SE" +HOMEPAGE="http://download.oracle.com/javase/8/docs/" +SRC_URI="jdk-${MY_PV}-docs-all.zip" +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 ${SRC_URI} from" + einfo "${DOWNLOAD_URL}" + einfo "by agreeing to the license and place it in your distfiles directory." + einfo "" + einfo "If you find the file on the download page replaced with a higher" + einfo "version, please report it in bug #67266 (link below)." + einfo "" + 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/${PN}-${SLOT}/html + doins -r index.html */ +} -- cgit v1.2.3-65-gdbad