summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2004-12-04 20:13:55 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2004-12-04 20:13:55 +0000
commit11dcf7fd645c4cb503c6c0f5172fd68fd142994c (patch)
treea083ba3b54de1489b56eb59daf611d88f41c71de /net-zope/validation/validation-1.3.0.11.ebuild
parentx86/amd64/ppc keywording 5.8.5 (Manifest recommit) (diff)
downloadgentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.tar.gz
gentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.tar.bz2
gentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.zip
New release from archetypes-1.3.1 tree.
Diffstat (limited to 'net-zope/validation/validation-1.3.0.11.ebuild')
-rw-r--r--net-zope/validation/validation-1.3.0.11.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-zope/validation/validation-1.3.0.11.ebuild b/net-zope/validation/validation-1.3.0.11.ebuild
new file mode 100644
index 000000000000..c875e5e923ca
--- /dev/null
+++ b/net-zope/validation/validation-1.3.0.11.ebuild
@@ -0,0 +1,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.11.ebuild,v 1.1 2004/12/04 20:09:54 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}/${PN}-1.3.0-11.tar.gz"
+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 !"
+}