diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/cmfformcontroller | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/cmfformcontroller')
3 files changed, 18 insertions, 22 deletions
diff --git a/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild b/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild index 59151ddb0154..4511e79b148e 100644 --- a/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild +++ b/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild,v 1.3 2004/07/27 19:17:26 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.1.ebuild,v 1.4 2006/01/27 02:28:06 vapier Exp $ inherit zproduct -DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone." +DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone" HOMEPAGE="http://sf.net/projects/collective" SRC_URI="mirror://sourceforge/collective/CMFFormController-${PV}.tar.gz" + LICENSE="ZPL" -KEYWORDS="~x86 ~ppc" -SLOT="0" -IUSE="" +KEYWORDS="~ppc ~x86" -RDEPEND="${RDEPEND} - net-zope/cmf" +RDEPEND="net-zope/cmf" ZPROD_LIST="CMFFormController" diff --git a/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild b/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild index f9e31b5cd657..c295bc52a4e4 100644 --- a/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild +++ b/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.2.ebuild,v 1.2 2006/01/27 02:28:06 vapier Exp $ inherit zproduct -DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone." +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="" +KEYWORDS="~ppc ~x86" -RDEPEND="${RDEPEND} - net-zope/cmf" +RDEPEND="net-zope/cmf" ZPROD_LIST="CMFFormController" diff --git a/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild b/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild index e67c5dde1713..168202557301 100644 --- a/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild +++ b/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild,v 1.4 2005/04/02 08:52:31 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfformcontroller/cmfformcontroller-1.0.3.ebuild,v 1.5 2006/01/27 02:28:06 vapier Exp $ inherit zproduct -DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone." +DESCRIPTION="CMFFormController replaces the portal_form form validation mechanism from Plone" HOMEPAGE="http://sf.net/projects/collective" SRC_URI="mirror://sourceforge/collective/CMFFormController-${PV}-beta.tar.gz" + LICENSE="ZPL" -KEYWORDS="x86 ppc ~sparc ~amd64" +KEYWORDS="~amd64 ppc ~sparc x86" -RDEPEND="${RDEPEND} - net-zope/cmf" +RDEPEND="net-zope/cmf" ZPROD_LIST="CMFFormController" |