summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
commitc427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch)
tree6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/validation/validation-1.3.0.ebuild
parent2.8.0 in the house, and 2.6.0 kicked to the curb. (diff)
downloadhistorical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/validation/validation-1.3.0.ebuild')
-rw-r--r--net-zope/validation/validation-1.3.0.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/net-zope/validation/validation-1.3.0.ebuild b/net-zope/validation/validation-1.3.0.ebuild
index f0b8a08d9290..5b38292eb8f5 100644
--- a/net-zope/validation/validation-1.3.0.ebuild
+++ b/net-zope/validation/validation-1.3.0.ebuild
@@ -1,31 +1,27 @@
-# 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/validation/validation-1.3.0.ebuild,v 1.1 2004/10/07 21:30:24 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/validation/validation-1.3.0.ebuild,v 1.2 2006/01/27 02:48:48 vapier Exp $
inherit zproduct
MASTER_PN=archetypes
-
-DESCRIPTION="Data validation package, originally designed for Archetypes."
-WEBPAGE="http://www.sourceforge.net/projects/${MASTER_PN}"
+DESCRIPTION="Data validation package, originally designed for Archetypes"
+HOMEPAGE="http://www.sourceforge.net/projects/${MASTER_PN}"
SRC_URI="mirror://sourceforge/${MASTER_PN}/${P}-8.tgz"
+
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
SLOT="1.3"
+KEYWORDS="~ppc ~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 !"
}