diff options
Diffstat (limited to 'net-zope/zope/zope-2.8.7.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.8.7.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/net-zope/zope/zope-2.8.7.ebuild b/net-zope/zope/zope-2.8.7.ebuild index bb97d8102f26..d0cfee31e35a 100644 --- a/net-zope/zope/zope-2.8.7.ebuild +++ b/net-zope/zope/zope-2.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.8.7.ebuild,v 1.2 2007/06/26 02:39:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $ inherit eutils multilib @@ -38,11 +38,6 @@ ZSERVDIR=${ZS_DIR}/${P} # 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." @@ -77,17 +72,17 @@ src_install() { #cd ${S}/lib/python/StructuredText/ #epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch epause 15 - cd ${S} + cd "${S}" fi - make install PREFIX=${D}${ZSERVDIR} - rm -rf ${D}${ZSERVDIR}/doc + 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 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd } pkg_postinst() { |