diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-09-18 12:22:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-09-18 12:22:29 +0000 |
commit | 554d394b972cfea77da8d3b143caee2c79aaf7a7 (patch) | |
tree | 0217fb2efe39ccbc7e577624ad30de1bf80aa395 /net-zope | |
parent | Removing alpha keyword until the dev-lang/php problem is fixed. (diff) | |
download | gentoo-2-554d394b972cfea77da8d3b143caee2c79aaf7a7.tar.gz gentoo-2-554d394b972cfea77da8d3b143caee2c79aaf7a7.tar.bz2 gentoo-2-554d394b972cfea77da8d3b143caee2c79aaf7a7.zip |
make zope multilib-strict aware; bug 106234
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/zope/zope-2.8.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog index 5c728323ada2..ed4283260c0a 100644 --- a/net-zope/zope/ChangeLog +++ b/net-zope/zope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/zope # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.78 2005/09/17 11:15:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.79 2005/09/18 12:22:29 blubb Exp $ + + 18 Sep 2005; Simon Stelling <blubb@gentoo.org> zope-2.8.1.ebuild: + make zope multilib-strict aware; bug 106234 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> zope-2.7.7.ebuild: Mark 2.7.7 stable on alpha diff --git a/net-zope/zope/zope-2.8.1.ebuild b/net-zope/zope/zope-2.8.1.ebuild index 2735fe6e9a02..bb4da23e6cca 100644 --- a/net-zope/zope/zope-2.8.1.ebuild +++ b/net-zope/zope/zope-2.8.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.1.ebuild,v 1.3 2005/08/26 18:39:14 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.1.ebuild,v 1.4 2005/09/18 12:22:29 blubb Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Zope is a web application platform used for building high-performance, dynamic web sites." HOMEPAGE="http://www.zope.org" @@ -23,7 +23,7 @@ virtual/libc S="${WORKDIR}/Zope-${PV}-final" ZUID=zope ZGID=zope -ZS_DIR=${ROOT%/}/usr/lib +ZS_DIR=${ROOT%/}/usr/$(get_libdir) ZSERVDIR=${ZS_DIR}/${P} # Narrow the scope of ownership/permissions. @@ -94,7 +94,7 @@ pkg_postinst() { # create the zope user and group for backward compatibility enewgroup ${ZGID} 261 usermod -g ${ZGID} ${ZUID} 2>&1 >/dev/null || \ - enewuser ${ZUID} 261 -1 /var/lib/zope ${ZGID} + enewuser ${ZUID} 261 -1 /var/$(get_libdir)/zope ${ZGID} einfo "Be warned that you need at least one zope instance to run zope." einfo "Please emerge zope-config for futher instance management." |