diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-04 05:03:35 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-04 05:03:35 +0000 |
commit | 750e4a0cd0b5879d5ca2843211d8ccaa51b9256f (patch) | |
tree | 1c968e64f6539eaf03b5498779b117484bcf6acc /app-admin/zprod-update | |
parent | Changed dependency to reflect the move of zope to net-zope. (diff) | |
download | gentoo-2-750e4a0cd0b5879d5ca2843211d8ccaa51b9256f.tar.gz gentoo-2-750e4a0cd0b5879d5ca2843211d8ccaa51b9256f.tar.bz2 gentoo-2-750e4a0cd0b5879d5ca2843211d8ccaa51b9256f.zip |
Changed dependencies to reflect the move of zope to net-zope.
Diffstat (limited to 'app-admin/zprod-update')
-rw-r--r-- | app-admin/zprod-update/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/zprod-update/zprod-update-0.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/zprod-update/ChangeLog b/app-admin/zprod-update/ChangeLog index 419ec2563034..8ff6d2e05ff4 100644 --- a/app-admin/zprod-update/ChangeLog +++ b/app-admin/zprod-update/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-admin/zprod-update # Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-update/ChangeLog,v 1.1 2003/02/17 03:05:14 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-update/ChangeLog,v 1.2 2003/03/04 05:03:35 kutsuya Exp $ *zprod-update-0.1 (16 Feb 2003) + 03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> zprod-update-0.1.ebuild : + Changed dependencies to reflex the move of zope to net-zope. + 16 Feb 2003; Jason Shoemaker <kutsuya@gentoo.org> : Initial import.
\ No newline at end of file diff --git a/app-admin/zprod-update/zprod-update-0.1.ebuild b/app-admin/zprod-update/zprod-update-0.1.ebuild index d11a22828a91..52d2b11ab8f3 100644 --- a/app-admin/zprod-update/zprod-update-0.1.ebuild +++ b/app-admin/zprod-update/zprod-update-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-update/zprod-update-0.1.ebuild,v 1.1 2003/02/17 03:05:14 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-update/zprod-update-0.1.ebuild,v 1.2 2003/03/04 05:03:35 kutsuya Exp $ DESCRIPTION="Gentoo Zope Product selection tool." SRC_URI="" @@ -13,7 +13,8 @@ KEYWORDS="~x86" DEPEND=">=dev-util/dialog-0.7 sys-apps/grep - sys-apps/sed" + sys-apps/sed + >=net-zope/zope-2.6.0-r2" src_install() { dosbin ${FILESDIR}/${PV}/zprod-update |