summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 02:49:08 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 02:49:08 +0000
commit1acec6f33fff422fb4fe2b514c0ebb69ea7fc623 (patch)
treeba2647f178a0ab2388ffcd3f491a5f8f748e4138 /net-zope/validation/validation-1.3.1.ebuild
parent2.8.0 in the house, and 2.6.0 kicked to the curb. (diff)
downloadgentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.tar.gz
gentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.tar.bz2
gentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.zip
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/validation/validation-1.3.1.ebuild')
-rw-r--r--net-zope/validation/validation-1.3.1.ebuild19
1 files changed, 8 insertions, 11 deletions
diff --git a/net-zope/validation/validation-1.3.1.ebuild b/net-zope/validation/validation-1.3.1.ebuild
index 63333b596a43..2b5af69e3c49 100644
--- a/net-zope/validation/validation-1.3.1.ebuild
+++ b/net-zope/validation/validation-1.3.1.ebuild
@@ -1,29 +1,26 @@
-# 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/validation/validation-1.3.1.ebuild,v 1.1 2005/04/15 17:16:44 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/validation/validation-1.3.1.ebuild,v 1.2 2006/01/27 02:48:48 vapier Exp $
inherit zproduct
-DESCRIPTION="Data validation package, originally designed for Archetypes."
-WEBPAGE="http://www.sourceforge.net/projects/archetypes"
+DESCRIPTION="Data validation package, originally designed for Archetypes"
+HOMEPAGE="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"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND=">=net-zope/cmf-1.4.7"
ZPROD_LIST="validation"
-src_install()
-{
+src_install() {
zproduct_src_install all
-
}
-pkg_postinst()
-{
+pkg_postinst() {
zproduct_pkg_postinst
ewarn "Please be warned that it should not be used together with dev-python/validation !"
}