summaryrefslogtreecommitdiff
blob: c98e3e109c89fb02cbb981e1b678e46aa7033db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/verbosesecurity/verbosesecurity-0.5.ebuild,v 1.1 2003/10/11 21:12:18 lanius Exp $

inherit zproduct

DESCRIPTION="Zope Product which explains the reason for denied security access"
HOMEPAGE="http://hathaway.freezope.org/Software/VerboseSecurity"
SRC_URI="http://hathaway.freezope.org/Software/VerboseSecurity/VerboseSecurity-${PV}.tar.gz"
S="${WORKDIR}"
LICENSE="GPL-2"
KEYWORDS="~x86"
ZPROD_LIST="VerboseSecurity"

RDEPEND=">=net-zope/zope-2.6.0
	${RDEPEND}"

pkg_preinst() {
	echo
	ewarn "This product does a 'monkey patch' to Zope."
	ewarn "One of the results being that zope will execute a little slower."
	echo
	echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1
	echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1
	sleep 8
}