diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-13 18:15:20 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-13 18:15:20 +0000 |
commit | caf5497e07d54135dd58938408409d35b837dd02 (patch) | |
tree | eba1e5ed58a691716c85b1a7dc2d35f92be7a27a /dev-util/eclipse-gef-bin | |
parent | 87511 (diff) | |
download | historical-caf5497e07d54135dd58938408409d35b837dd02.tar.gz historical-caf5497e07d54135dd58938408409d35b837dd02.tar.bz2 historical-caf5497e07d54135dd58938408409d35b837dd02.zip |
cleanup, also fixes #87511
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/eclipse-gef-bin')
5 files changed, 5 insertions, 73 deletions
diff --git a/dev-util/eclipse-gef-bin/ChangeLog b/dev-util/eclipse-gef-bin/ChangeLog index 4786486d221b..d94ace106a27 100644 --- a/dev-util/eclipse-gef-bin/ChangeLog +++ b/dev-util/eclipse-gef-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/eclipse-gef-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/ChangeLog,v 1.8 2005/03/19 21:19:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/ChangeLog,v 1.9 2005/04/13 18:15:20 luckyduck Exp $ + + 13 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> + -eclipse-gef-bin-20040330.ebuild, -eclipse-gef-bin-20040619.ebuild: + cleanup, also fixes #87511 *eclipse-gef-bin-3.0.1 (19 Mar 2005) diff --git a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild deleted file mode 100644 index 5ada1b2ccc1e..000000000000 --- a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild +++ /dev/null @@ -1,35 +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-gef-bin/eclipse-gef-bin-20040330.ebuild,v 1.5 2005/03/19 21:19:13 luckyduck 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/I-I20040330-200403301306/GEF-runtime-I20040330.zip" -SLOT="0" -LICENSE="CPL-1.0" -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-gef-bin/eclipse-gef-bin-20040619.ebuild b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild deleted file mode 100644 index 6f3e12c4c2b7..000000000000 --- a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild +++ /dev/null @@ -1,35 +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-gef-bin/eclipse-gef-bin-20040619.ebuild,v 1.4 2005/03/19 21:19:13 luckyduck 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 ~amd64" -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 eclipse/features/* - eclipse-ext_install-plugins eclipse/plugins/* -} diff --git a/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040330 b/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040330 deleted file mode 100644 index 36d8ef2cad70..000000000000 --- a/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040330 +++ /dev/null @@ -1 +0,0 @@ -MD5 9b9ad0c31be6db3fb1545d14a64aeb59 GEF-runtime-I20040330.zip 1136353 diff --git a/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040619 b/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040619 deleted file mode 100644 index 20bcf3f7bbba..000000000000 --- a/dev-util/eclipse-gef-bin/files/digest-eclipse-gef-bin-20040619 +++ /dev/null @@ -1 +0,0 @@ -MD5 391421bb06f06a65146142c54308b9a2 GEF-runtime-I20040619.zip 1222472 |