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-jdt-bin-2.0.2.ebuild (-4 / +5 lines)
Lines 3-17 Link Here
3
# $Header: /home/cvsroot/gentoo-x86/dev-util/eclipse-jdt-bin/eclipse-jdt-bin-2.0.2.ebuild,v 1.1 2002/12/26 09:37:51 mkennedy Exp $
3
# $Header: /home/cvsroot/gentoo-x86/dev-util/eclipse-jdt-bin/eclipse-jdt-bin-2.0.2.ebuild,v 1.1 2002/12/26 09:37:51 mkennedy Exp $
4
4
5
S=${WORKDIR}/eclipse
5
S=${WORKDIR}/eclipse
6
DESCRIPTION="Eclipse Tools Platform"
6
DESCRIPTION="Eclipse Java Development Tools"
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-JDT-2.0.2.zip"
8
SRC_URI="http://download.eclipse.org/downloads/drops/S-M4-200212181304/eclipse-JDT-M4.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="=dev-util/eclipse-platform-bin-2.0*"
15
DEPEND="=dev-util/eclipse-platform-bin-2.1*"
15
16
16
src_install () {
17
src_install () {
17
	dodir /opt/eclipse
18
	dodir /opt/eclipse

Return to bug 7634