public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Serkan Kaba (serkan)" <serkan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] 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	[thread overview]
Message-ID: <E1LdgmS-00066I-9E@stork.gentoo.org> (raw)

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@gentoo.org>
+  +java-sdk-docs-1.6.0.10.ebuild:
+  Version bump. Fixes bug #260690.
 
   20 May 2008; Vlastimil Babka <caster@gentoo.org>
   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
}






             reply	other threads:[~2009-03-01  8:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-01  8:12 Serkan Kaba (serkan) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-09  4:10 [gentoo-commits] gentoo-x86 commit in dev-java/java-sdk-docs: ChangeLog java-sdk-docs-1.6.0.10.ebuild Serkan Kaba (serkan)
2009-04-05 19:51 Markus Meier (maekke)
2009-04-24  1:41 Brent Baude (ranger)
2009-04-27  0:01 Brent Baude (ranger)
2010-01-03 20:49 Christian Faulhammer (fauli)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LdgmS-00066I-9E@stork.gentoo.org \
    --to=serkan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox