diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:56:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:56:55 +0000 |
commit | 3f9f15d1d0cdcd867c0ee02ed2653c624b33afa3 (patch) | |
tree | 8de4788e3d59c93f60d4bd7db742eda99e57b2a2 /dev-perl/Params-Validate | |
parent | Version bump, fixed for bugs #6822 and #7299. (diff) | |
download | gentoo-2-3f9f15d1d0cdcd867c0ee02ed2653c624b33afa3.tar.gz gentoo-2-3f9f15d1d0cdcd867c0ee02ed2653c624b33afa3.tar.bz2 gentoo-2-3f9f15d1d0cdcd867c0ee02ed2653c624b33afa3.zip |
Bug 9137, for future dep in HTML-Mason (Apache mod)
Diffstat (limited to 'dev-perl/Params-Validate')
-rw-r--r-- | dev-perl/Params-Validate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Params-Validate/Params-Validate-0.24.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Params-Validate/files/digest-Params-Validate-0.24 | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Params-Validate/ChangeLog b/dev-perl/Params-Validate/ChangeLog new file mode 100644 index 000000000000..e612bee06a13 --- /dev/null +++ b/dev-perl/Params-Validate/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Params-Validate +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.1 2002/10/24 14:56:55 mcummings Exp $ + +*Params-Validate-0.24-1 (14 OCT 2002) + + 14 OCT 2002; <mcummings@gentoo.org>Params-Validate-0.24-1.ebuild ChangeLog : + Initial import. Ebuild submitted by John Cappiello john@apt202.net. diff --git a/dev-perl/Params-Validate/Params-Validate-0.24.ebuild b/dev-perl/Params-Validate/Params-Validate-0.24.ebuild new file mode 100644 index 000000000000..97f93631b078 --- /dev/null +++ b/dev-perl/Params-Validate/Params-Validate-0.24.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.24.ebuild,v 1.1 2002/10/24 14:56:55 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A module to provide a flexible system for validation method/function call parameters" +SRC_URI="http://www.perl.com/CPAN/modules/by-authors/id/D/DR/DROLSKY/${P}.tar.gz" +HOMEPAGE="http://www.perl.com/CPAN/modules/by-authors/id/D/DR/DROLSKY/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~alpha sparc sparc64" + +DEPEND="${DEPEND}" + +mydoc="CREDITS UPGRADE" + +src_install () { + + perl-module_src_install + dohtml htdocs/* + +} diff --git a/dev-perl/Params-Validate/files/digest-Params-Validate-0.24 b/dev-perl/Params-Validate/files/digest-Params-Validate-0.24 new file mode 100644 index 000000000000..513fb90820ca --- /dev/null +++ b/dev-perl/Params-Validate/files/digest-Params-Validate-0.24 @@ -0,0 +1 @@ +MD5 350525d69b0d1f24e42846ba202d1594 Params-Validate-0.24.tar.gz 18183 |