Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 33897

Summary: Updated ebuild for eclipse-cdt-bin version 1.2
Product: Gentoo Linux Reporter: archan <archanp>
Component: New packagesAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED WONTFIX    
Severity: normal CC: archanp
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.eclipse.org/cdt/
Whiteboard:
Package list:
Runtime testing required: ---

Description archan 2003-11-19 22:52:57 UTC
The updated ebuild for eclipse-cdt-bin [version 1.2] is as follows -
/usr/local/portage/dev-utils/eclipse-cdt-bin/eclipse-cdt-bin-1.2.ebuild

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

S=${WORKDIR}/eclipse
DESCRIPTION="C/C++ Development Tools for Eclipse"
HOMEPAGE="http://www.eclipse.org"
SRC_URI="http://download.eclipse.org/tools/cdt/updates/release/dist/cdt-full-1.2-linux-gtk.zip"

SLOT="2"
LICENSE="CPL-1.0"
KEYWORDS="~x86 ~sparc"

#DEPEND=${RDEPEND}
#RDEPEND="dev-util/eclipse-sdk-bin"

src_install () {
        dodir /opt/eclipse/plugins
        dodir /opt/eclipse/features

        cp -dpR plugins/org.eclipse.cdt* ${D}/opt/eclipse/plugins/
        cp -dpR features/org.eclipse.cdt* ${D}/opt/eclipse/features/

        dohtml plugins/org.eclipse.cdt.core_1.2.0/about.html
}

---cut here---

** DEPEND and RDEPEND lines are commented out so that it works with
eclipse-sdk-bin-3.4M4 [Ref: http://bugs.gentoo.org/show_bug.cgi?id=33894]

Reproducible: Always
Steps to Reproduce:
1. ebuild
/usr/local/portage/dev-utils/eclipse-cdt-bin/eclipse-cdt-bin-1.2.ebuild dgest
2. emerge unmerge eclipse-cdt-bin
3. emerge /usr/local/portage/dev-utils/eclipse-cdt-bin/eclipse-cdt-bin-1.2.ebuild

Actual Results:  
eclipse-cdt-bin-1.2 is installed
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-11-28 06:03:15 UTC
Could you please modify your ebuild to build the package entirely from sources?

For reasons why, see http://dev.gentoo.org/~karltk/why-build-java-code.html

I am sorry that it taken us so long to get rid of the -bin packages for eclipse. I'll try to get a move on it, so that people don't spend time patching these old ebuilds any more.

Please reopen the bug with a new ebuild that builds the CDT entirely from sources.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-24 08:29:33 UTC
More info.
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-24 08:46:27 UTC
This has been superceded by #65358.