diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-21 11:51:59 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-21 11:51:59 +0000 |
commit | fcc22f5fd52240fd67c7bdfcc73db23222dcdbcc (patch) | |
tree | b811b257bcb788daa0327a4d8e19af3e1dd2cda1 /dev-util | |
parent | added license Common Public License 1.0 (diff) | |
download | gentoo-2-fcc22f5fd52240fd67c7bdfcc73db23222dcdbcc.tar.gz gentoo-2-fcc22f5fd52240fd67c7bdfcc73db23222dcdbcc.tar.bz2 gentoo-2-fcc22f5fd52240fd67c7bdfcc73db23222dcdbcc.zip |
added package eclipse-SDK
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/eclipse-SDK/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild | 30 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/files/digest-eclipse-SDK-20020920 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-util/eclipse-SDK/ChangeLog b/dev-util/eclipse-SDK/ChangeLog new file mode 100644 index 000000000000..911030c13248 --- /dev/null +++ b/dev-util/eclipse-SDK/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-utils/eclipse-SDK +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/ChangeLog,v 1.1 2002/10/21 11:51:59 cybersystem Exp $ + +*eclipse-SDK-20020920 (21 Oct 2002) + + 21 Oct 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog: + + Initial version in portage now. + Thanks to Lim Swee Tat <st_lim@stlim.net>.. diff --git a/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild b/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild new file mode 100644 index 000000000000..f7ff264c58b3 --- /dev/null +++ b/dev-util/eclipse-SDK/eclipse-SDK-20020920.ebuild @@ -0,0 +1,30 @@ +# 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 $ + +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" +#SRC_URI="http://64.38.198.171/downloads/drops/S-M1-200209201351/eclipse-SDK-I20020920-linux-motif.zip" + +SLOT="0" +LICENSE="CPL-1.0" +KEYWORDS="~x86 ~ppc" + +DEPEND=">=virtual/jdk-1.2 + =x11-libs/gtk+-2.0*" +RDEPEND="${DEPEND}" + +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 -e "LDPATH=/opt/eclipse\nPATH=/opt/eclipse" > ${D}/etc/env.d/20eclipse +} diff --git a/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20020920 b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20020920 new file mode 100644 index 000000000000..b659ae2a6ef1 --- /dev/null +++ b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20020920 @@ -0,0 +1 @@ +MD5 eb1ae631a9b05ef6f212401a6e3eb768 eclipse-SDK-I20020920-linux-gtk.zip 60089303 |