diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:58:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:59:16 +0200 |
commit | 49bb76b2571257e0109ccb7e1be2e2682b37fbc0 (patch) | |
tree | 59b9c6cd58bf8c65f8be30c6f0192af0599eabcc /dev-perl/Math-VecStat | |
parent | dev-perl/Math-Vec: EAPI=8 bump (diff) | |
download | gentoo-49bb76b2571257e0109ccb7e1be2e2682b37fbc0.tar.gz gentoo-49bb76b2571257e0109ccb7e1be2e2682b37fbc0.tar.bz2 gentoo-49bb76b2571257e0109ccb7e1be2e2682b37fbc0.zip |
dev-perl/Math-VecStat: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-VecStat')
-rw-r--r-- | dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild (renamed from dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild index 2ba0246b3c45..73b0b3a8c2f4 100644 --- a/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild +++ b/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=ASPINELLI -MODULE_VERSION=0.08 +DIST_AUTHOR=ASPINELLI +DIST_VERSION=0.08 inherit perl-module DESCRIPTION="Some basic numeric stats on vectors" SLOT="0" KEYWORDS="amd64 ~ia64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -SRC_TEST="do" |