diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:21:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:21:29 +0000 |
commit | e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a (patch) | |
tree | 732cfb26fdb4495bd5daafd9a05d2ed0d6e17054 /net-zope | |
parent | added missing zip dependency. see #69831 (diff) | |
download | gentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.tar.gz gentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.tar.bz2 gentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.zip |
Bug #69831: Ensure unzip is in DEPEND.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/cvsfile/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/cvsfile/cvsfile-0.9.0.ebuild | 5 | ||||
-rw-r--r-- | net-zope/externalfile/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/externalfile/externalfile-1.2.0.ebuild | 5 |
4 files changed, 17 insertions, 8 deletions
diff --git a/net-zope/cvsfile/ChangeLog b/net-zope/cvsfile/ChangeLog index ddd12832decc..bb8b07083c57 100644 --- a/net-zope/cvsfile/ChangeLog +++ b/net-zope/cvsfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/cvsfile -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.3 2004/09/04 17:14:13 axxo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.4 2005/02/17 17:18:44 robbat2 Exp $ + + 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> cvsfile-0.9.0.ebuild: + Bug #69831: Ensure unzip is in DEPEND. 04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> cvsfile-0.9.0.ebuild: fix depend syntax 58347 diff --git a/net-zope/cvsfile/cvsfile-0.9.0.ebuild b/net-zope/cvsfile/cvsfile-0.9.0.ebuild index f92a9a6cb198..c5b1e71bb4f2 100644 --- a/net-zope/cvsfile/cvsfile-0.9.0.ebuild +++ b/net-zope/cvsfile/cvsfile-0.9.0.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/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.3 2004/09/04 17:14:13 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.4 2005/02/17 17:18:44 robbat2 Exp $ inherit zproduct @@ -14,5 +14,6 @@ LICENSE="ZPL" KEYWORDS="~x86 ~ppc" RDEPEND="net-zope/externalfile ${RDEPEND}" +DEPEND="${DEPEND} app-arch/unzip" ZPROD_LIST="CVSFile" diff --git a/net-zope/externalfile/ChangeLog b/net-zope/externalfile/ChangeLog index f89aa58a7405..c92730154cd4 100644 --- a/net-zope/externalfile/ChangeLog +++ b/net-zope/externalfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/externalfile -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/ChangeLog,v 1.6 2004/09/11 20:45:02 lanius Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/ChangeLog,v 1.7 2005/02/17 17:19:22 robbat2 Exp $ + + 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> + externalfile-1.2.0.ebuild: + Bug #69831: Ensure unzip is in DEPEND. 11 Sep 2004; Heinrich Wendel <lanius@gentoo.org> externalfile-1.2.0.ebuild: add ZPROD_LSIT, bug #62173 diff --git a/net-zope/externalfile/externalfile-1.2.0.ebuild b/net-zope/externalfile/externalfile-1.2.0.ebuild index 6c65d80f9506..96ab745f3d42 100644 --- a/net-zope/externalfile/externalfile-1.2.0.ebuild +++ b/net-zope/externalfile/externalfile-1.2.0.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/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.5 2004/09/11 20:45:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.6 2005/02/17 17:19:22 robbat2 Exp $ inherit zproduct @@ -14,5 +14,6 @@ LICENSE="ZPL" KEYWORDS="x86 ~ppc" RDEPEND="net-zope/zope ${RDEPEND}" +DEPEND="${DEPEND} app-arch/unzip" ZPROD_LIST="ExternalFile" IUSE="" |