Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59934 - new ebuild proposed for eclipse-gef
Summary: new ebuild proposed for eclipse-gef
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-10 01:53 UTC by Fernando Usero
Modified: 2004-08-22 05:20 UTC (History)
0 users

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 Fernando Usero 2004-08-10 01:53:14 UTC
the software proposed in #59907 (eclipse visual editor) doesn't show the visual editor unless you use and updated version of eclipse-gef, for which i propose the ebuild eclipse-gef-bin-20040619.ebuild:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild,v 1.3 2004/07/14 23:23:25 agriffis Exp $

inherit eclipse-ext

DESCRIPTION="The Graphical Editing Framework (GEF) allows developers to take an existing application model and easily create a rich graphical editor."
HOMEPAGE="http://www.eclipse.org/gef/"
SRC_URI="http://download.eclipse.org/tools/gef/downloads/drops/S-3.0RC3-200406191500/GEF-runtime-I20040619.zip"
SLOT="0"
LICENSE="CPL-1.0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8"

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

src_compile() {
        einfo "${P} is a binary package"
}


src_install () {
        eclipse-ext_require-slot 3

        eclipse-ext_create-ext-layout binary

        eclipse-ext_install-features eclipse/features/*
        eclipse-ext_install-plugins eclipse/plugins/*
}

this ebuild merges and works fine in a x86 platform.
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-08-22 05:20:54 UTC
Fixed. Available for testing on x86 as dev-util/eclipse-gef-bin-20040619.