diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-07 18:01:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-07 18:01:27 +0000 |
commit | bf5d54100e4a97c2b127c88845e7dce88339e683 (patch) | |
tree | 9b7338c06f2fd78535e3128a0daf767651a4a18e /dev-util | |
parent | Added hppa to keywords. (diff) | |
download | historical-bf5d54100e4a97c2b127c88845e7dce88339e683.tar.gz historical-bf5d54100e4a97c2b127c88845e7dce88339e683.tar.bz2 historical-bf5d54100e4a97c2b127c88845e7dce88339e683.zip |
fixes progress bar hang problem
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/eclipse-SDK/ChangeLog | 11 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/eclipse-SDK-20030203_pre4.ebuild | 29 | ||||
-rw-r--r-- | dev-util/eclipse-SDK/files/digest-eclipse-SDK-20030203_pre4 | 1 |
3 files changed, 40 insertions, 1 deletions
diff --git a/dev-util/eclipse-SDK/ChangeLog b/dev-util/eclipse-SDK/ChangeLog index c2bff0fa24ee..c1d11daf873b 100644 --- a/dev-util/eclipse-SDK/ChangeLog +++ b/dev-util/eclipse-SDK/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-util/eclipse-SDK # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/ChangeLog,v 1.5 2003/01/05 22:23:07 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-SDK/ChangeLog,v 1.6 2003/02/07 18:01:27 mkennedy Exp $ + + +*eclipse-SDK-20030207 (07 Feb 2003) + + 07 Feb 2003; eclipse-SDK-20030203_pre4.ebuild, + files/digest-eclipse-SDK-20030203_pre4, ChangeLog: + + Patch contributed by Moritz Angermann <moritz.angermann@gmx.net> of bug + #15172 fame. Resolves bugs 15172, 13894. *eclipse-SDK-20021016 (05 Jan 2003) 05 Jan 2003; Rodney Rees <manson@gentoo.org>l; diff --git a/dev-util/eclipse-SDK/eclipse-SDK-20030203_pre4.ebuild b/dev-util/eclipse-SDK/eclipse-SDK-20030203_pre4.ebuild new file mode 100644 index 000000000000..ffd2c133dd9c --- /dev/null +++ b/dev-util/eclipse-SDK/eclipse-SDK-20030203_pre4.ebuild @@ -0,0 +1,29 @@ +# 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-20030203_pre4.ebuild,v 1.1 2003/02/07 18:01:27 mkennedy Exp $ + +DESCRIPTION="Eclipse Tools Platform" +HOMEPAGE="http://www.eclipse.org/" +SRC_URI="http://download.eclipse.org/downloads/drops/S-M4-200212181304/eclipse-SDK-M4-linux-gtk.zip" +IUSE="" + +SLOT="0" +LICENSE="CPL-1.0" +KEYWORDS="~x86 -ppc ~sparc" + +DEPEND=">=virtual/jdk-1.3 + =x11-libs/gtk+-2*" +S=${WORKDIR}/eclipse + +src_install() { + dodir /opt/eclipse + + cp -dpR features install.ini eclipse \ + icon.xpm 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-20030203_pre4 b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20030203_pre4 new file mode 100644 index 000000000000..c80b16af5b68 --- /dev/null +++ b/dev-util/eclipse-SDK/files/digest-eclipse-SDK-20030203_pre4 @@ -0,0 +1 @@ +MD5 d6ff9691db0478ab855466a6cbfd1293 eclipse-SDK-M4-linux-gtk.zip 65664008 |