summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJodok Batlogg <batlogg@gentoo.org>2004-07-27 19:17:26 +0000
committerJodok Batlogg <batlogg@gentoo.org>2004-07-27 19:17:26 +0000
commit8f786e632a28a94f0e6fb33e93e568279fae0121 (patch)
tree6cbc04652384d2bcc3e18751d5235df342294b59 /net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild
parentoops, ebuild was not added to cvs (Manifest recommit) (diff)
downloadgentoo-2-8f786e632a28a94f0e6fb33e93e568279fae0121.tar.gz
gentoo-2-8f786e632a28a94f0e6fb33e93e568279fae0121.tar.bz2
gentoo-2-8f786e632a28a94f0e6fb33e93e568279fae0121.zip
version bump, added IUSE
Diffstat (limited to 'net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild')
-rw-r--r--net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild b/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild
new file mode 100644
index 000000000000..f9e31b5cd657
--- /dev/null
+++ b/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild,v 1.1 2004/07/27 19:17:26 batlogg Exp $
+
+inherit zproduct
+
+DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone."
+HOMEPAGE="http://sf.net/projects/collective"
+SRC_URI="mirror://sourceforge/collective/CMFFormController-${PV}.tgz"
+LICENSE="ZPL"
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ net-zope/cmf"
+
+ZPROD_LIST="CMFFormController"