diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-06-03 11:58:28 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-06-03 11:58:28 +0000 |
commit | d17a4ac8547fc89e25c790cad91997631503b327 (patch) | |
tree | c0cfea68d213d48b6df26d957d32248b52572d56 /dev-util/eclipse-ve-bin | |
parent | Removed old version (Manifest recommit) (diff) | |
download | gentoo-2-d17a4ac8547fc89e25c790cad91997631503b327.tar.gz gentoo-2-d17a4ac8547fc89e25c790cad91997631503b327.tar.bz2 gentoo-2-d17a4ac8547fc89e25c790cad91997631503b327.zip |
Initial import. Fixes #50005.
Diffstat (limited to 'dev-util/eclipse-ve-bin')
-rw-r--r-- | dev-util/eclipse-ve-bin/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/Manifest | 4 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild | 34 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 | 1 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/metadata.xml | 13 |
5 files changed, 61 insertions, 0 deletions
diff --git a/dev-util/eclipse-ve-bin/ChangeLog b/dev-util/eclipse-ve-bin/ChangeLog new file mode 100644 index 000000000000..11629e5105ec --- /dev/null +++ b/dev-util/eclipse-ve-bin/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/eclipse-ve-bin +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed unde the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.1 2004/06/03 11:58:28 karltk Exp $ + +*eclipse-ve-bin-1.0_rc1 (01 Jun 2004) + + 01 Jun 2004; Karl Trygve Kalleberg <karltk@gentoo.org> eclipse-ve-bin-1.0_rc1.ebuild: + Initial import. Ebuild submitted by Kai Zimmermann <zimmermann79@gmx.de>, with + some modifications by myself to use the eclipse-ext eclass. diff --git a/dev-util/eclipse-ve-bin/Manifest b/dev-util/eclipse-ve-bin/Manifest new file mode 100644 index 000000000000..06590a2e83ea --- /dev/null +++ b/dev-util/eclipse-ve-bin/Manifest @@ -0,0 +1,4 @@ +MD5 e7451e91362cb63f45250eed5b95f435 eclipse-ve-bin-1.0_rc1.ebuild 806 +MD5 4c4c9a63b7b79bba43faaecd95bf4c2b ChangeLog 304 +MD5 0637a933ecb6e8cedfc4ddfcf3491728 metadata.xml 310 +MD5 6b94fee9902ad1f933156392a4a686c7 files/digest-eclipse-ve-bin-1.0_rc1 66 diff --git a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild new file mode 100644 index 000000000000..566f98ffeee4 --- /dev/null +++ b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild,v 1.1 2004/06/03 11:58:28 karltk Exp $ + +inherit eclipse-ext + +DESCRIPTION="The Eclipse Visual Editor provides GUI builders for Eclipse." +HOMEPAGE="http://www.eclipse.org/vep/" +SRC_URI="http://download.eclipse.org/tools/ve/downloads/drops/S-1.0M1-200405031421/VE-runtime-1.0M1.zip" +SLOT="2" +LICENSE="CPL-1.0" +KEYWORDS="~x86" +DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 + >=dev-util/eclipse-emf-bin-200403250631 + >=dev-util/eclipse-gef-bin-20040330" + +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/* +} diff --git a/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 new file mode 100644 index 000000000000..6dcae0bc1d66 --- /dev/null +++ b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 @@ -0,0 +1 @@ +MD5 856b91ce795666bc8ce71c7feaee15e4 VE-runtime-1.0M1.zip 5878279 diff --git a/dev-util/eclipse-ve-bin/metadata.xml b/dev-util/eclipse-ve-bin/metadata.xml new file mode 100644 index 000000000000..2b61b92622af --- /dev/null +++ b/dev-util/eclipse-ve-bin/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>java</herd> +<longdescription> +The Eclipse Visual Editor project is a framework for creating GUI builders for +Eclipse. It will include reference implementations of Swing/JFC and SWT GUI +builders, but intends to be useful for creating GUI builders for other languages +such as C/C++ and alternate widget sets, including those that are not supported +under Java. +</longdescription> +</pkgmetadata> |