diff options
Diffstat (limited to 'net-zope/zope/zope-2.9.7.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.9.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-zope/zope/zope-2.9.7.ebuild b/net-zope/zope/zope-2.9.7.ebuild index 84c3f00d9408..9513b0b1de14 100644 --- a/net-zope/zope/zope-2.9.7.ebuild +++ b/net-zope/zope/zope-2.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild,v 1.1 2007/03/25 15:29:14 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild,v 1.2 2007/04/06 21:27:06 radek Exp $ inherit eutils multilib @@ -61,6 +61,10 @@ src_install() { 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 |