commit: ad992b76bcce43f0d176a47edc2216b9b7a2d5b3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:21:48 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:51:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad992b76
dev-perl/Lirc-Client: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...c-Client-2.20.0.ebuild => Lirc-Client-2.20.0-r1.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Lirc-Client/Lirc-Client-2.20.0.ebuild
b/dev-perl/Lirc-Client/Lirc-Client-2.20.0-r1.ebuild
similarity index 69%
rename from dev-perl/Lirc-Client/Lirc-Client-2.20.0.ebuild
rename to dev-perl/Lirc-Client/Lirc-Client-2.20.0-r1.ebuild
index 230e1c0d344..5f71decdea2 100644
--- a/dev-perl/Lirc-Client/Lirc-Client-2.20.0.ebuild
+++ b/dev-perl/Lirc-Client/Lirc-Client-2.20.0-r1.ebuild
@@ -1,29 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=MGRIMES
-MODULE_VERSION=2.02
+DIST_AUTHOR=MGRIMES
+DIST_VERSION=2.02
inherit perl-module
DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
dev-perl/File-Path-Expand
>=dev-perl/Moo-1.0.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.0
virtual/perl-File-Spec
virtual/perl-IO
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do parallel"