diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-13 18:15:04 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-13 18:15:04 +0000 |
commit | 07529c3a90a98e14308f1b5006b1ab1a00710600 (patch) | |
tree | 3d451c06161710c354696faa3b02ba0fb20b9cca | |
parent | repoman commit (diff) | |
download | historical-07529c3a90a98e14308f1b5006b1ab1a00710600.tar.gz historical-07529c3a90a98e14308f1b5006b1ab1a00710600.tar.bz2 historical-07529c3a90a98e14308f1b5006b1ab1a00710600.zip |
87511
Package-Manager: portage-2.0.51.19
-rw-r--r-- | dev-util/eclipse-emf-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/Manifest | 14 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild | 34 | ||||
-rw-r--r-- | dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-200403250631 | 1 | ||||
-rw-r--r-- | dev-util/eclipse-gef-bin/Manifest | 12 |
5 files changed, 20 insertions, 47 deletions
diff --git a/dev-util/eclipse-emf-bin/ChangeLog b/dev-util/eclipse-emf-bin/ChangeLog index 35a9b379003c..3c141e71a766 100644 --- a/dev-util/eclipse-emf-bin/ChangeLog +++ b/dev-util/eclipse-emf-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/eclipse-emf-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.6 2005/03/26 11:45:17 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.7 2005/04/13 18:15:04 luckyduck Exp $ + + 13 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> + -eclipse-emf-bin-200403250631.ebuild: + cleanup, also fixes #87511 26 Mar 2005; Karl Trygve Kalleberg <karltk@gentoo.org> eclipse-emf-bin-2.0.1.ebuild: diff --git a/dev-util/eclipse-emf-bin/Manifest b/dev-util/eclipse-emf-bin/Manifest index 6ea3d22eadf6..824fc5964519 100644 --- a/dev-util/eclipse-emf-bin/Manifest +++ b/dev-util/eclipse-emf-bin/Manifest @@ -1,6 +1,14 @@ -MD5 95acfd2af9f1816acd449130b96e1cc2 eclipse-emf-bin-200403250631.ebuild 949 -MD5 d1a579017f221150adaaf647a1c4affb ChangeLog 946 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 02a3e112293ece40f85403aefdc343a9 ChangeLog 1071 MD5 3752b9c7955e5e920a6271e8448ace90 metadata.xml 806 MD5 9032a1a469a29f469a00720b2c07db36 eclipse-emf-bin-2.0.1.ebuild 948 -MD5 6f8b332c301e2b5d3ed4a4ca3df35f87 files/digest-eclipse-emf-bin-200403250631 75 MD5 fa281466e024b7756c7acf2b7fa504f1 files/digest-eclipse-emf-bin-2.0.1 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCXWG+06ebR+OMO78RApJZAJ9elhKycn0oiDW6UJOw3xhIOH2MWgCcDGA6 +uTdZs4VWoBYlP6ZERmRKV5g= +=ttYN +-----END PGP SIGNATURE----- diff --git a/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild b/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild deleted file mode 100644 index 92450d91a6a1..000000000000 --- a/dev-util/eclipse-emf-bin/eclipse-emf-bin-200403250631.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.5 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/I200403250631/emf-runtime-I200403250631.zip" -LICENSE="CPL-1.0" -SLOT="2" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 - 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/files/digest-eclipse-emf-bin-200403250631 b/dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-200403250631 deleted file mode 100644 index 0be71ebfece1..000000000000 --- a/dev-util/eclipse-emf-bin/files/digest-eclipse-emf-bin-200403250631 +++ /dev/null @@ -1 +0,0 @@ -MD5 c8ad43bdb47207c257306213b63b8124 emf-runtime-I200403250631.zip 2131008 diff --git a/dev-util/eclipse-gef-bin/Manifest b/dev-util/eclipse-gef-bin/Manifest index 032cc347e567..7784432b58c4 100644 --- a/dev-util/eclipse-gef-bin/Manifest +++ b/dev-util/eclipse-gef-bin/Manifest @@ -1,18 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3a468cecd5a3a87e5ff3a5ae6374397e eclipse-gef-bin-20040619.ebuild 973 -MD5 64abb37ebedca440f900e543477d271b eclipse-gef-bin-20040330.ebuild 953 MD5 f17cf33e56913af5185df265307a5461 eclipse-gef-bin-3.0.1.ebuild 960 -MD5 59b9489e52c1ffd509fe125939471225 ChangeLog 1074 +MD5 4cedf2f1bf87429ee627263cfb468545 ChangeLog 1226 MD5 e00347ef153b8083c4c327c64bb69698 metadata.xml 942 MD5 d0dc7213daaca3df69cd1fbf4875b7d8 files/digest-eclipse-gef-bin-3.0.1 67 -MD5 7d4e5c1037c609f8af5be7897714d6ec files/digest-eclipse-gef-bin-20040330 71 -MD5 0586fe3a6a8267029902c0bec33b4492 files/digest-eclipse-gef-bin-20040619 71 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCPJdX06ebR+OMO78RAkCTAJ9mSxtyHLdhZIpVxBpwhdHPP0hODgCgk7iw -I61YsZMO9hDw3R12w5RH8a0= -=2u+K +iD8DBQFCXWHN06ebR+OMO78RAosoAJ40g+Gw15AJHSE6esTEYMZ6gPGHDQCbBkWM +a4HrcgxXUnEAcD3XkzLc9eY= +=YvLk -----END PGP SIGNATURE----- |