| Summary: | New eclipse-cdt-bin-2.0-r5.ebuild | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | archan <archanp> |
| Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | archanp |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 36471 | ||
| Bug Blocks: | |||
archan, please see the comment I made in the eclipse-sdk bug 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:( More info. |
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