diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-23 10:55:23 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-23 10:55:23 +0000 |
commit | 616037d92712688c480467b92ad69fc6e509acef (patch) | |
tree | 44bc3955ac1dd4df597fa4507483ae649af3e596 /dev-util/eclipse-SDK | |
parent | add new ebuild for patchutils-0.2.17, see bug 9475 (diff) | |
download | gentoo-2-616037d92712688c480467b92ad69fc6e509acef.tar.gz gentoo-2-616037d92712688c480467b92ad69fc6e509acef.tar.bz2 gentoo-2-616037d92712688c480467b92ad69fc6e509acef.zip |
version bump
Diffstat (limited to 'dev-util/eclipse-SDK')
-rw-r--r-- | dev-util/eclipse-SDK/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/eclipse-SDK-20021016.ebuild | 30 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/files/digest-eclipse-SDK-20021016 | 1 |
3 files changed, 38 insertions, 1 deletions
diff --git a/dev-util/eclipse-SDK/ChangeLog b/dev-util/eclipse-SDK/ChangeLog index 911030c13248..5ccc3ba9e2da 100644 --- a/dev-util/eclipse-SDK/ChangeLog +++ b/dev-util/eclipse-SDK/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/ChangeLog,v 1.2 2002/10/23 10:55:23 cybersystem Exp $ + +*eclipse-SDK-20021016 (23 Oct 2002) + + 23 Oct 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog: + + Version bump. Again thanks to Lim Swee Tat <st_lim@stlim.net>.. *eclipse-SDK-20020920 (21 Oct 2002) diff --git a/dev-util/eclipse-SDK/eclipse-SDK-20021016.ebuild b/dev-util/eclipse-SDK/eclipse-SDK-20021016.ebuild new file mode 100644 index 000000000000..5967b8d70cdf --- /dev/null +++ b/dev-util/eclipse-SDK/eclipse-SDK-20021016.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-20021016.ebuild,v 1.1 2002/10/23 10:55:23 cybersystem Exp $ + +S=${WORKDIR}/eclipse +DESCRIPTION="Eclipse Tools Platform" +HOMEPAGE="http://www.eclipse.org" +SRC_URI="http://download.eclipse.org/downloads/drops/M-M20021016-200210161432/eclipse-SDK-M20021016-linux-gtk.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\nROOTPATH=/opt/eclipse" > ${D}/etc/env.d/20eclipse +} + diff --git a/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20021016 b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20021016 new file mode 100644 index 000000000000..7ead36675824 --- /dev/null +++ b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20021016 @@ -0,0 +1 @@ +MD5 e0ed203fa62cdd2783961cda36d8c520 eclipse-SDK-M20021016-linux-gtk.zip 57010262 |