From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95CDD158095 for ; Fri, 2 Sep 2022 15:14:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEDB3E099F; Fri, 2 Sep 2022 15:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C81BDE099F for ; Fri, 2 Sep 2022 15:14:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 076EB335DC3 for ; Fri, 2 Sep 2022 15:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1EFA5A2 for ; Fri, 2 Sep 2022 15:14:38 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1662131668.bedba54e0225cc8f800271459d4c0bfa3a1dc762.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild dev-perl/Lab-Measurement/Manifest X-VCS-Directories: dev-perl/Lab-Measurement/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bedba54e0225cc8f800271459d4c0bfa3a1dc762 X-VCS-Branch: master Date: Fri, 2 Sep 2022 15:14:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7217e52f-2c0f-4e6b-91b7-190b541ebcd5 X-Archives-Hash: b76f8b3af64eff4b47dc4da0183d1682 commit: bedba54e0225cc8f800271459d4c0bfa3a1dc762 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Sep 2 15:12:57 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Sep 2 15:14:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedba54e dev-perl/Lab-Measurement: Remove old Signed-off-by: Andreas K. Hüttel gentoo.org> .../Lab-Measurement/Lab-Measurement-3.791.ebuild | 147 --------------------- dev-perl/Lab-Measurement/Manifest | 1 - 2 files changed, 148 deletions(-) diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild deleted file mode 100644 index 02500e21d97d..000000000000 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_EXAMPLES=( "examples/*" ) - -if [[ "${PV}" != "9999" ]]; then - DIST_VERSION=${PV%.0} - DIST_AUTHOR=AKHUETTEL - KEYWORDS="amd64 ~x86" - inherit perl-module -else - EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git" - EGIT_BRANCH="master" - EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-git" - inherit perl-module git-r3 -fi - -DESCRIPTION="Measurement control and automation with Perl" -HOMEPAGE="https://www.labmeasurement.de" - -SLOT="0" - -DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM Test-ReportPrereqs ) - -RDEPEND=" - virtual/perl-Carp - dev-perl/Class-ISA - >=dev-perl/Class-Method-Modifiers-2.110.0 - >=dev-perl/Clone-0.310.0 - virtual/perl-Data-Dumper - virtual/perl-Encode - >=dev-perl/Exception-Class-1.0.0 - virtual/perl-Exporter - virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-Getopt-Long - dev-perl/Hook-LexWrap - virtual/perl-IO - >=dev-perl/IO-Socket-Timeout-0.320.0 - dev-perl/List-MoreUtils - virtual/perl-Scalar-List-Utils - virtual/perl-Math-Complex - dev-perl/Math-Round - >=virtual/perl-Module-Load-0.260.0 - >=dev-perl/Moose-2.121.300 - >=dev-perl/MooseX-Params-Validate-0.180.0 - dev-perl/MooseX-StrictConstructor - >=dev-perl/PDL-2.7.0 - dev-perl/PDL-Graphics-Gnuplot - >=dev-perl/Role-Tiny-1.3.4 - virtual/perl-Socket - dev-perl/Statistics-Descriptive - virtual/perl-Storable - >=dev-perl/TermReadKey-2.300.0 - virtual/perl-Thread-Semaphore - virtual/perl-Time-HiRes - dev-perl/Time-Monotonic - virtual/perl-Time-Piece - >=dev-perl/Try-Tiny-0.220.0 - >=dev-perl/YAML-LibYAML-0.410.0 - virtual/perl-autodie - >=dev-perl/namespace-autoclean-0.200.0 - virtual/perl-parent - sci-visualization/gnuplot - dev-perl/Lab-VXI11 - dev-perl/USB-TMC -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/File-Slurper - virtual/perl-File-Temp - dev-perl/Test-Fatal - dev-perl/Test-File - virtual/perl-Test-Simple - dev-perl/Text-Diff - dev-perl/aliased - ) -" - -if [[ "${PV}" == "9999" ]]; then - DEPEND="${DEPEND} - dev-perl/Dist-Zilla" - for dzp in "${DZIL_PLUGINS[@]}" ; do - DEPEND="${DEPEND} - dev-perl/Dist-Zilla-Plugin-${dzp}" - done -fi - -src_unpack() { - if [[ "${PV}" == "9999" ]]; then - git-r3_src_unpack - mkdir -p "${S}" || die "Can't make ${S}" - else - default - fi -} - -dzil_to_distdir() { - local dzil_root dest has_missing modname dzil_version - dzil_root="$1" - dest="$2" - - cd "${dzil_root}" || die "Can't enter git workdir '${dzil_root}'"; - - dzil_version="$(dzil version)" || die "Error invoking 'dzil version'" - einfo "Generating CPAN dist with ${dzil_version}" - - has_missing="" - - einfo "Checking dzil authordeps" - while IFS= read -d $'\n' -r modname; do - if [[ -z "${has_missing}" ]]; then - has_missing=1 - eerror "'dzil authordeps' indicates missing build dependencies" - eerror "These will prevent building, please report a bug" - eerror "Missing:" - fi - eerror " ${modname}" - done < <( dzil authordeps --missing --versions ) - - [[ -z "${has_missing}" ]] || die "Satisfy all missing authordeps first" - - einfo "Checking dzil build deps" - while IFS= read -d $'\n' -r modname; do - if [[ -z "${has_missing}" ]]; then - has_missing=1 - ewarn "'dzil listdeps' indicates missing build dependencies" - ewarn "These may prevent building, please report a bug if they do" - ewarn "Missing:" - fi - ewarn " ${modname}" - done < <( dzil listdeps --missing --versions --author ) - - einfo "Generating release" - dzil build --notgz --in "${dest}" || die "Unable to build CPAN dist in '${dest}'" -} - -src_prepare() { - if [[ ${PV} == 9999 ]]; then - dzil_to_distdir "${EGIT_CHECKOUT_DIR}" "${S}" - fi - cd "${S}" || die "Can't enter build dir" - perl-module_src_prepare -} diff --git a/dev-perl/Lab-Measurement/Manifest b/dev-perl/Lab-Measurement/Manifest index 8fbee8ef28ee..c97c16b769c5 100644 --- a/dev-perl/Lab-Measurement/Manifest +++ b/dev-perl/Lab-Measurement/Manifest @@ -1,3 +1,2 @@ -DIST Lab-Measurement-3.791.tar.gz 662036 BLAKE2B f133d2590c91ef62a8c8234aa77e2c3eed2a43236d260e13d49a27fe89082be505f7aa9be79e1fbcd5c9d9c96068b1db50ad0a1377f84124bb47702c8801ba3c SHA512 c07fddf0b1c728fcb2aa17ada14edff32dcc3cb8fe7e23e9f770251562aef6c09343900e0104d8ef971b5366fdda27c212500993616be3b92422e0cba88873bb DIST Lab-Measurement-3.802.tar.gz 578843 BLAKE2B 6217f4d6298d8ab019f81ccf8223178fa6181ff0bc77af4d02e161289424b5b951ef9913575a5f69c64494f2eef50a8eaeae137c5ae9b3f9b9cae6e708741cb3 SHA512 b71e760f25a8b2383d0de4f6bab8ee26d9368a22b82d926b5ff2e1d410221020ad5407a43f1c295cc06f2f4d97b0245e729698f413d2b3e16b823df7e6998ccd DIST Lab-Measurement-3.823.tar.gz 614793 BLAKE2B 62a4a55ed72b3d164dbd8b8b65c76da2d62eda4c49fc95c0d93e50eca204a0a3969844b01bfb5532b338ee38717a926ea2be9c05ed1789542389f9d3b26d7256 SHA512 0f60e7ae20af98022dcb913e27ecaa22658d8038c3d4cf446df24b42bc4834cf4ea6d2a1b8ff04d02f4f0728ed4cbbc5cb79ca42ee6611675c09842c27c114a8