diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-14 18:26:27 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-14 18:26:27 +0000 |
commit | b26357bdb3b33b2b28ebcacf1a2a0938521d93e2 (patch) | |
tree | 3d78349284bc04accd50b8db40ae0c8203cb3cfe /dev-util/eclipse-ve-bin | |
parent | Version bump. (diff) | |
download | gentoo-2-b26357bdb3b33b2b28ebcacf1a2a0938521d93e2.tar.gz gentoo-2-b26357bdb3b33b2b28ebcacf1a2a0938521d93e2.tar.bz2 gentoo-2-b26357bdb3b33b2b28ebcacf1a2a0938521d93e2.zip |
some cleanup, thanks to Mr_Bones_ :)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/eclipse-ve-bin')
-rw-r--r-- | dev-util/eclipse-ve-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/Manifest | 16 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild | 36 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild | 36 | ||||
-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/files/digest-eclipse-ve-bin-1.0_rc2 | 1 |
6 files changed, 6 insertions, 90 deletions
diff --git a/dev-util/eclipse-ve-bin/ChangeLog b/dev-util/eclipse-ve-bin/ChangeLog index 94afe0dc2972..ea03c64b8976 100644 --- a/dev-util/eclipse-ve-bin/ChangeLog +++ b/dev-util/eclipse-ve-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/eclipse-ve-bin # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.7 2005/04/14 18:26:27 luckyduck Exp $ + + 14 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> + -eclipse-ve-bin-1.0_rc1.ebuild, -eclipse-ve-bin-1.0_rc2.ebuild: + some cleanup, thanks to Mr_Bones_ :) *eclipse-ve-bin-1.0.2 (19 Mar 2005) diff --git a/dev-util/eclipse-ve-bin/Manifest b/dev-util/eclipse-ve-bin/Manifest index 5e7f0e304132..d794f116a2e3 100644 --- a/dev-util/eclipse-ve-bin/Manifest +++ b/dev-util/eclipse-ve-bin/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 77e44bd4c6115276825f9145813c7af7 eclipse-ve-bin-1.0_rc2.ebuild 954 -MD5 2f067682aa4467c39caa8d8cc094c941 eclipse-ve-bin-1.0_rc1.ebuild 956 -MD5 f34fe0d8658ba3dae486f11662460b70 ChangeLog 958 +MD5 486aab54d010124970df8db745afaedf ChangeLog 1116 MD5 5d570fc39697cf3e8a12d5e55fda9036 metadata.xml 524 MD5 6cccb34befd282a83d4b269a7d92c607 eclipse-ve-bin-1.0.2.ebuild 940 -MD5 6b94fee9902ad1f933156392a4a686c7 files/digest-eclipse-ve-bin-1.0_rc1 66 -MD5 a6782d3e24be4f3feca1ed07fc6cabed files/digest-eclipse-ve-bin-1.0_rc2 66 MD5 588279a6a5ffd08b44eda74f99e75b89 files/digest-eclipse-ve-bin-1.0.2 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCPJea06ebR+OMO78RAsvFAJ99WFo1WPJEdWS000KT/snsmEAo6gCfRdo9 -id06voiZ2OJXPEkO2v0AW+o= -=g8gs ------END PGP SIGNATURE----- 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 deleted file mode 100644 index 611cc2b6ee0a..000000000000 --- a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild +++ /dev/null @@ -1,36 +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-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild,v 1.5 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/S-1.0M1-200405031421/VE-runtime-1.0M1.zip" -SLOT="2" -LICENSE="CPL-1.0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 - >=dev-util/eclipse-emf-bin-200403250631 - >=dev-util/eclipse-gef-bin-20040330 - 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_rc2.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild deleted file mode 100644 index 56cbd08e68db..000000000000 --- a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild +++ /dev/null @@ -1,36 +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-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild,v 1.3 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/S-1.0M2-200407301410/VE-runtime-1.0M2.zip" -SLOT="2" -LICENSE="CPL-1.0" -KEYWORDS="-* ~x86" -IUSE="" -DEPEND=">=dev-util/eclipse-sdk-3.0.0 - >=dev-util/eclipse-emf-bin-200403250631 - >=dev-util/eclipse-gef-bin-20040330 - 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/files/digest-eclipse-ve-bin-1.0_rc1 b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 deleted file mode 100644 index 6dcae0bc1d66..000000000000 --- a/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 856b91ce795666bc8ce71c7feaee15e4 VE-runtime-1.0M1.zip 5878279 diff --git a/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc2 b/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc2 deleted file mode 100644 index fd1bbb300825..000000000000 --- a/dev-util/eclipse-ve-bin/files/digest-eclipse-ve-bin-1.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4e3f03406a34c8a149f81d4f1bcbc05a VE-runtime-1.0M2.zip 6028043 |