diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-19 21:20:20 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-19 21:20:20 +0000 |
commit | ee54cecadbbcc3322a9f611c192317c917037bf2 (patch) | |
tree | 2838612ed64acc82aa97b4662d659395e05ff0cd /dev-util/eclipse-ve-bin | |
parent | stable on amd64 (diff) | |
download | gentoo-2-ee54cecadbbcc3322a9f611c192317c917037bf2.tar.gz gentoo-2-ee54cecadbbcc3322a9f611c192317c917037bf2.tar.bz2 gentoo-2-ee54cecadbbcc3322a9f611c192317c917037bf2.zip |
new upstream version, see #84546
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/eclipse-ve-bin')
-rw-r--r-- | dev-util/eclipse-ve-bin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/Manifest | 12 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0.2.ebuild | 36 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0.2 | 1 |
6 files changed, 51 insertions, 16 deletions
diff --git a/dev-util/eclipse-ve-bin/ChangeLog b/dev-util/eclipse-ve-bin/ChangeLog index 5870da65d558..94afe0dc2972 100644 --- a/dev-util/eclipse-ve-bin/ChangeLog +++ b/dev-util/eclipse-ve-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/eclipse-ve-bin -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.5 2004/11/03 11:45:34 axxo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.6 2005/03/19 21:20:20 luckyduck Exp $ + +*eclipse-ve-bin-1.0.2 (19 Mar 2005) + + 19 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> + +eclipse-ve-bin-1.0.2.ebuild: + new upstream version, see #84546 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> eclipse-ve-bin-1.0_rc1.ebuild, eclipse-ve-bin-1.0_rc2.ebuild: diff --git a/dev-util/eclipse-ve-bin/Manifest b/dev-util/eclipse-ve-bin/Manifest index 340062b80ec5..5d53835e7864 100644 --- a/dev-util/eclipse-ve-bin/Manifest +++ b/dev-util/eclipse-ve-bin/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 2925fe4f902c08d386effbe98495ff24 eclipse-ve-bin-1.0_rc2.ebuild 949 MD5 791f8320a3e835539dc26702ea073745 eclipse-ve-bin-1.0_rc1.ebuild 951 MD5 8ddc61b6b70fd5b917277f9125481d99 ChangeLog 796 MD5 5d570fc39697cf3e8a12d5e55fda9036 metadata.xml 524 +MD5 ac1d65b5507aef450f886b8b7f63b0bf eclipse-ve-bin-1.0.2.ebuild 935 MD5 6b94fee9902ad1f933156392a4a686c7 files/digest-eclipse-ve-bin-1.0_rc1 66 MD5 a6782d3e24be4f3feca1ed07fc6cabed files/digest-eclipse-ve-bin-1.0_rc2 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBiMTk/rLF9B432nYRAsb4AJ44sJFylblzrJfGtigzKVBu49NbKgCgo7Hp -UkTfQ3P4T7RLaL/g6anf59U= -=zRJu ------END PGP SIGNATURE----- +MD5 588279a6a5ffd08b44eda74f99e75b89 files/digest-eclipse-ve-bin-1.0.2 66 diff --git a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0.2.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0.2.ebuild new file mode 100644 index 000000000000..212d92a53f66 --- /dev/null +++ b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# 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.2.ebuild,v 1.1 2005/03/19 21:20:20 luckyduck 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/R-1.0.2-200412091401/VE-runtime-1.0.2.zip" +SLOT="2" +LICENSE="CPL-1.0" +KEYWORDS="-* ~x86" +IUSE="" +DEPEND=">=dev-util/eclipse-sdk-3.0.1 + =dev-util/eclipse-emf-bin-2.0.1 + =dev-util/eclipse-gef-bin-3.0.1 + app-arch/unzip" + +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/eclipse-ve-bin-1.0_rc1.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild index 1d69e2b234f0..611cc2b6ee0a 100644 --- 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 @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.4 2004/11/03 11:45:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild,v 1.5 2005/03/19 21:20:20 luckyduck Exp $ inherit eclipse-ext diff --git a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild index 1010d8c98849..56cbd08e68db 100644 --- a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild +++ b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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_rc2.ebuild,v 1.2 2004/11/03 11:45:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild,v 1.3 2005/03/19 21:20:20 luckyduck Exp $ inherit eclipse-ext diff --git a/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0.2 b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0.2 new file mode 100644 index 000000000000..ca9336c0a68e --- /dev/null +++ b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0.2 @@ -0,0 +1 @@ +MD5 5be9132cb2f669fc088a08966c508c85 VE-runtime-1.0.2.zip 6267626 |