diff options
Diffstat (limited to 'dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild')
-rw-r--r-- | dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild index f863e1aa781a..aedc48d893d5 100644 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild,v 1.9 2008/01/05 22:26:27 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.5.0-r1.ebuild,v 1.10 2008/05/20 14:36:58 caster Exp $ SRC_URI="jdk-1_5_0-doc-${PR}.zip" DESCRIPTION="Javadoc for Java SDK version 1.5.0 Beta 2" @@ -13,14 +13,14 @@ DEPEND=">=app-arch/unzip-5.50-r1" RDEPEND="" RESTRICT="fetch" -DOWNLOAD_URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jdk-1.5.0-doc-oth-JPR&SiteId=JSC&TransactionId=noreg" +DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0-doc-oth-JPR@CDS-CDS_Developer" S="${WORKDIR}/docs" pkg_nofetch() { - einfo "Please download jdk-1_5_0-doc.zip from " + einfo "Please download jdk-1_5_0-doc.zip from" einfo "${DOWNLOAD_URL}" - einfo "and place it in ${DISTDIR} named as" + einfo "(select English and agree to the licence) and place it in ${DISTDIR} named as" einfo "${SRC_URI}. Notice the ${PR}. Because Sun changes the doc zip file" einfo "without changing the filename, we have to resort to renaming to keep" einfo "the md5sum verification working existing and new downloads." |