mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-05 02:18:08 -07:00
dev-java/java-sdk-docs-1.8.0.192: not available anymore
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
DIST jdk-11.0.1_doc-all.zip 51573427 BLAKE2B 8b08e383922367f19a570e3c112c30ce0306292daf95678cd699d5a15fa4003e6b231ea2ecb278f039cdf9525a82b4e95e3c9b7866a09beb4240945ec293d2bd SHA512 9cb0e5e1b95874de46d63d747685eeeabfb6de5b80e3018025341f265fdf3d54e769479cf2c5f0d62af934a4c9c647fb8fd89920a9ae4ff1ef612eeccb4f0e99
|
||||
DIST jdk-11.0.2_doc-all.zip 51573358 BLAKE2B fa16dd49ea645e3ae21b6e57152f10872772dd149ba117f6eea820d48c3669ed3f0bd7144eccf122d6e8a8aa5f8b279857c63ef23babce35771126cf42a92e1b SHA512 fe35b59e5d04e0fbdc5bfab3398ddebfe9f0a10411da84a5e513450920267a5e163f71a69d21d62e442a4fdc4171e2e2bb006609bc969cc7fa035747663b9418
|
||||
DIST jdk-8u192-docs-all.zip 93801790 BLAKE2B 32c8441a55f102f8f479fc02fe20f7ee6d65c707d56b99b70cda1a02b3061a9741bb551cd94b4f7e28d22199dec3df72bec2e978c80bcaa973402ac74805ffe5 SHA512 2a64e45596e01a80694b325ce5f7e0747436890373f45bd5a4cee5b54ae13580d7bc62a1981ade41101b4b9bab79231fbd603ed83ed1283f5b6104670bbd0f17
|
||||
DIST jdk-8u202-docs-all.zip 93792495 BLAKE2B c1e3f6f5a713d55a62dc6ef0fd2bba5d30b094030e8438b73bd6bf9f27a7ec3bdb924d8251f99182eb62b470f177fdf84db23f57550bc9467a4a7c305190ad50 SHA512 ad8b51bbc705d46d47164918ce2d620cbadaf92a3fe56d72528f9cbc05da900309ecfef7ebf711e9474f292f744e2e33877cb7377e2e21a5a58e1922198be907
|
||||
DIST jdk-9.0.4_doc-all.zip 70500089 BLAKE2B 549da2c6baf1b39082f05d42d0fd02f7682a765c1d43a605063b155b3b3e2e20053b4044a238afb41c758700efa5de9ec53c29e2e8be1d682c2e9e7b221c0875 SHA512 7d8b40499a0ea91ac922c6916b19a061b39e73e54e123a943fcaa75fcfe66672ad445dbd789c2c9448c8cee0e7f72974ca6ad53bcaa5667547feca5791dab92b
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# 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_prepare() {
|
||||
default
|
||||
|
||||
# Don't need both .Z and .bz2 archives.
|
||||
find -name "*.Z" -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/doc/${PN}-${SLOT}/html
|
||||
doins -r index.html */
|
||||
}
|
||||
Reference in New Issue
Block a user