summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-03 21:57:33 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-03 21:59:13 +0200
commit24645009c2f40226cf185e89f73a8578620a15db (patch)
treef856acd2941b0ee65d291f25cf98d793dfb2337d /dev-perl/Math-Vec
parentdev-perl/Math-Utils: Version bump 1.14 (diff)
downloadgentoo-24645009c2f40226cf185e89f73a8578620a15db.tar.gz
gentoo-24645009c2f40226cf185e89f73a8578620a15db.tar.bz2
gentoo-24645009c2f40226cf185e89f73a8578620a15db.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Vec')
-rw-r--r--dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild22
-rw-r--r--dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild18
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 0587c47b288b..000000000000
--- 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 000000000000..140e3ee1b3b4
--- /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
+"