diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-03-01 15:28:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-03-01 15:28:30 +0000 |
commit | a5c2ff86a94aa9fb3c90670b5a699f622aa91049 (patch) | |
tree | cea11bdb7f4b1874315a400449066f7dbe25044a /net-zope | |
parent | Removing p.masked version (diff) | |
download | gentoo-2-a5c2ff86a94aa9fb3c90670b5a699f622aa91049.tar.gz gentoo-2-a5c2ff86a94aa9fb3c90670b5a699f622aa91049.tar.bz2 gentoo-2-a5c2ff86a94aa9fb3c90670b5a699f622aa91049.zip |
Removing versions that depend on removed py 2.4
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zope/zope-2.9.10-r1.ebuild | 80 | ||||
-rw-r--r-- | net-zope/zope/zope-2.9.10.ebuild | 76 | ||||
-rw-r--r-- | net-zope/zope/zope-2.9.12.ebuild | 76 |
4 files changed, 5 insertions, 233 deletions
diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog index 3f5ed6d7edc0..0b82dfae6586 100644 --- a/net-zope/zope/ChangeLog +++ b/net-zope/zope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.203 2012/03/01 15:25:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.204 2012/03/01 15:28:30 patrick Exp $ + + 01 Mar 2012; Patrick Lauer <patrick@gentoo.org> -zope-2.9.10-r1.ebuild, + -zope-2.9.10.ebuild, -zope-2.9.12.ebuild: + Removing versions that depend on removed py 2.4 01 Mar 2012; Patrick Lauer <patrick@gentoo.org> -zope-2.10.11.ebuild: Removing p.masked version diff --git a/net-zope/zope/zope-2.9.10-r1.ebuild b/net-zope/zope/zope-2.9.10-r1.ebuild deleted file mode 100644 index 7ca107f6e846..000000000000 --- a/net-zope/zope/zope-2.9.10-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.10-r1.ebuild,v 1.6 2009/09/11 19:12:11 maekke Exp $ -EAPI=2 - -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="alpha amd64 ppc sparc x86" -IUSE="" - -DEPEND="=dev-lang/python-2.4*" - -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_prepare() { - epatch "${FILESDIR}"/CVE-2009-0668+0669.patch -} - -src_configure() { - ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..." -} - -src_install() { - dodoc README.txt - dodoc Zope/doc/*.txt - docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/* - docinto ZEO ; dodoc Zope/doc/ZEO/* - - make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}" - rm -rf "${D}"${ZSERVDIR}/doc - dosym ../../share/doc/${PF} ${ZSERVDIR}/doc - - # copy the init script skeleton to skel directory of our installation - cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd -} - -src_test() { - einfo "Tests disabled by Gentoo team." -} - -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() { - #Remove old compiled code - rm ${ZSERVDIR}/bin/copyzopeskel.pyc - - #need to remove this symlink because portage keeps links to - #existing targets - rm ${ZSERVDIR}/bin/python -} diff --git a/net-zope/zope/zope-2.9.10.ebuild b/net-zope/zope/zope-2.9.10.ebuild deleted file mode 100644 index 73cb46ccbc0d..000000000000 --- a/net-zope/zope/zope-2.9.10.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.10.ebuild,v 1.4 2008/11/15 18:55:33 armin76 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="alpha amd64 ppc sparc x86" -IUSE="" - -DEPEND="=dev-lang/python-2.4*" - -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_compile() { - ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..." - emake || die "Failed to compile." -} - -src_install() { - dodoc README.txt - dodoc Zope/doc/*.txt - docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/* - docinto ZEO ; dodoc Zope/doc/ZEO/* - - make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}" - rm -rf "${D}"${ZSERVDIR}/doc - dosym ../../share/doc/${PF} ${ZSERVDIR}/doc - - # copy the init script skeleton to skel directory of our installation - cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd -} - -src_test() { - einfo "Tests disabled by Gentoo team." -} - -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() { - #Remove old compiled code - rm ${ZSERVDIR}/bin/copyzopeskel.pyc - - #need to remove this symlink because portage keeps links to - #existing targets - rm ${ZSERVDIR}/bin/python -} diff --git a/net-zope/zope/zope-2.9.12.ebuild b/net-zope/zope/zope-2.9.12.ebuild deleted file mode 100644 index 0899d5e53cd3..000000000000 --- a/net-zope/zope/zope-2.9.12.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.12.ebuild,v 1.5 2010/05/04 18:55:11 armin76 Exp $ -EAPI=2 - -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="alpha amd64 ppc sparc x86" -IUSE="" - -DEPEND="=dev-lang/python-2.4*" - -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_configure() { - ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..." -} - -src_install() { - dodoc README.txt - dodoc doc/*.txt - docinto PLATFORMS ; dodoc doc/PLATFORMS/* - docinto ZEO ; dodoc doc/ZEO/* - - make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}" - rm -rf "${D}"${ZSERVDIR}/doc - dosym ../../share/doc/${PF} ${ZSERVDIR}/doc - - # copy the init script skeleton to skel directory of our installation - cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd -} - -src_test() { - einfo "Tests disabled by Gentoo team." -} - -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() { - #Remove old compiled code - rm ${ZSERVDIR}/bin/copyzopeskel.pyc - - #need to remove this symlink because portage keeps links to - #existing targets - rm ${ZSERVDIR}/bin/python -} |