Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33916 - New ebuild of eclipse-sdk-bin-2.1.2
Summary: New ebuild of eclipse-sdk-bin-2.1.2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 03:44 UTC by archan
Modified: 2003-12-04 00:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description archan 2003-11-20 03:44:51 UTC
I have upgraded the existing version of ebuild of eclipse-sdk-bin to 2.1.2 and
cleaned up the gnome binding. Also, there is no need of ppc code as this binary
version is officially released for x86

eclipse-sdk-bin-2.1.2

---cut here---

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="Eclipse Tools Platform, full binary"
HOMEPAGE="http://www.eclipse.org/"
#SRC_URI="http://download2.eclipse.org/downloads/drops/R-2.1.2-200311030802/eclipse-SDK-2.1.2-linux-gtk.zip"
#Japan mirror is near to me ;-)
SRC_URI="ftp://ftp.ring.gr.jp/pub/misc/eclipse/downloads/drops/R-2.1.2-200311030802/eclipse-SDK-2.1.2-linux-gtk.zip"
IUSE=""

SLOT="0"
LICENSE="CPL-1.0"
KEYWORDS="~x86"

DEPEND="${RDEPEND}"
RDEPEND=">=virtual/jdk-1.4*
    >=x11-libs/gtk+-2.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
}

---cut here---

This can be used along with eclipse-cdt-bin/eclipse-cdt-bin-1.2.ebuild [Ref:
http://bugs.gentoo.org/show_bug.cgi?id=33897]

Reproducible: Always
Steps to Reproduce:
1. ebuild
/usr/local/portage/dev-utils/eclipse-sdk-bin/eclipse-sdk-bin-2.1.2.ebuild digest
2. emerge /usr/local/portage/dev-utils/eclipse-sdk-bin/eclipse-sdk-bin-2.1.2.ebuild


Actual Results:  
eclipse-sdk-bin-2.1.2 is installed

Expected Results:  
eclipse-sdk-bin-2.1.2 is installed
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-12-04 00:28:44 UTC
Thanks for your contribuion. However, we've decomissioned dev-util/eclipse-sdk-bin in favour of dev-util/eclipse-sdk, the latest of which is -2.1.2 at the present moment. 

Please help us by upgrading to and testing the new version.