diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:21:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:51:29 +0200 |
commit | ad992b76bcce43f0d176a47edc2216b9b7a2d5b3 (patch) | |
tree | 65c87bc54b80bbd3dd2aebd0926a4524431f6cb1 /dev-perl/Lirc-Client | |
parent | dev-perl/Linux-Pid: EAPI=8 bump (diff) | |
download | gentoo-ad992b76bcce43f0d176a47edc2216b9b7a2d5b3.tar.gz gentoo-ad992b76bcce43f0d176a47edc2216b9b7a2d5b3.tar.bz2 gentoo-ad992b76bcce43f0d176a47edc2216b9b7a2d5b3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Lirc-Client')
-rw-r--r-- | dev-perl/Lirc-Client/Lirc-Client-2.20.0-r1.ebuild (renamed from dev-perl/Lirc-Client/Lirc-Client-2.20.0.ebuild) | 14 |
1 files 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 index 230e1c0d3447..5f71decdea23 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" |