diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 17:09:57 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 17:09:57 +0000 |
commit | e7c294bded4f3b451436c7141a76cefe187bb68d (patch) | |
tree | fae645959703cadf79cfd2a0e5e03b75985d8218 /app-admin/zope-config | |
parent | Added die if compile failes, close #36501. (diff) | |
download | gentoo-2-e7c294bded4f3b451436c7141a76cefe187bb68d.tar.gz gentoo-2-e7c294bded4f3b451436c7141a76cefe187bb68d.tar.bz2 gentoo-2-e7c294bded4f3b451436c7141a76cefe187bb68d.zip |
fixed circular dep with zope, bug #35918
Diffstat (limited to 'app-admin/zope-config')
-rw-r--r-- | app-admin/zope-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/zope-config/zope-config-0.1-r1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/zope-config/zope-config-0.2.ebuild | 6 | ||||
-rw-r--r-- | app-admin/zope-config/zope-config-0.3.ebuild | 7 |
4 files changed, 16 insertions, 10 deletions
diff --git a/app-admin/zope-config/ChangeLog b/app-admin/zope-config/ChangeLog index 4148a7ee1ca3..9a3f9b71228b 100644 --- a/app-admin/zope-config/ChangeLog +++ b/app-admin/zope-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/zope-config # Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.9 2003/12/12 07:40:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.10 2003/12/22 17:09:57 lanius Exp $ + + 22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> zope-config-0.1-r1.ebuild, + zope-config-0.2.ebuild, zope-config-0.3.ebuild: + fixed circular dep with zope, bug #35918 12 Dec 2003; Heinrich Wendel <lanius@gentoo.org> files/0.3/zope-config: use mv instead of cp to avoid data loose when zope is still running diff --git a/app-admin/zope-config/zope-config-0.1-r1.ebuild b/app-admin/zope-config/zope-config-0.1-r1.ebuild index de6936b7e81c..d7cd3ea6bfe4 100644 --- a/app-admin/zope-config/zope-config-0.1-r1.ebuild +++ b/app-admin/zope-config/zope-config-0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.7 2003/09/07 22:13:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.8 2003/12/22 17:09:57 lanius Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -13,8 +13,9 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep - sys-apps/sed - >=net-zope/zope-2.6.0-r2" + sys-apps/sed" + +PDEPEND=">=net-zope/zope-2.6.0-r2" src_install() { dosbin ${FILESDIR}/${PV}/zope-config diff --git a/app-admin/zope-config/zope-config-0.2.ebuild b/app-admin/zope-config/zope-config-0.2.ebuild index 16fd35b06647..38585c3d94de 100644 --- a/app-admin/zope-config/zope-config-0.2.ebuild +++ b/app-admin/zope-config/zope-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.2.ebuild,v 1.1 2003/11/16 01:01:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.2.ebuild,v 1.2 2003/12/22 17:09:57 lanius Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -14,8 +14,8 @@ RDEPEND=">=dev-util/dialog-0.7 sys-apps/sed sys-apps/shadow dev-lang/python - sys-apps/coreutils - >=net-zope/zope-2.6.0-r2" + sys-apps/coreutils" +PDEPEND=">=net-zope/zope-2.6.0-r2" src_install() { # the script diff --git a/app-admin/zope-config/zope-config-0.3.ebuild b/app-admin/zope-config/zope-config-0.3.ebuild index 35d85be428a5..645fd4d264f0 100644 --- a/app-admin/zope-config/zope-config-0.3.ebuild +++ b/app-admin/zope-config/zope-config-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.3.ebuild,v 1.1 2003/12/10 19:03:39 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.3.ebuild,v 1.2 2003/12/22 17:09:57 lanius Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -14,8 +14,9 @@ RDEPEND=">=dev-util/dialog-0.7 sys-apps/sed sys-apps/shadow dev-lang/python - sys-apps/coreutils - >=net-zope/zope-2.6.0-r2" + sys-apps/coreutils" + +PDEPEND=">=net-zope/zope-2.6.0-r2" src_install() { # the script |