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

Collapse All | Expand All

(-)eclipse-platform-bin-2.0.2.ebuild (-7 / +5 lines)
Lines 5-27 Link Here
5
S=${WORKDIR}/eclipse
5
S=${WORKDIR}/eclipse
6
DESCRIPTION="Eclipse Tools Platform"
6
DESCRIPTION="Eclipse Tools Platform"
7
HOMEPAGE="http://www.eclipse.org"
7
HOMEPAGE="http://www.eclipse.org"
8
SRC_URI="http://download.eclipse.org/downloads/drops/R-2.0.2-200211071448/eclipse-platform-2.0.2-linux-gtk.zip"
8
SRC_URI="http://download.eclipse.org/downloads/drops/S-M4-200212181304/eclipse-platform-M4-linux-gtk.zip"
9
9
10
SLOT="2"
10
SLOT="2"
11
LICENSE="CPL-1.0"
11
LICENSE="CPL-1.0"
12
KEYWORDS="x86 sparc "
12
KEYWORDS="~x86 ~sparc"
13
IUSE=""
13
14
14
DEPEND=">=virtual/jdk-1.2
15
DEPEND=">=virtual/jdk-1.3
15
	=x11-libs/gtk+-2*"
16
	=x11-libs/gtk+-2*"
16
17
17
src_install () {
18
src_install () {
18
	dodir /opt/eclipse
19
	dodir /opt/eclipse
19
20
20
	cp -dpR features install.ini libXm* eclipse icon.xpm plugins startup.jar \
21
	cp -dpR eclipse icon.xpm install.ini startup.jar features plugins \
21
		${D}/opt/eclipse/
22
		${D}/opt/eclipse/
22
23
23
	dohtml cpl-v10.html notice.html readme/*
24
	dohtml cpl-v10.html notice.html readme/*
24
25
	dodir /etc/env.d
26
	echo "LDPATH=/opt/eclipse" > ${D}/etc/env.d/20eclipse
27
}
25
}

Return to bug 7634