summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-20 00:41:19 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-20 00:43:57 +0200
commit54a8457450374c1d5c4f0375d8c658cd9a919a16 (patch)
tree58512dea30bec396e9568b086f90cac6fa3e2d81 /dev-perl/Object-MultiType
parentdev-perl/Object-Event: EAPI=8 bump (diff)
downloadgentoo-54a8457450374c1d5c4f0375d8c658cd9a919a16.tar.gz
gentoo-54a8457450374c1d5c4f0375d8c658cd9a919a16.tar.bz2
gentoo-54a8457450374c1d5c4f0375d8c658cd9a919a16.zip
dev-perl/Object-MultiType: 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/Object-MultiType')
-rw-r--r--dev-perl/Object-MultiType/Object-MultiType-0.50.0-r1.ebuild (renamed from dev-perl/Object-MultiType/Object-MultiType-0.50.0.ebuild)13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/Object-MultiType/Object-MultiType-0.50.0.ebuild b/dev-perl/Object-MultiType/Object-MultiType-0.50.0-r1.ebuild
index 32cbd51c1a7f..2165df34879e 100644
--- a/dev-perl/Object-MultiType/Object-MultiType-0.50.0.ebuild
+++ b/dev-perl/Object-MultiType/Object-MultiType-0.50.0-r1.ebuild
@@ -1,18 +1,15 @@
-# 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_VERSION=0.05
-MODULE_AUTHOR=GMPASSOS
+DIST_VERSION=0.05
+DIST_AUTHOR=GMPASSOS
inherit perl-module
DESCRIPTION="Perl Objects as Hash, Array, Scalar, Code and Glob at the same time"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST=do
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"