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-emf-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-emf-bin')
-rw-r--r-- | dev-util/eclipse-emf-bin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/Manifest | 12 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild | 34 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild | 4 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-2.0.1 | 1 |
5 files changed, 47 insertions, 14 deletions
diff --git a/dev-util/eclipse-emf-bin/ChangeLog b/dev-util/eclipse-emf-bin/ChangeLog index 7f980cfab2f6..8f38ac6093ff 100644 --- a/dev-util/eclipse-emf-bin/ChangeLog +++ b/dev-util/eclipse-emf-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/eclipse-emf-bin -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.4 2004/11/03 11:43:32 axxo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.5 2005/03/19 21:18:20 luckyduck Exp $ + +*eclipse-emf-bin-2.0.1 (19 Mar 2005) + + 19 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> + +eclipse-emf-bin-2.0.1.ebuild: + new upstream version, fixes #84546 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> eclipse-emf-bin-200403250631.ebuild: diff --git a/dev-util/eclipse-emf-bin/Manifest b/dev-util/eclipse-emf-bin/Manifest index 75f30c913eb7..be5411e07faf 100644 --- a/dev-util/eclipse-emf-bin/Manifest +++ b/dev-util/eclipse-emf-bin/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a8ca5c4ac6714114c51bf5441baa96ca eclipse-emf-bin-200403250631.ebuild 944 MD5 a681485c22e2b7542d75a74a726c8dc2 ChangeLog 620 MD5 3752b9c7955e5e920a6271e8448ace90 metadata.xml 806 +MD5 2122121689f0eb61b93629de881a49d6 eclipse-emf-bin-2.0.1.ebuild 937 MD5 6f8b332c301e2b5d3ed4a4ca3df35f87 files/digest-eclipse-emf-bin-200403250631 75 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBiMRq/rLF9B432nYRAmpWAJ9x85wpQnPOH7aT3h1KA02jk0/93wCeNIqW -dQv5wv7aVtxPfs6lzJ3GARY= -=E72B ------END PGP SIGNATURE----- +MD5 fa281466e024b7756c7acf2b7fa504f1 files/digest-eclipse-emf-bin-2.0.1 71 diff --git a/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild b/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild new file mode 100644 index 000000000000..e7eee28a0f84 --- /dev/null +++ b/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild,v 1.1 2005/03/19 21:18:20 luckyduck Exp $ + +inherit eclipse-ext + +DESCRIPTION="EMF is a modeling framework and code generation facility for building tools and other applications based on a structured data model." +HOMEPAGE="http://www.eclipse.org/emf/" +SRC_URI="http://download.eclipse.org/tools/emf/downloads/drops/2.0.1/R200409171617/emf-sdo-runtime-2.0.1.zip" +LICENSE="CPL-1.0" +SLOT="2" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=dev-util/eclipse-sdk-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 features/* + eclipse-ext_install-plugins plugins/* +} diff --git a/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild b/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild index 0db76c58d479..92450d91a6a1 100644 --- a/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild +++ b/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.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-emf-bin/eclipse-emf-bin-200403250631.ebuild,v 1.4 2004/11/03 11:43:32 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild,v 1.5 2005/03/19 21:18:20 luckyduck Exp $ inherit eclipse-ext diff --git a/dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-2.0.1 b/dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-2.0.1 new file mode 100644 index 000000000000..3945861cd56d --- /dev/null +++ b/dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-2.0.1 @@ -0,0 +1 @@ +MD5 ef9c406fac811e8a7c7e75ee9cb73859 emf-sdo-runtime-2.0.1.zip 2861381 |