summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-12 23:17:19 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-12 23:46:37 +0200
commit61afa88a7ca45b12dd69d1c4ca6a767a3419ca5c (patch)
treed1f09daab235e3db372636963e3041e0a554d501
parentdev-perl/Gtk3-SimpleList: Version bump 0.21 (diff)
downloadgentoo-61afa88a.tar.gz
gentoo-61afa88a.tar.bz2
gentoo-61afa88a.zip
dev-perl/Guard: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Guard/Guard-1.23.0-r1.ebuild (renamed from dev-perl/Guard/Guard-1.23.0.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Guard/Guard-1.23.0.ebuild b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
index 226ea9f196ed..d511a04d320b 100644
--- a/dev-perl/Guard/Guard-1.23.0.ebuild
+++ b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=1.023
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=1.023
inherit perl-module
DESCRIPTION="Safe cleanup blocks"
@@ -14,5 +14,3 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST="do"