|
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.10.7.ebuild,v 1.4 2008/11/15 18:55:33 armin76 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.7.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 32-41
Link Here
|
| 32 |
# UPDATE: ${ZSERVDIR} is a lib directory and should be world readable |
33 |
# UPDATE: ${ZSERVDIR} is a lib directory and should be world readable |
| 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} |
|
|
36 |
src_prepare() { |
| 37 |
epatch "${FILESDIR}"/CVE-2009-0668+0669.patch |
| 38 |
} |
| 35 |
|
39 |
|
| 36 |
src_compile() { |
40 |
src_configure() { |
| 37 |
./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..." |
41 |
./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..." |
| 38 |
emake || die "Failed to compile." |
|
|
| 39 |
} |
42 |
} |
| 40 |
|
43 |
|
| 41 |
src_install() { |
44 |
src_install() { |