Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278824 | Differences between
and this patch

Collapse All | Expand All

(-)zope-2.9.10.ebuild (-2 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.10.ebuild,v 1.4 2008/11/15 18:55:33 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.10.ebuild,v 1.4 2008/11/15 18:55:33 armin76 Exp $
4
EAPI=2
4
5
5
inherit eutils multilib
6
inherit eutils multilib
6
7
Lines 33-41 Link Here
33
# like e.g /usr/lib/python we do not store any user data there,
34
# like e.g /usr/lib/python we do not store any user data there,
34
# currently removed all custom permission stuff, for ${ZSERVDIR}
35
# currently removed all custom permission stuff, for ${ZSERVDIR}
35
36
36
src_compile() {
37
src_prepare() {
38
	epatch "${FILESDIR}"/CVE-2009-0668+0669.patch
39
}
40
41
src_configure() {
37
	./configure  --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
42
	./configure  --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
38
	emake || die "Failed to compile."
39
}
43
}
40
44
41
src_install() {
45
src_install() {

Return to bug 278824