diff options
author | 2021-10-23 11:26:30 +0200 | |
---|---|---|
committer | 2021-10-23 17:00:28 +0200 | |
commit | 816c9ee1e601419aff905a3b6bba870d9ca47a81 (patch) | |
tree | 9ca95516818a4da0a4c77f1818f56ccf6dfc3515 /dev-perl/Lab-Measurement | |
parent | app-misc/rlwrap: Drop EAPI-5 ebuild (diff) | |
download | gentoo-816c9ee1e601419aff905a3b6bba870d9ca47a81.tar.gz gentoo-816c9ee1e601419aff905a3b6bba870d9ca47a81.tar.bz2 gentoo-816c9ee1e601419aff905a3b6bba870d9ca47a81.zip |
dev-perl/Lab-Measurement: Live ebuild update, EAPI=8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Lab-Measurement')
-rw-r--r-- | dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild index 77af54a66108..dd02cae02296 100644 --- a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild +++ b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_EXAMPLES=( "examples/*" ) if [[ "${PV}" != "9999" ]]; then DIST_VERSION=${PV%.0} - DIST_AUTHOR="AKHUETTEL" + DIST_AUTHOR=AKHUETTEL KEYWORDS="~amd64 ~x86" inherit perl-module else @@ -21,10 +21,8 @@ DESCRIPTION="Measurement control and automation with Perl" HOMEPAGE="https://www.labmeasurement.de" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM ) +DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM Test-ReportPrereqs ) RDEPEND=" virtual/perl-Carp @@ -69,8 +67,7 @@ RDEPEND=" dev-perl/Lab-VXI11 dev-perl/USB-TMC " -DEPEND=" - ${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/File-Slurper @@ -82,6 +79,7 @@ DEPEND=" dev-perl/aliased ) " + if [[ "${PV}" == "9999" ]]; then DEPEND="${DEPEND} dev-perl/Dist-Zilla" |