summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2004-05-31 13:19:11 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2004-05-31 13:19:11 +0000
commit91b3a9d5718e8d3efc9333efef7ae445c36136ce (patch)
tree6026a188ad042d3d223cbb14c271f2b869e68c0d /dev-util
parentAdded fixes to stop compiling with JDKs <1.4.2; this has repoman complaining,... (diff)
downloadgentoo-2-91b3a9d5718e8d3efc9333efef7ae445c36136ce.tar.gz
gentoo-2-91b3a9d5718e8d3efc9333efef7ae445c36136ce.tar.bz2
gentoo-2-91b3a9d5718e8d3efc9333efef7ae445c36136ce.zip
Cleaned out old versions, should make Mr_Bones happy.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eclipse-sdk/ChangeLog7
-rw-r--r--dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild220
-rw-r--r--dev-util/eclipse-sdk/eclipse-sdk-2.1.2-r1.ebuild235
-rw-r--r--dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.11
-rw-r--r--dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.2-r11
-rw-r--r--dev-util/eclipse-sdk/files/eclipse50
-rw-r--r--dev-util/eclipse-sdk/files/eclipse.desktop9
7 files changed, 6 insertions, 517 deletions
diff --git a/dev-util/eclipse-sdk/ChangeLog b/dev-util/eclipse-sdk/ChangeLog
index 7cc6c4f87dea..7be3456daea5 100644
--- a/dev-util/eclipse-sdk/ChangeLog
+++ b/dev-util/eclipse-sdk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/eclipse-sdk
# Copyright 2003-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.31 2004/05/31 13:15:41 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.32 2004/05/31 13:19:11 karltk Exp $
+
+ 28 May 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
+ eclipse-sdk-2.1.1.ebuild, eclipse-sdk-2.1.2-r1.ebuild, files/eclipse,
+ files/eclipse.desktop: Removed these, as 2.1.3 appears more stable and
+ works on the same platforms.
28 May 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-3.0.0_pre9.ebuild, eclipse-sdk-3.0.0_pre8-r3.ebuild: Added check
diff --git a/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild b/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild
deleted file mode 100644
index 70152b4568ed..000000000000
--- a/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild
+++ /dev/null
@@ -1,220 +0,0 @@
-# Copyright 1999-2004 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-2.1.1.ebuild,v 1.4 2004/01/11 14:04:22 lanius Exp $
-
-DESCRIPTION="Eclipse Tools Platform"
-HOMEPAGE="http://www.eclipse.org/"
-SRC_URI=" http://download2.eclipse.org/downloads/drops/R-2.1.1-200306271545/eclipse-sourceBuild-srcIncluded-2.1.1.zip"
-IUSE="gtk motif gnome kde"
-
-SLOT="0"
-LICENSE="CPL-1.0"
-KEYWORDS="~x86 ~ppc ~sparc"
-
-DEPEND="${RDEPEND}
- >=dev-java/ant-1.5.3
- >=sys-apps/findutils-4.1.7
- >=app-shells/tcsh-6.11"
-
-# removed since the bin lives in /opt and this in /usr
-# !dev-util/eclipse-platform-bin
-# !dev-util/eclipse-jdt-bin
-# !dev-util/eclipse-cdt-bin"
-
-RDEPEND=">=virtual/jdk-1.3
- kde? ( kde-base/kde x11-libs/openmotif ) :
- ( gnome? ( =gnome-base/gnome-vfs-2* ) :
- ( motif? ( x11-libs/openmotif ) :
- ( >=x11-libs/gtk+-2.2.1-r1 ) ) )
- motif? ( x11-libs/openmotif )
- gnome? ( =gnome-base/gnome-vfs-2* )
- gtk? ( >=x11-libs/gtk+-2.2.1-r1 )"
-
-S=${WORKDIR}/eclipse
-
-src_compile() {
-
- # This ebuild is doing some slightly funky things since the
- # source tarball also contains all the binaries for eclipse. On
- # top of this, there are a ton of files that need to be merged
- # so instead of specifying all these files, we're instead
- # removing all the extra fluff from the source tree and then
- # merging it all over when we're done.
-
- # This ebuild will compile eclipse for gtk2, motif, and kde
- # toolkits depending on the use flags set. If all are set, the
- # default version linked to is the GTK2 version. When building
- # for KDE though, the motif version must be built with support
- # for KDE. Apparently the motif build also supports KDE when
- # this is done - I could be wrong though.
-
- gtk_launcher_src_dir="${WORKDIR}/plugins/platform-launcher/library/gtk"
- motif_launch_src_dir="${WORKDIR}/plugins/platform-launcher/library/motif"
- gtk_swt_src_dir=${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library
- motif_swt_src_dir=${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT\ PI/motif/library
-
- case $ARCH in
- sparc)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/solaris/sparc"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/solaris/sparc"
- ;;
- x86)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/linux/x86"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/linux/x86"
- ;;
- ppc)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/linux/ppc"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/linux/ppc"
- ;;
- esac
-
- use gtk && gtk=y
- use motif && motif=y
- use gnome && gnome=y gtk=y
- use kde && kde=y motif=y
-
- # force gtk to be the default if motif isn't selected
- if ! [ ${motif} = "y" ] ; then
- gtk=y
- fi
-
- cd ${WORKDIR}
-
- # First build all java code
-
- # this export is pulled from the build shellscript supplied by
- # eclipse. It fixes an outOfMemory exception during the ant build
- # process.
- export ANT_OPTS=-Xmx256m
-
- override_motif_target=
- if [ "${gtk}" = "y" ] ; then
- ant -buildfile build.xml -Dos=linux -Dws=gtk
- #only do a compile/install for motif... Don't do a buildDoc. This will save time...
- override_motif_target=compile install
- fi
- if [ "${motif}" = "y" ] ; then
- ant -buildfile ${override_motif_target} build.xml -Dos=linux -Dws=motif
- fi
-
- # remove all .so files shipped with the tarball
- find ${WORKDIR} -name '*.so' -exec rm -f {} \;
-
- # remove the eclipse binary copied from the ant build above.
- rm -f ${WORKDIR}/eclipse
-
-
- # I'm replacing these pkg-config lines since --libs for them
- # returns -pthread instead of -lpthread and remove the -Wl, since
- # ld doesn't know what to do with it.
-
- GNOME_LIB=`pkg-config --libs gnome-vfs-2.0 | sed -e "s:-pthread:-lpthread:" -e "s:-Wl,--export:--export:"`
- GTHREAD_LIB=`pkg-config --libs gthread-2.0 | sed -e "s:-pthread:-lpthread:"`
-
- # Build for the gtk toolkit
- if [ "${gtk}" = "y" ] ; then
- # Build the eclipse gtk binary
- cd ${WORKDIR}/plugins/platform-launcher/library/gtk
- tcsh build.csh -arch $ARCH || die
- mv eclipse ${WORKDIR}/eclipse-gtk
-
- cd "${gtk_swt_src_dir}"
- cp ${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT/common/library/* .
-
- cp make_gtk.mak make_gtk.mak.orig
- sed -e "s:/bluebird/teamswt/swt-builddir/ive:$JAVA_HOME:" \
- -e "s:JAVA_JNI=\$(IVE_HOME)/bin/include:JAVA_JNI=\$(IVE_HOME)/include:" \
- -e "s:\`pkg-config --libs gthread-2.0\`:${GTHREAD_LIB}:" \
- -e "s:\`pkg-config --libs gnome-vfs-2.0\`:${GNOME_LIB}:" \
- -e "s:-I\$(JAVA_JNI):-I\$(JAVA_JNI) -I\$(JAVA_JNI)/linux:" \
- make_gtk.mak.orig > make_gtk.mak
-
- make -f make_gtk.mak make_swt
- if [ "${gnome}" = "y" ] ; then
- make -f make_gtk.mak make_gnome
- fi
-
- # move the *.so files to the right path so eclipse can find them
- mkdir "${gtk_swt_dest_dir}"
- mv *.so "${gtk_swt_dest_dir}"
- make -f make_linux.mak clean #do a clean since everything is going to end up getting merged
- fi
-
- # Build for the motif toolkit
- if [ "${motif}" = "y" ] ; then
- # Build the eclipse motif binary
- cd ${WORKDIR}/plugins/platform-launcher/library/motif
- tcsh build.csh -arch $ARCH || die
- mv eclipse ${WORKDIR}/eclipse-motif
-
- cd "${motif_swt_src_dir}"
- cp ${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT/common/library/* .
-
- mv make_linux.mak make_linux.mak.orig
- sed -e "s:/bluebird/teamswt/swt-builddir/ive:$JAVA_HOME:" \
- -e "s:JAVA_JNI=\$(IVE_HOME)/bin/include:JAVA_JNI=\$(IVE_HOME)/include:" \
- -e "s:/bluebird/teamswt/swt-builddir/motif21:/usr/X11R6:" \
- -e "s:\`pkg-config --libs gthread-2.0\`:${GTHREAD_LIB}:" \
- -e "s:\`pkg-config --libs gnome-vfs-2.0\`:${GNOME_LIB}:" \
- -e "s:/usr/lib/qt3:/usr/qt/3:" \
- -e "s:-lkdecore:-L\`kde-config --prefix\`/lib -lkdecore:" \
- -e "s:-I/usr/include/kde:-I\`kde-config --prefix\`/include:" \
- -e "s:-I\$(JAVA_JNI):-I\$(JAVA_JNI) -I\$(JAVA_JNI)/linux:" \
- make_linux.mak.orig > make_linux.mak
-
- make -f make_linux.mak make_swt
- if [ "${gnome}" = "y" ] ; then
- make -f make_linux.mak make_gnome
- fi
- if [ "${kde}" = "y" ] ; then
- make -f make_linux.mak make_kde
- fi
-
- # move the *.so files to the right path so eclipse can find them
- mkdir "${motif_swt_dest_dir}"
- mv *.so "${motif_swt_dest_dir}"
- make -f make_linux.mak clean #do a clean since everything is going to end up getting merged
- fi
-
-
- # remove all the java files so we can install this.
- # there is no install target in build.xml for some reason and
- # we don't want all of these files merged.
- # also remove all the .project, .classpath and build.* files spread out all over the place
- find ${WORKDIR} -name '*.java' -exec rm -f {} \;
- find ${WORKDIR} -name '.classpath' -exec rm -f {} \;
- find ${WORKDIR} -name '.project' -exec rm -f {} \;
- find ${WORKDIR} -name 'build.*' -exec rm -f {} \;
-
-}
-
-src_install() {
- cd ${WORKDIR}
-
- exeinto /usr/bin
- doexe ${FILESDIR}/eclipse
-
- dodir /usr/lib/eclipse
- exeinto /usr/lib/eclipse
-
- if [ -f eclipse-gtk ] ; then
- doexe eclipse-gtk
- dosym /usr/lib/eclipse/eclipse-gtk /usr/lib/eclipse/eclipse
- fi
- if [ -f eclipse-motif ] ; then
- doexe eclipse-motif
- dosym /usr/bin/eclipse /usr/bin/eclipse-motif
- if ! [ -f eclipse-gtk ] ; then
- dosym /usr/lib/eclipse/eclipse-motif /usr/lib/eclipse/eclipse
- fi
- fi
-
- insinto /usr/lib/eclipse
- doins plugins/org.eclipse.platform/.eclipseproduct
-
- cp -dpR features icon.xpm plugins splash.bmp startup.jar \
- ${D}/usr/lib/eclipse/
-
- insinto /usr/share/gnome/apps/Development
- doins ${FILESDIR}/eclipse.desktop
-}
diff --git a/dev-util/eclipse-sdk/eclipse-sdk-2.1.2-r1.ebuild b/dev-util/eclipse-sdk/eclipse-sdk-2.1.2-r1.ebuild
deleted file mode 100644
index 643a9d2eb74b..000000000000
--- a/dev-util/eclipse-sdk/eclipse-sdk-2.1.2-r1.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2004 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-2.1.2-r1.ebuild,v 1.6 2004/04/25 21:33:37 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Eclipse Tools Platform"
-HOMEPAGE="http://www.eclipse.org/"
-SRC_URI="http://download2.eclipse.org/downloads/drops/R-2.1.2-200311030802/eclipse-sourceBuild-srcIncluded-2.1.2.zip"
-
-LICENSE="CPL-1.0"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
-IUSE="gtk motif gnome kde"
-
-# removed since the bin lives in /opt and this in /usr
-# !dev-util/eclipse-platform-bin
-# !dev-util/eclipse-jdt-bin
-# !dev-util/eclipse-cdt-bin"
-RDEPEND=">=virtual/jdk-1.3
- kde? ( kde-base/kde x11-libs/openmotif ) :
- ( gnome? ( =gnome-base/gnome-vfs-2* ) :
- ( motif? ( x11-libs/openmotif ) :
- ( >=x11-libs/gtk+-2.2.1-r1 ) ) )
- motif? ( x11-libs/openmotif )
- gnome? ( =gnome-base/gnome-vfs-2* )
- gtk? ( >=x11-libs/gtk+-2.4 )"
-DEPEND="${RDEPEND}
- >=dev-java/ant-1.5.3
- >=sys-apps/findutils-4.1.7
- >=app-shells/tcsh-6.11"
-
-S=${WORKDIR}/eclipse
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/00-refactor_rename.patch
-}
-
-src_compile() {
-
- # This ebuild is doing some slightly funky things since the
- # source tarball also contains all the binaries for eclipse. On
- # top of this, there are a ton of files that need to be merged
- # so instead of specifying all these files, we're instead
- # removing all the extra fluff from the source tree and then
- # merging it all over when we're done.
-
- # This ebuild will compile eclipse for gtk2, motif, and kde
- # toolkits depending on the use flags set. If all are set, the
- # default version linked to is the GTK2 version. When building
- # for KDE though, the motif version must be built with support
- # for KDE. Apparently the motif build also supports KDE when
- # this is done - I could be wrong though.
-
- if [ ! -z "`java-config --java-version | grep IBM`" ] ; then
- ANT_EXTRA_OPTS="-Dbootclasspath=`java-config --jdk-home`/jre/lib/core.jar"
- fi
-
- gtk_launcher_src_dir="${WORKDIR}/plugins/platform-launcher/library/gtk"
- motif_launch_src_dir="${WORKDIR}/plugins/platform-launcher/library/motif"
- gtk_swt_src_dir=${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library
- motif_swt_src_dir=${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT\ PI/motif/library
-
- case $ARCH in
- sparc)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/solaris/sparc"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/solaris/sparc"
- ;;
- x86)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/linux/x86"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/linux/x86"
- ;;
- ppc)
- gtk_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.gtk/os/linux/ppc"
- motif_swt_dest_dir="${WORKDIR}/plugins/org.eclipse.swt.motif/os/linux/ppc"
- ;;
- esac
-
- use gtk && gtk=y
- use motif && motif=y
- use gnome && gnome=y gtk=y
- use kde && kde=y motif=y
-
- # force gtk to be the default if motif isn't selected
- if ! [ ${motif} = "y" ] ; then
- gtk=y
- fi
-
- cd ${WORKDIR}
-
- # First build all java code
-
- # this export is pulled from the build shellscript supplied by
- # eclipse. It fixes an outOfMemory exception during the ant build
- # process.
- export ANT_OPTS=-Xmx256m
-
- override_motif_target=
- if [ "${gtk}" = "y" ] ; then
- einfo "Building GTK+ frontend"
- ant -buildfile build.xml -Dos=linux -Dws=gtk ${ANT_EXTRA_OPTS}
- #only do a compile/install for motif... Don't do a buildDoc. This will save time...
- override_motif_target=compile install
- fi
- if [ "${motif}" = "y" ] ; then
- einfo "Building Motif frontend"
- ant -buildfile ${override_motif_target} build.xml -Dos=linux -Dws=motif ${ANT_EXTRA_OPTS}
- fi
-
- # remove all .so files shipped with the tarball
- find ${WORKDIR} -name '*.so' -exec rm -f {} \;
-
- # remove the eclipse binary copied from the ant build above.
- rm -f ${WORKDIR}/eclipse
-
-
- # I'm replacing these pkg-config lines since --libs for them
- # returns -pthread instead of -lpthread and remove the -Wl, since
- # ld doesn't know what to do with it.
-
- GNOME_LIB=`pkg-config --libs gnome-vfs-2.0 | sed -e "s:-pthread:-lpthread:" -e "s:-Wl,--export:--export:"`
- GTHREAD_LIB=`pkg-config --libs gthread-2.0 | sed -e "s:-pthread:-lpthread:"`
-
- # Build for the gtk toolkit
- if [ "${gtk}" = "y" ] ; then
- # Build the eclipse gtk binary
- cd ${WORKDIR}/plugins/platform-launcher/library/gtk
- tcsh build.csh -arch $ARCH || die
- mv eclipse ${WORKDIR}/eclipse-gtk
-
- cd "${gtk_swt_src_dir}"
- cp ${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT/common/library/* .
-
- sed -e "s:/bluebird/teamswt/swt-builddir/ive:$JAVA_HOME:" \
- -e "s:JAVA_JNI=\$(IVE_HOME)/bin/include:JAVA_JNI=\$(IVE_HOME)/include:" \
- -e "s:\`pkg-config --libs gthread-2.0\`:${GTHREAD_LIB}:" \
- -e "s:\`pkg-config --libs gnome-vfs-2.0\`:${GNOME_LIB}:" \
- -e "s:-I\$(JAVA_JNI):-I\$(JAVA_JNI) -I\$(JAVA_JNI)/linux:" \
- -i make_gtk.mak
-
- # It appears that gtk+-2.4 which most everyone should be using by
- # now deprecates the use of combobox. But eclipse is apparently
- # still using this deprecation
- sed -e "s:#define GTK_DISABLE_DEPRECATED::g" -i swt.c
-
- make -f make_gtk.mak make_swt
- if [ "${gnome}" = "y" ] ; then
- make -f make_gtk.mak make_gnome
- fi
-
- # move the *.so files to the right path so eclipse can find them
- mkdir "${gtk_swt_dest_dir}"
- mv *.so "${gtk_swt_dest_dir}"
- make -f make_linux.mak clean #do a clean since everything is going to end up getting merged
- fi
-
- # Build for the motif toolkit
- if [ "${motif}" = "y" ] ; then
- # Build the eclipse motif binary
- cd ${WORKDIR}/plugins/platform-launcher/library/motif
- tcsh build.csh -arch $ARCH || die
- mv eclipse ${WORKDIR}/eclipse-motif
-
- cd "${motif_swt_src_dir}"
- cp ${WORKDIR}/plugins/org.eclipse.swt/Eclipse\ SWT/common/library/* .
-
- mv make_linux.mak make_linux.mak.orig
- sed -e "s:/bluebird/teamswt/swt-builddir/ive:$JAVA_HOME:" \
- -e "s:JAVA_JNI=\$(IVE_HOME)/bin/include:JAVA_JNI=\$(IVE_HOME)/include:" \
- -e "s:/bluebird/teamswt/swt-builddir/motif21:/usr/X11R6:" \
- -e "s:\`pkg-config --libs gthread-2.0\`:${GTHREAD_LIB}:" \
- -e "s:\`pkg-config --libs gnome-vfs-2.0\`:${GNOME_LIB}:" \
- -e "s:/usr/lib/qt3:/usr/qt/3:" \
- -e "s:-lkdecore:-L\`kde-config --prefix\`/lib -lkdecore:" \
- -e "s:-I/usr/include/kde:-I\`kde-config --prefix\`/include:" \
- -e "s:-I\$(JAVA_JNI):-I\$(JAVA_JNI) -I\$(JAVA_JNI)/linux:" \
- make_linux.mak.orig > make_linux.mak
-
- make -f make_linux.mak make_swt
- if [ "${gnome}" = "y" ] ; then
- make -f make_linux.mak make_gnome
- fi
- if [ "${kde}" = "y" ] ; then
- make -f make_linux.mak make_kde
- fi
-
- # move the *.so files to the right path so eclipse can find them
- mkdir "${motif_swt_dest_dir}"
- mv *.so "${motif_swt_dest_dir}"
- make -f make_linux.mak clean #do a clean since everything is going to end up getting merged
- fi
-
-
- # remove all the java files so we can install this.
- # there is no install target in build.xml for some reason and
- # we don't want all of these files merged.
- # also remove all the .project, .classpath and build.* files spread out all over the place
- find ${WORKDIR} -name '*.java' -exec rm -f {} \;
- find ${WORKDIR} -name '.classpath' -exec rm -f {} \;
- find ${WORKDIR} -name '.project' -exec rm -f {} \;
- find ${WORKDIR} -name 'build.*' -exec rm -f {} \;
-
-}
-
-src_install() {
- cd ${WORKDIR}
-
- exeinto /usr/bin
- doexe ${FILESDIR}/eclipse
-
- dodir /usr/lib/eclipse
- exeinto /usr/lib/eclipse
-
- if [ -f eclipse-gtk ] ; then
- doexe eclipse-gtk
- dosym /usr/lib/eclipse/eclipse-gtk /usr/lib/eclipse/eclipse
- fi
- if [ -f eclipse-motif ] ; then
- doexe eclipse-motif
- dosym /usr/bin/eclipse /usr/bin/eclipse-motif
- if ! [ -f eclipse-gtk ] ; then
- dosym /usr/lib/eclipse/eclipse-motif /usr/lib/eclipse/eclipse
- fi
- fi
-
- insinto /usr/lib/eclipse
- doins plugins/org.eclipse.platform/.eclipseproduct
-
- cp -dpR features icon.xpm plugins splash.bmp startup.jar \
- ${D}/usr/lib/eclipse/
-
- insinto /usr/share/gnome/apps/Development
- doins ${FILESDIR}/eclipse.desktop
-}
diff --git a/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.1 b/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.1
deleted file mode 100644
index 91890d063838..000000000000
--- a/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2abf34a1a7c520bb4ddfc839e94e85b eclipse-sourceBuild-srcIncluded-2.1.1.zip 45028415
diff --git a/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.2-r1 b/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.2-r1
deleted file mode 100644
index 7fcf57ff9d33..000000000000
--- a/dev-util/eclipse-sdk/files/digest-eclipse-sdk-2.1.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 24fc3bf3be3d3f3e306786ab7b13bcce eclipse-sourceBuild-srcIncluded-2.1.2.zip 45014406
diff --git a/dev-util/eclipse-sdk/files/eclipse b/dev-util/eclipse-sdk/files/eclipse
deleted file mode 100644
index 0a1d2165f58d..000000000000
--- a/dev-util/eclipse-sdk/files/eclipse
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-#
-# tiny eclipse wrapper script to allow per user workbenches
-# under each user's home.
-#
-# (c) March 2003 D. Seyffer <uid0@getroot.de>
-#
-
-ECLIPSE_DIR="/usr/lib/eclipse"
-if [ "`basename $0`" = "eclipse-motif" ] ; then
- ECLIPSE="${ECLIPSE_DIR}/eclipse-motif";
-else
- ECLIPSE="${ECLIPSE_DIR}/eclipse";
-fi
-WORKBENCH="${HOME}/.eclipse/"
-
-###################################################
-
-if [ ! -d ${ECLIPSE_DIR} ] ; then
- echo " Eclipse directory not found.";
- exit 1;
-else
- echo " Eclipse found.";
-fi
-
-
-if [ ! -x ${ECLIPSE} ] ; then
- echo " Eclipse executable not found or not executable.";
- exit 1;
-else
- echo " Executable found and is executable.";
-fi
-
-
-if [ ! -d ${WORKBENCH} ] ; then
- echo " No existing workbench for current user!";
- echo " First time startup? Will prepare and have eclipse create one...";
- mkdir -p ${WORKBENCH}
- if [ ! -d ${WORKBENCH} ] ; then
- echo " Error creating workbench env!";
- exit 1;
- fi
-else
- echo " Found existing workbench directory for current user.";
-fi
-
-echo " Starting Eclipse...";
-cd ${WORKBENCH}
-${ECLIPSE}
-
diff --git a/dev-util/eclipse-sdk/files/eclipse.desktop b/dev-util/eclipse-sdk/files/eclipse.desktop
deleted file mode 100644
index 837d6f3fdeb9..000000000000
--- a/dev-util/eclipse-sdk/files/eclipse.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Eclipse
-Comment=A Java Development Environment
-Icon=/usr/lib/eclipse/icon.xpm
-Exec=/usr/bin/eclipse
-Terminal=false
-Type=Application
-Categories=GNOME;Application;Development
-StartupNotify=true