summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2005-04-15 17:20:05 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2005-04-15 17:20:05 +0000
commit5c8ab1e4829a2ad3f21b570e4b32f3c5d801572c (patch)
tree74a331aa210af05de3b452aec188d816e62234fe /net-zope/validation/validation-1.3.1.ebuild
parentFixed screen lockup problem (patch taken from Debian package). (diff)
downloadhistorical-5c8ab1e4829a2ad3f21b570e4b32f3c5d801572c.tar.gz
historical-5c8ab1e4829a2ad3f21b570e4b32f3c5d801572c.tar.bz2
historical-5c8ab1e4829a2ad3f21b570e4b32f3c5d801572c.zip
version bump for AT-1.3.2
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-zope/validation/validation-1.3.1.ebuild')
-rw-r--r--net-zope/validation/validation-1.3.1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-zope/validation/validation-1.3.1.ebuild b/net-zope/validation/validation-1.3.1.ebuild
new file mode 100644
index 000000000000..63333b596a43
--- /dev/null
+++ b/net-zope/validation/validation-1.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/validation/validation-1.3.1.ebuild,v 1.1 2005/04/15 17:16:44 radek Exp $
+
+inherit zproduct
+
+DESCRIPTION="Data validation package, originally designed for Archetypes."
+WEBPAGE="http://www.sourceforge.net/projects/archetypes"
+SRC_URI="mirror://sourceforge/archetypes/${PF}-final.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+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 !"
+}