Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36472 - New eclipse-cdt-bin-2.0-r5.ebuild
Summary: New eclipse-cdt-bin-2.0-r5.ebuild
Status: RESOLVED DUPLICATE of bug 65358
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 36471
Blocks:
  Show dependency tree
 
Reported: 2003-12-25 00:50 UTC by archan
Modified: 2005-07-17 13:06 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-12-25 00:50:57 UTC
eclipse-cdt-bin-2.0-r5.ebuild installs 2.0M5 version of eclipse-cdt plugin. It works with eclipse-sdk-3.0-r5 / eclipse-sdk-3.0-r6

--cut here--
S=${WORKDIR}/eclipse
DESCRIPTION="C/C++ Development Tools for Eclipse"
HOMEPAGE="http://www.eclipse.org"
SRC_URI="http://download.eclipse.org/tools/cdt/downloads/2.0/M5/cdt-2.0M5-linux-gtk.zip"
SLOT="2"
LICENSE="CPL-1.0"
KEYWORDS="~x86"

DEPEND="=dev-util/eclipse-sdk-3.0*"

src_unpack() {
        mkdir ${S}
        cd ${S}
        unpack ${A}
}

src_install () {
        dodir /opt/eclipse-sdk-3.0/plugins
        dodir /opt/eclipse-sdk-3.0/features

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

        dohtml plugins/org.eclipse.cdt.core_2.0.0/about.html
}

--cut here--

Reproducible: Always
Steps to Reproduce:
1. ebuild eclipse-cdt-bin-2.0-r5.ebuild digest
2. emerge eclipse-cdt-bin-2.0-r5.ebuild
3.

Actual Results:  
eclipse-cdt plugin is installed 

Expected Results:  
eclipse-cdt plugin is installed
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-25 22:13:28 UTC
archan, please see the comment I made in the eclipse-sdk bug
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-04-29 18:35:20 UTC
Can this be upgraded to be a 'from-source' ebuild, where the entire contents of the CDT is compiled from scratch?

The 1.2.x CDT series have source drops, that should compile and work with eclipse-sdk-2.1.x.

The 2.x series do not. We may need to make CVS snapshots of them, unless there are better solutions?

Since the CDT is available through the built-in update feature, I do not see the immediate benefit of simply installing the binary drop from their site.

Oh, and of course, I am sorry this has taken so long, I've been busy with real life:(
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-24 08:30:29 UTC
More info.
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-24 08:31:41 UTC
We have an ebuild in the tree for testing (with some known issues) that (almost) works, so I'm arrogant and claiming this is a duplicate of #65358.

*** This bug has been marked as a duplicate of 65358 ***