diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
commit | 94664f88fa7d8fd2a54d10deb00e477b9cb69c7f (patch) | |
tree | 3328adfc2f0855af26df342b45a16338b10c7af5 /dev-util/eclipse-platform-bin | |
parent | Version bump. NOTE: This version only works with gcc-2.x... not (diff) | |
download | gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.tar.gz gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.tar.bz2 gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.zip |
Eclipse Tools Platform with selected extensions."
Diffstat (limited to 'dev-util/eclipse-platform-bin')
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-util/eclipse-platform-bin/ChangeLog b/dev-util/eclipse-platform-bin/ChangeLog new file mode 100644 index 000000000000..cce2b55bae0e --- /dev/null +++ b/dev-util/eclipse-platform-bin/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/eclipse-platform-bin +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-platform-bin/ChangeLog,v 1.1 2002/07/13 23:59:04 karltk Exp $ + +*eclipse-platform-bin-2.0 (14 Jul 2002) + + 14 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> eclipse-platform-bin-2.0.ebuild files/digest-eclipse-platform-bin-2.0 : + + Initial import. diff --git a/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.ebuild b/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.ebuild new file mode 100644 index 000000000000..834a7aa18a26 --- /dev/null +++ b/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.ebuild @@ -0,0 +1,27 @@ +# 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-platform-bin/eclipse-platform-bin-2.0.ebuild,v 1.1 2002/07/13 23:59:04 karltk Exp $ + +DESCRIPTION="Eclipse Tools Platform" +HOMEPAGE="http://www.eclipse.org" +SRC_URI="http://64.38.198.171/downloads/drops/R-2.0-200206271835/eclipse-platform-2.0-linux-gtk.zip" +LICENSE="CPL-1.0" +SLOT="2" +KEYWORDS="x86" +DEPEND=">=virtual/jdk-1.2 + =x11-libs/gtk+-2.0*" +RDEPEND="$DEPEND" +S=${WORKDIR}/eclipse + +src_install () { + dodir /opt/eclipse + + cp -dpR features install.ini libXm.so.2 eclipse \ + icon.xpm libXm.so libXm.so.2.1 plugins startup.jar \ + ${D}/opt/eclipse/ + + dohtml cpl-v10.html notice.html readme/* + + dodir /etc/env.d + echo "LDPATH=/opt/eclipse" > ${D}/etc/env.d/20eclipse +} diff --git a/dev-util/eclipse-platform-bin/files/digest-eclipse-platform-bin-2.0 b/dev-util/eclipse-platform-bin/files/digest-eclipse-platform-bin-2.0 new file mode 100644 index 000000000000..d97e5f94528f --- /dev/null +++ b/dev-util/eclipse-platform-bin/files/digest-eclipse-platform-bin-2.0 @@ -0,0 +1 @@ +MD5 03d3e60ea817a4350cdb69211a850e88 eclipse-platform-2.0-linux-gtk.zip 19501090 |