diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:47:56 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:47:56 +0000 |
commit | 9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e (patch) | |
tree | 9e0072bcf249a679b18f567dc67e99b698961ebf /dev-util/eclipse-ve-bin | |
parent | depend on app-arch/ (Manifest recommit) (diff) | |
download | gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.tar.gz gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.tar.bz2 gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.zip |
depend on app-arch/unzip
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/eclipse-ve-bin-1.0_rc1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc2.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/eclipse-ve-bin/ChangeLog b/dev-util/eclipse-ve-bin/ChangeLog index 5eca0e4cfad3..5870da65d558 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.4 2004/09/30 00:35:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/ChangeLog,v 1.5 2004/11/03 11:45:34 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> + eclipse-ve-bin-1.0_rc1.ebuild, eclipse-ve-bin-1.0_rc2.ebuild: + depend on app-arch/unzip *eclipse-ve-bin-1.0_rc2 (22 Aug 2004) 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 ad850e67f5f6..1d69e2b234f0 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 # 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.3 2004/07/14 23:26:11 agriffis Exp $ +# $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 $ inherit eclipse-ext @@ -13,7 +13,8 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 >=dev-util/eclipse-emf-bin-200403250631 - >=dev-util/eclipse-gef-bin-20040330" + >=dev-util/eclipse-gef-bin-20040330 + app-arch/unzip" src_unpack() { mkdir ${S} 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 aa8e30308b6c..1010d8c98849 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 # 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.1 2004/08/22 01:01:55 karltk Exp $ +# $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 $ inherit eclipse-ext @@ -13,7 +13,8 @@ KEYWORDS="-* ~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0.0 >=dev-util/eclipse-emf-bin-200403250631 - >=dev-util/eclipse-gef-bin-20040330" + >=dev-util/eclipse-gef-bin-20040330 + app-arch/unzip" src_unpack() { mkdir ${S} |