diff options
author | 2002-07-23 11:22:19 +0000 | |
---|---|---|
committer | 2002-07-23 11:22:19 +0000 | |
commit | da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch) | |
tree | 7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/eclipse-cdt-bin | |
parent | repoman'd (diff) | |
download | gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2 gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip |
repoman'd
Diffstat (limited to 'dev-util/eclipse-cdt-bin')
-rw-r--r-- | dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild b/dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild index 3c0be59aaaf1..a83866108729 100644 --- a/dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild +++ b/dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild @@ -1,16 +1,18 @@ # 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-cdt-bin/eclipse-cdt-bin-20020704.ebuild,v 1.2 2002/07/14 05:49:26 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-cdt-bin/eclipse-cdt-bin-20020704.ebuild,v 1.3 2002/07/23 11:22:17 seemant Exp $ +S=${WORKDIR}/eclipse DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://download.eclipse.org/tools/cdt/downloads/cdt/20020704-CDT-initial.zip" -LICENSE="CPL-1.0" + SLOT="2" +LICENSE="CPL-1.0" KEYWORDS="x86" + DEPEND="=dev-util/eclipse-platform-bin-2.0*" -RDEPEND="$DEPEND" -S=${WORKDIR}/eclipse +RDEPEND="${DEPEND}" src_unpack() { mkdir ${S} |