diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | 19c947b536833cd753e154638c40146f01443e15 (patch) | |
tree | 5dcb39fba4c2c7011e9cd94eff2a7c54b7d113dc /net-zope/zopex3 | |
parent | misc touchups (diff) | |
download | gentoo-2-19c947b536833cd753e154638c40146f01443e15.tar.gz gentoo-2-19c947b536833cd753e154638c40146f01443e15.tar.bz2 gentoo-2-19c947b536833cd753e154638c40146f01443e15.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/zopex3')
-rw-r--r-- | net-zope/zopex3/zopex3-3.0.0.ebuild | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/net-zope/zopex3/zopex3-3.0.0.ebuild b/net-zope/zopex3/zopex3-3.0.0.ebuild index 4bee1d04d9d5..9441b117fc62 100644 --- a/net-zope/zopex3/zopex3-3.0.0.ebuild +++ b/net-zope/zopex3/zopex3-3.0.0.ebuild @@ -1,26 +1,25 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/zopex3-3.0.0.ebuild,v 1.6 2005/10/18 16:49:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/zopex3-3.0.0.ebuild,v 1.7 2006/01/27 02:52:56 vapier Exp $ inherit eutils MYPN="ZopeX3" - -DESCRIPTION="Zope is a web application platform used for building high-performance, dynamic web sites." +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/${MYPN}/${PV}final/${MYPN}-${PV}.tgz" + LICENSE="ZPL" SLOT="${PV}" +KEYWORDS="~amd64 ~ppc x86" IUSE="" -KEYWORDS="x86 ~ppc ~amd64" - RDEPEND="=dev-lang/python-2.3*" python='python2.3' DEPEND="${RDEPEND} -virtual/libc ->=sys-apps/sed-4.0.5" + virtual/libc + >=sys-apps/sed-4.0.5" S="${WORKDIR}/${MYPN}-${PV}" ZS_DIR=${ROOT%/}/usr/lib @@ -28,11 +27,6 @@ ZSERVDIR=${ZS_DIR}/${PN}-${PV} ZSKELDIR=${ZSERVDIR}/zopeskel ZINSTDIR=/var/lib/zope/${PN} -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { ./configure --prefix=${D}${ZSERVDIR} --with-python=/usr/bin/python2.3 || die "Failed to configure." emake || die "Failed to compile." |