diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2005-12-11 20:54:55 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2005-12-11 20:54:55 +0000 |
commit | 019edac2571f130242c5c2952248b2ef495160f8 (patch) | |
tree | c0b255632467351ab08d028937e1ad59cf484d95 /net-zope | |
parent | Stable on x86; bug #114428 (diff) | |
download | gentoo-2-019edac2571f130242c5c2952248b2ef495160f8.tar.gz gentoo-2-019edac2571f130242c5c2952248b2ef495160f8.tar.bz2 gentoo-2-019edac2571f130242c5c2952248b2ef495160f8.zip |
version bump
(Portage version: 2.0.53)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/zope/Manifest | 2 | ||||
-rw-r--r-- | net-zope/zope/files/digest-zope-2.8.4 | 1 | ||||
-rw-r--r-- | net-zope/zope/zope-2.8.4.ebuild | 110 |
4 files changed, 119 insertions, 1 deletions
diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog index 244deec42990..e1b398f87649 100644 --- a/net-zope/zope/ChangeLog +++ b/net-zope/zope/ChangeLog @@ -1,6 +1,11 @@ # 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.86 2005/10/23 11:47:47 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.87 2005/12/11 20:54:54 radek Exp $ + +*zope-2.8.4 (11 Dec 2005) + + 11 Dec 2005; Radoslaw Stachowiak <radek@gentoo.org> +zope-2.8.4.ebuild: + version bump 23 Oct 2005; Simon Stelling <blubb@gentoo.org> zope-2.7.8.ebuild: stable on amd64 wrt bug 109087 diff --git a/net-zope/zope/Manifest b/net-zope/zope/Manifest index dc34792c7813..445874bc6ede 100644 --- a/net-zope/zope/Manifest +++ b/net-zope/zope/Manifest @@ -15,6 +15,7 @@ MD5 17edb3696d5d99b37864d9bb7cc23d21 files/digest-zope-2.8.0 69 MD5 47255f0bd3319908dc8ee081f6c8cf17 files/digest-zope-2.8.1 66 MD5 e1516616e08b645a062860a4903fa4fe files/digest-zope-2.8.2 69 MD5 f26477bbd15c975a265ea05f285e728e files/digest-zope-2.8.3 66 +MD5 d1db47dc244cba7522bfb1babe93f3f0 files/digest-zope-2.8.4 66 MD5 037cf91a5b4d60efe166f90210c837ed files/i18n-1.0.0.patch 8080 MD5 28b31acf9b00b4388850af2acd90b2e3 files/zope.initd 1232 MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 @@ -27,3 +28,4 @@ MD5 03dd7525a3392e245889fba308edc438 zope-2.8.0.ebuild 3362 MD5 a51712c4e56687605942d3c914c60d31 zope-2.8.1.ebuild 3512 MD5 6e4ba5b7bd92b20ad3f28cb7e3158deb zope-2.8.2.ebuild 3515 MD5 0ce3afe5cd3f944a3fa984afa74a43af zope-2.8.3.ebuild 3512 +MD5 0ce3afe5cd3f944a3fa984afa74a43af zope-2.8.4.ebuild 3512 diff --git a/net-zope/zope/files/digest-zope-2.8.4 b/net-zope/zope/files/digest-zope-2.8.4 new file mode 100644 index 000000000000..648d83d8e2d5 --- /dev/null +++ b/net-zope/zope/files/digest-zope-2.8.4 @@ -0,0 +1 @@ +MD5 08780f229397746527668cee1ddb6416 Zope-2.8.4-final.tgz 5447275 diff --git a/net-zope/zope/zope-2.8.4.ebuild b/net-zope/zope/zope-2.8.4.ebuild new file mode 100644 index 000000000000..1c152c9bdab6 --- /dev/null +++ b/net-zope/zope/zope-2.8.4.ebuild @@ -0,0 +1,110 @@ +# 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.4.ebuild,v 1.1 2005/12/11 20:54:55 radek Exp $ + +inherit eutils multilib + +DESCRIPTION="Zope is a web application platform used for building high-performance, dynamic web sites." +HOMEPAGE="http://www.zope.org" +SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-final.tgz" +LICENSE="ZPL" +SLOT="${PV}" + +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +IUSE="unicode" + +RDEPEND="=dev-lang/python-2.3*" +python='python2.3' + +DEPEND="${RDEPEND} +virtual/libc +>=sys-apps/sed-4.0.5" + +S="${WORKDIR}/Zope-${PV}-final" +ZUID=zope +ZGID=zope +ZS_DIR=${ROOT%/}/usr/$(get_libdir) +ZSERVDIR=${ZS_DIR}/${P} + +# Narrow the scope of ownership/permissions. +# Security plan: +# * ZUID is the superuser for all zope instances. +# * ZGID is for a single instance's administration. +# * Other' should not have any access to ${ZSERVDIR}, +# because they can work through the Zope web interface. +# This should protect our code/data better. +# +# UPDATE: ${ZSERVDIR} is a lib directory and should be world readable +# like e.g /usr/lib/python we do not store any user data there, +# currently removed all custom permission stuff, for ${ZSERVDIR} + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure." + emake || die "Failed to compile." +} + +src_install() { + dodoc README.txt + dodoc doc/*.txt + docinto PLATFORMS ; dodoc doc/PLATFORMS/* + docinto ZEO ; dodoc doc/ZEO/* + + # Patched StructuredText will accept source text formatted in utf-8 encoding, + # apply all formattings and output utf-8 encoded text. + # if you want to use this option you need to set your + # system python encoding to utf-8 (create the file sitecustomize.py inside + # your site-packages, add the following lines + # import sys + # sys.setdefaultencoding('utf-8') + # If this is a problem, let me know right away. --batlogg@gentoo.org + # I wondering if we need a USE flag for this and wheter we can set the + # sys.encoding automtically + # so i defined a use flag + + if use unicode; then + einfo "Patching structured text" + einfo "make sure you have set the system python encoding to utf-8" + einfo "create the file sitecustomize.py inside your site-packages" + einfo "import sys" + einfo "sys.setdefaultencoding('utf8')" + # stx i18n support borked. --batlogg@gentoo.org + ewarn "sorry, the Structured Text patch doesn't work yet for zope-2.8." + #cd ${S}/lib/python/StructuredText/ + #epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch + sleep 15 + cd ${S} + fi + + make install PREFIX=${D}${ZSERVDIR} + rm -rf ${D}${ZSERVDIR}/doc + dosym ../../share/doc/${PF} ${ZSERVDIR}/doc + # copy the init script skeleton to skel directory of our installation + skel=${D}${ZSERVDIR}/skel + # <radek@gentoo.org> from 2.7.4 release i think that we can use the same + # file for every one, and not separate it by PV + cp ${FILESDIR}/zope.initd ${skel}/zope.initd +} + +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/$(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." +} + +pkg_prerm() { + + #need to remove this symlink because portage keeps links to + #existing targets + + rm ${ZSERVDIR}/bin/python +} + |