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: Fri, 02 Sep 2022 15:14:41
Message-Id: 1662131668.bedba54e0225cc8f800271459d4c0bfa3a1dc762.dilfridge@gentoo
1 commit: bedba54e0225cc8f800271459d4c0bfa3a1dc762
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 15:12:57 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 15:14:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedba54e
7
8 dev-perl/Lab-Measurement: Remove old
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 .../Lab-Measurement/Lab-Measurement-3.791.ebuild | 147 ---------------------
13 dev-perl/Lab-Measurement/Manifest | 1 -
14 2 files changed, 148 deletions(-)
15
16 diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild
17 deleted file mode 100644
18 index 02500e21d97d..000000000000
19 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild
20 +++ /dev/null
21 @@ -1,147 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -DIST_EXAMPLES=( "examples/*" )
28 -
29 -if [[ "${PV}" != "9999" ]]; then
30 - DIST_VERSION=${PV%.0}
31 - DIST_AUTHOR=AKHUETTEL
32 - KEYWORDS="amd64 ~x86"
33 - inherit perl-module
34 -else
35 - EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git"
36 - EGIT_BRANCH="master"
37 - EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-git"
38 - inherit perl-module git-r3
39 -fi
40 -
41 -DESCRIPTION="Measurement control and automation with Perl"
42 -HOMEPAGE="https://www.labmeasurement.de"
43 -
44 -SLOT="0"
45 -
46 -DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM Test-ReportPrereqs )
47 -
48 -RDEPEND="
49 - virtual/perl-Carp
50 - dev-perl/Class-ISA
51 - >=dev-perl/Class-Method-Modifiers-2.110.0
52 - >=dev-perl/Clone-0.310.0
53 - virtual/perl-Data-Dumper
54 - virtual/perl-Encode
55 - >=dev-perl/Exception-Class-1.0.0
56 - virtual/perl-Exporter
57 - virtual/perl-File-Path
58 - virtual/perl-File-Spec
59 - virtual/perl-Getopt-Long
60 - dev-perl/Hook-LexWrap
61 - virtual/perl-IO
62 - >=dev-perl/IO-Socket-Timeout-0.320.0
63 - dev-perl/List-MoreUtils
64 - virtual/perl-Scalar-List-Utils
65 - virtual/perl-Math-Complex
66 - dev-perl/Math-Round
67 - >=virtual/perl-Module-Load-0.260.0
68 - >=dev-perl/Moose-2.121.300
69 - >=dev-perl/MooseX-Params-Validate-0.180.0
70 - dev-perl/MooseX-StrictConstructor
71 - >=dev-perl/PDL-2.7.0
72 - dev-perl/PDL-Graphics-Gnuplot
73 - >=dev-perl/Role-Tiny-1.3.4
74 - virtual/perl-Socket
75 - dev-perl/Statistics-Descriptive
76 - virtual/perl-Storable
77 - >=dev-perl/TermReadKey-2.300.0
78 - virtual/perl-Thread-Semaphore
79 - virtual/perl-Time-HiRes
80 - dev-perl/Time-Monotonic
81 - virtual/perl-Time-Piece
82 - >=dev-perl/Try-Tiny-0.220.0
83 - >=dev-perl/YAML-LibYAML-0.410.0
84 - virtual/perl-autodie
85 - >=dev-perl/namespace-autoclean-0.200.0
86 - virtual/perl-parent
87 - sci-visualization/gnuplot
88 - dev-perl/Lab-VXI11
89 - dev-perl/USB-TMC
90 -"
91 -BDEPEND="${RDEPEND}
92 - virtual/perl-ExtUtils-MakeMaker
93 - test? (
94 - dev-perl/File-Slurper
95 - virtual/perl-File-Temp
96 - dev-perl/Test-Fatal
97 - dev-perl/Test-File
98 - virtual/perl-Test-Simple
99 - dev-perl/Text-Diff
100 - dev-perl/aliased
101 - )
102 -"
103 -
104 -if [[ "${PV}" == "9999" ]]; then
105 - DEPEND="${DEPEND}
106 - dev-perl/Dist-Zilla"
107 - for dzp in "${DZIL_PLUGINS[@]}" ; do
108 - DEPEND="${DEPEND}
109 - dev-perl/Dist-Zilla-Plugin-${dzp}"
110 - done
111 -fi
112 -
113 -src_unpack() {
114 - if [[ "${PV}" == "9999" ]]; then
115 - git-r3_src_unpack
116 - mkdir -p "${S}" || die "Can't make ${S}"
117 - else
118 - default
119 - fi
120 -}
121 -
122 -dzil_to_distdir() {
123 - local dzil_root dest has_missing modname dzil_version
124 - dzil_root="$1"
125 - dest="$2"
126 -
127 - cd "${dzil_root}" || die "Can't enter git workdir '${dzil_root}'";
128 -
129 - dzil_version="$(dzil version)" || die "Error invoking 'dzil version'"
130 - einfo "Generating CPAN dist with ${dzil_version}"
131 -
132 - has_missing=""
133 -
134 - einfo "Checking dzil authordeps"
135 - while IFS= read -d $'\n' -r modname; do
136 - if [[ -z "${has_missing}" ]]; then
137 - has_missing=1
138 - eerror "'dzil authordeps' indicates missing build dependencies"
139 - eerror "These will prevent building, please report a bug"
140 - eerror "Missing:"
141 - fi
142 - eerror " ${modname}"
143 - done < <( dzil authordeps --missing --versions )
144 -
145 - [[ -z "${has_missing}" ]] || die "Satisfy all missing authordeps first"
146 -
147 - einfo "Checking dzil build deps"
148 - while IFS= read -d $'\n' -r modname; do
149 - if [[ -z "${has_missing}" ]]; then
150 - has_missing=1
151 - ewarn "'dzil listdeps' indicates missing build dependencies"
152 - ewarn "These may prevent building, please report a bug if they do"
153 - ewarn "Missing:"
154 - fi
155 - ewarn " ${modname}"
156 - done < <( dzil listdeps --missing --versions --author )
157 -
158 - einfo "Generating release"
159 - dzil build --notgz --in "${dest}" || die "Unable to build CPAN dist in '${dest}'"
160 -}
161 -
162 -src_prepare() {
163 - if [[ ${PV} == 9999 ]]; then
164 - dzil_to_distdir "${EGIT_CHECKOUT_DIR}" "${S}"
165 - fi
166 - cd "${S}" || die "Can't enter build dir"
167 - perl-module_src_prepare
168 -}
169
170 diff --git a/dev-perl/Lab-Measurement/Manifest b/dev-perl/Lab-Measurement/Manifest
171 index 8fbee8ef28ee..c97c16b769c5 100644
172 --- a/dev-perl/Lab-Measurement/Manifest
173 +++ b/dev-perl/Lab-Measurement/Manifest
174 @@ -1,3 +1,2 @@
175 -DIST Lab-Measurement-3.791.tar.gz 662036 BLAKE2B f133d2590c91ef62a8c8234aa77e2c3eed2a43236d260e13d49a27fe89082be505f7aa9be79e1fbcd5c9d9c96068b1db50ad0a1377f84124bb47702c8801ba3c SHA512 c07fddf0b1c728fcb2aa17ada14edff32dcc3cb8fe7e23e9f770251562aef6c09343900e0104d8ef971b5366fdda27c212500993616be3b92422e0cba88873bb
176 DIST Lab-Measurement-3.802.tar.gz 578843 BLAKE2B 6217f4d6298d8ab019f81ccf8223178fa6181ff0bc77af4d02e161289424b5b951ef9913575a5f69c64494f2eef50a8eaeae137c5ae9b3f9b9cae6e708741cb3 SHA512 b71e760f25a8b2383d0de4f6bab8ee26d9368a22b82d926b5ff2e1d410221020ad5407a43f1c295cc06f2f4d97b0245e729698f413d2b3e16b823df7e6998ccd
177 DIST Lab-Measurement-3.823.tar.gz 614793 BLAKE2B 62a4a55ed72b3d164dbd8b8b65c76da2d62eda4c49fc95c0d93e50eca204a0a3969844b01bfb5532b338ee38717a926ea2be9c05ed1789542389f9d3b26d7256 SHA512 0f60e7ae20af98022dcb913e27ecaa22658d8038c3d4cf446df24b42bc4834cf4ea6d2a1b8ff04d02f4f0728ed4cbbc5cb79ca42ee6611675c09842c27c114a8