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

Collapse All | Expand All

(-)eclipse-SDK-20021016.ebuild (-5 / +5 lines)
Lines 4-24 Link Here
4
4
5
DESCRIPTION="Eclipse Tools Platform"
5
DESCRIPTION="Eclipse Tools Platform"
6
HOMEPAGE="http://www.eclipse.org/"
6
HOMEPAGE="http://www.eclipse.org/"
7
SRC_URI="http://download.eclipse.org/downloads/drops/M-M20021016-200210161432/eclipse-SDK-M20021016-linux-gtk.zip"
7
SRC_URI="http://download.eclipse.org/downloads/drops/S-M4-200212181304/eclipse-SDK-M4-linux-gtk.zip"
8
8
9
SLOT="0"
9
SLOT="0"
10
LICENSE="CPL-1.0"
10
LICENSE="CPL-1.0"
11
KEYWORDS="~x86 -ppc ~sparc"
11
KEYWORDS="~x86 -ppc ~sparc"
12
12
13
DEPEND=">=virtual/jdk-1.2
13
DEPEND=">=virtual/jdk-1.3
14
	>=x11-libs/gtk+-2.0*"
14
	=x11-libs/gtk+-2*"
15
S=${WORKDIR}/eclipse
15
S=${WORKDIR}/eclipse
16
16
17
src_install() {
17
src_install() {
18
	dodir /opt/eclipse
18
	dodir /opt/eclipse
19
19
20
	cp -dpR features install.ini libXm.so.2 eclipse \
20
	cp -dpR features install.ini  eclipse \
21
		icon.xpm libXm.so libXm.so.2.1 plugins startup.jar \
21
		icon.xpm plugins startup.jar \
22
		${D}/opt/eclipse/
22
		${D}/opt/eclipse/
23
23
24
	dohtml cpl-v10.html notice.html readme/*
24
	dohtml cpl-v10.html notice.html readme/*

Return to bug 15172