Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/
Date: Sat, 23 Oct 2021 15:01:11
Message-Id: 1635001228.816c9ee1e601419aff905a3b6bba870d9ca47a81.dilfridge@gentoo
1 commit: 816c9ee1e601419aff905a3b6bba870d9ca47a81
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 09:26:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 15:00:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816c9ee1
7
8 dev-perl/Lab-Measurement: Live ebuild update, EAPI=8
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild | 12 +++++-------
14 1 file changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
17 index 77af54a6610..dd02cae0229 100644
18 --- a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
19 +++ b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
20 @@ -1,13 +1,13 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 DIST_EXAMPLES=( "examples/*" )
28
29 if [[ "${PV}" != "9999" ]]; then
30 DIST_VERSION=${PV%.0}
31 - DIST_AUTHOR="AKHUETTEL"
32 + DIST_AUTHOR=AKHUETTEL
33 KEYWORDS="~amd64 ~x86"
34 inherit perl-module
35 else
36 @@ -21,10 +21,8 @@ DESCRIPTION="Measurement control and automation with Perl"
37 HOMEPAGE="https://www.labmeasurement.de"
38
39 SLOT="0"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42
43 -DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM )
44 +DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM Test-ReportPrereqs )
45
46 RDEPEND="
47 virtual/perl-Carp
48 @@ -69,8 +67,7 @@ RDEPEND="
49 dev-perl/Lab-VXI11
50 dev-perl/USB-TMC
51 "
52 -DEPEND="
53 - ${RDEPEND}
54 +BDEPEND="${RDEPEND}
55 virtual/perl-ExtUtils-MakeMaker
56 test? (
57 dev-perl/File-Slurper
58 @@ -82,6 +79,7 @@ DEPEND="
59 dev-perl/aliased
60 )
61 "
62 +
63 if [[ "${PV}" == "9999" ]]; then
64 DEPEND="${DEPEND}
65 dev-perl/Dist-Zilla"