Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
gentoo-x86 commit in dev-java/java-sdk-docs: ChangeLog java-sdk-docs-1.6.0.10.ebuild
Date:
Sun, 01 Mar 2009 08:12:12 +0000
serkan 09/03/01 08:12:12
Modified: ChangeLog
Added: java-sdk-docs-1.6.0.10.ebuild
Log:
Version bump. Fixes bug #260690.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.61 dev-java/java-sdk-docs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 20 May 2008 14:36:58 -0000 1.60
+++ ChangeLog 1 Mar 2009 08:12:12 -0000 1.61
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/java-sdk-docs
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.60 2008/05/20 14:36:58 caster Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.61 2009/03/01 08:12:12 serkan Exp $
+
+*java-sdk-docs-1.6.0.10 (01 Mar 2009)
+
+ 01 Mar 2009; Serkan Kaba <serkan@g.o>
+ +java-sdk-docs-1.6.0.10.ebuild:
+ Version bump. Fixes bug #260690.
20 May 2008; Vlastimil Babka <caster@g.o>
java-sdk-docs-1.5.0-r1.ebuild, java-sdk-docs-1.6.0-r1.ebuild:
1.1 dev-java/java-sdk-docs/java-sdk-docs-1.6.0.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.6.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.6.0.10.ebuild?rev=1.1&content-type=text/plain
Index: java-sdk-docs-1.6.0.10.ebuild
===================================================================
# Copyright 1999-2009 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.6.0.10.ebuild,v 1.1 2009/03/01 08:12:12 serkan Exp $
ORIG_NAME="jdk-6u10-docs.zip"
SRC_URI="jdk-6u10-docs.zip"
DESCRIPTION="Documentation (including API Javadocs) for Java SDK version ${PV}"
HOMEPAGE="http://java.sun.com/javase/6/docs/"
LICENSE="sun-j2sl-6"
SLOT="1.6.0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
RESTRICT="fetch"
DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u10-docs-oth-JPR@CDS-CDS_Developer"
S="${WORKDIR}/docs"
pkg_nofetch() {
einfo "Please download ${ORIG_NAME} from "
einfo "${DOWNLOAD_URL}"
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 for existing and new downloads."
einfo ""
einfo "If emerge fails because of a md5sum error it is possible that Sun"
einfo "has again changed the upstream release, try downloading the file"
einfo "again or a newer revision if available. Otherwise report this to"
einfo "http://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
}