blob: f0b8a08d92909ee95126924afb90f9db2c8eb9d2 (
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
27
28
29
30
31
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/validation/validation-1.3.0.ebuild,v 1.1 2004/10/07 21:30:24 radek Exp $
inherit zproduct
MASTER_PN=archetypes
DESCRIPTION="Data validation package, originally designed for Archetypes."
WEBPAGE="http://www.sourceforge.net/projects/${MASTER_PN}"
SRC_URI="mirror://sourceforge/${MASTER_PN}/${P}-8.tgz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
SLOT="1.3"
RDEPEND=">=net-zope/cmf-1.4.7"
ZPROD_LIST="validation"
src_install()
{
zproduct_src_install all
}
pkg_postinst()
{
zproduct_pkg_postinst
ewarn "Please be warned that it should not be used together with dev-python/validation !"
}
|