diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:03:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:03:35 +0000 |
commit | de5dfcc3c980b402a0b70bd668a7bcca0a913945 (patch) | |
tree | e953b99bfdcea962eed5996ece1f8f1e1e6e710f /dev-util/eclipse-SDK | |
parent | Removed RDEPEND="${DEPEND}" (diff) | |
download | historical-de5dfcc3c980b402a0b70bd668a7bcca0a913945.tar.gz historical-de5dfcc3c980b402a0b70bd668a7bcca0a913945.tar.bz2 historical-de5dfcc3c980b402a0b70bd668a7bcca0a913945.zip |
Removed RDEPEND="${DEPEND}"
Diffstat (limited to 'dev-util/eclipse-SDK')
-rw-r--r-- | dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild b/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild index f7ff264c58b3..ac562535bc2e 100644 --- a/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild +++ b/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild,v 1.1 2002/10/21 11:51:59 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild,v 1.2 2002/11/06 15:03:35 vapier Exp $ -S=${WORKDIR}/eclipse DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://64.38.198.171/downloads/drops/S-M1-200209201351/eclipse-SDK-I20020920-linux-gtk.zip" @@ -14,9 +13,9 @@ KEYWORDS="~x86 ~ppc" DEPEND=">=virtual/jdk-1.2 =x11-libs/gtk+-2.0*" -RDEPEND="${DEPEND}" +S=${WORKDIR}/eclipse -src_install () { +src_install() { dodir /opt/eclipse cp -dpR features install.ini libXm.so.2 eclipse \ |