diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-26 09:29:03 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-26 09:29:03 +0000 |
commit | 07489ba7b171cb2b1abe59467f4a790b68c32839 (patch) | |
tree | 17042b5e8f8f48777e6e126326bbfb3b6032876f /dev-util | |
parent | Resolves #12175. (version bump) (diff) | |
download | gentoo-2-07489ba7b171cb2b1abe59467f4a790b68c32839.tar.gz gentoo-2-07489ba7b171cb2b1abe59467f4a790b68c32839.tar.bz2 gentoo-2-07489ba7b171cb2b1abe59467f4a790b68c32839.zip |
partly resolves bug #7634
Diffstat (limited to 'dev-util')
3 files changed, 40 insertions, 2 deletions
diff --git a/dev-util/eclipse-platform-bin/ChangeLog b/dev-util/eclipse-platform-bin/ChangeLog index 94387ac9b06b..c746b99152e0 100644 --- a/dev-util/eclipse-platform-bin/ChangeLog +++ b/dev-util/eclipse-platform-bin/ChangeLog @@ -1,11 +1,21 @@ # 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.3 2002/12/13 10:56:49 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-platform-bin/ChangeLog,v 1.4 2002/12/26 09:29:03 mkennedy Exp $ + +*eclipse-platform-bin-2.0.2 (26 Dec 2002) + + 26 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org> + eclipse-platform-bin-2.0.2.ebuild + files/digest-eclipse-platform-bin-2.0.2, ChangeLog : + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *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 : + 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.2.ebuild b/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.2.ebuild new file mode 100644 index 000000000000..c46fa33fdcd3 --- /dev/null +++ b/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.2.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.2.ebuild,v 1.1 2002/12/26 09:29:03 mkennedy Exp $ + +S=${WORKDIR}/eclipse +DESCRIPTION="Eclipse Tools Platform" +HOMEPAGE="http://www.eclipse.org" +SRC_URI="http://download.eclipse.org/downloads/drops/R-2.0.2-200211071448/eclipse-platform-2.0.2-linux-gtk.zip" + +SLOT="2" +LICENSE="CPL-1.0" +KEYWORDS="x86 sparc " + +DEPEND=">=virtual/jdk-1.2 + =x11-libs/gtk+-2*" + +src_install () { + dodir /opt/eclipse + + cp -dpR features install.ini libXm* eclipse icon.xpm 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.2 b/dev-util/eclipse-platform-bin/files/digest-eclipse-platform-bin-2.0.2 new file mode 100644 index 000000000000..1ce0b3990d12 --- /dev/null +++ b/dev-util/eclipse-platform-bin/files/digest-eclipse-platform-bin-2.0.2 @@ -0,0 +1 @@ +MD5 cd4dc246269790bfdce74c6924a2ba02 eclipse-platform-2.0.2-linux-gtk.zip 19853414 |