Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24274 | Differences between
and this patch

Collapse All | Expand All

(-)java-sdk-docs-1.4.1.ebuild (-8 / +5 lines)
Lines 2-23 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.4.1.ebuild,v 1.6 2003/06/12 20:30:36 msterret Exp $
3
# $Header: /home/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.4.1.ebuild,v 1.6 2003/06/12 20:30:36 msterret Exp $
4
4
5
At="j2sdk-1_4_1-doc.zip"
6
S="${WORKDIR}/docs"
5
S="${WORKDIR}/docs"
7
SRC_URI=""
6
SRC_URI="j2sdk-1_4_1-doc.zip"
8
DESCRIPTION="Javadoc for Java SDK version 1.4.1"
7
DESCRIPTION="Javadoc for Java SDK version 1.4.1"
9
HOMEPAGE="http://java.sun.com/j2se/1.4.1/download.html"
8
HOMEPAGE="http://java.sun.com/j2se/1.4.1/download.html"
10
LICENSE="sun-j2sl"
9
LICENSE="sun-j2sl"
11
SLOT="1.4.1"
10
SLOT="1.4.1"
12
KEYWORDS="x86 ~ppc sparc "
11
KEYWORDS="x86 ~ppc sparc "
12
RESTRICT="fetch"
13
13
14
DEPEND="app-arch/unzip"
14
DEPEND="app-arch/unzip"
15
	
15
16
src_unpack() {
16
pkg_nofetch() {
17
	if [ ! -f ${DISTDIR}/${At} ] ; then
17
	einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}"
18
		die "Please download ${At} from ${HOMEPAGE} and move it to ${DISTDIR}"
19
	fi
20
	unpack ${At} || die
21
}
18
}
22
19
23
src_install(){
20
src_install(){

Return to bug 24274