Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323041
Collapse All | Expand All

(-)Params-Validate-0.88.ebuild.orig (-8 / +3 lines)
Lines 1-22 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.88.ebuild,v 1.7 2007/11/10 14:19:00 drac Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.88.ebuild,v 1.7 2007/11/10 14:19:00 drac Exp $
4
4
5
inherit perl-module
5
inherit perl-module
6
6
7
DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
7
DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
8
SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
9
HOMEPAGE="http://search.perl.com/~drolsky/${P}/"
8
HOMEPAGE="http://search.perl.com/~drolsky/${P}/"
9
SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
10
10
11
SRC_TEST="do"
11
SRC_TEST="do"
12
SLOT="0"
13
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
14
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
15
IUSE=""
15
IUSE=""
16
16
17
src_install () {
18
	perl-module_src_install
19
	dohtml htdocs/*
20
}
21
22
DEPEND="dev-lang/perl"
17
DEPEND="dev-lang/perl"

Return to bug 323041