commit: 24645009c2f40226cf185e89f73a8578620a15db
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 19:57:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 19:59:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24645009
dev-perl/Math-Vec: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild | 22 ----------------------
dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild
b/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild
deleted file mode 100644
index 0587c47b288..00000000000
--- a/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=EWILHELM
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Vectors for perl"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild
b/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild
new file mode 100644
index 00000000000..140e3ee1b3b
--- /dev/null
+++ b/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EWILHELM
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Vectors for perl"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"