diff options
Diffstat (limited to 'dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild')
-rw-r--r-- | dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild index 92ec3fe3ee48..5e2fccad385f 100644 --- a/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild +++ b/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.11 2009/12/23 19:14:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.12 2010/02/04 20:47:32 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=ASPINELLI inherit perl-module DESCRIPTION="Some basic numeric stats on vectors" -SRC_URI="mirror://cpan/authors/id/A/AS/ASPINELLI/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~aspinelli/Math-VecStat-0.08/" SLOT="0" -LICENSE="Artistic" KEYWORDS="amd64 ia64 sparc x86 ~x86-solaris" IUSE="" SRC_TEST="do" - -DEPEND="dev-lang/perl" |