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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16F271382C5 for ; Wed, 25 Apr 2018 15:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2C3E0950; Wed, 25 Apr 2018 15:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F24C4E0950 for ; Wed, 25 Apr 2018 15:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA19335C0C for ; Wed, 25 Apr 2018 15:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805F7287 for ; Wed, 25 Apr 2018 15:24:28 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1524669713.db8a194a706500858914c83206feaee3e7fae77f.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.600.0.ebuild dev-perl/Lab-Measurement/Lab-Measurement-3.613.ebuild dev-perl/Lab-Measurement/Manifest X-VCS-Directories: dev-perl/Lab-Measurement/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: db8a194a706500858914c83206feaee3e7fae77f X-VCS-Branch: master Date: Wed, 25 Apr 2018 15:24:28 +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-Archives-Salt: f8f17b1c-31a7-4cc1-a06f-0a533953ec18 X-Archives-Hash: d172dc1a1baa582bd92575c643ea6383 commit: db8a194a706500858914c83206feaee3e7fae77f Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Apr 25 15:21:53 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Apr 25 15:21:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8a194a dev-perl/Lab-Measurement: Drop old. Drop stable version. Stabilization doesnt really make much sense here (I'm upstream). Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../Lab-Measurement/Lab-Measurement-3.600.0.ebuild | 140 -------------------- .../Lab-Measurement/Lab-Measurement-3.613.ebuild | 143 --------------------- dev-perl/Lab-Measurement/Manifest | 2 - 3 files changed, 285 deletions(-) diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.600.0.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.600.0.ebuild deleted file mode 100644 index 867b2e76022..00000000000 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.600.0.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="http://www.labmeasurement.de/" - -SLOT="0" -IUSE="test" - -DZIL_PLUGINS=( Git SurgicalPodWeaver RPM AuthorsFromGit ) - -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 - >=virtual/perl-Module-Load-0.260.0 - >=dev-perl/Moose-2.121.300 - >=dev-perl/MooseX-Params-Validate-0.180.0 - >=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/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 -" -DEPEND=" - ${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/Lab-Measurement-3.613.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.613.ebuild deleted file mode 100644 index 6f68ebe8c07..00000000000 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.613.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="http://www.labmeasurement.de/" - -SLOT="0" -IUSE="test" - -DZIL_PLUGINS=( Git SurgicalPodWeaver RPM AuthorsFromGit ) - -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 - >=virtual/perl-Module-Load-0.260.0 - >=dev-perl/Moose-2.121.300 - >=dev-perl/MooseX-Params-Validate-0.180.0 - >=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 - >=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 -" -DEPEND=" - ${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 726b73f9030..159d865e761 100644 --- a/dev-perl/Lab-Measurement/Manifest +++ b/dev-perl/Lab-Measurement/Manifest @@ -1,3 +1 @@ -DIST Lab-Measurement-3.600.tar.gz 513213 BLAKE2B 6ab87bc4b7f99864c02bd6bcc9f83a586e6db950af566a9af811906d621755973aef7b89e774bdfb865c27d357b4eed1f41a7bf37868354b0289242b0565d0fe SHA512 427e99594a9916e0e1f95d58d84d21e62ea619d9887badb3a8472c780842227acb0f50d2e5ab68c01b7fab487ca32585a83475de920d88936dd9fad65447a8d5 -DIST Lab-Measurement-3.613.tar.gz 548651 BLAKE2B 386b4ced272ed12620246eb08c3f21fe65be859e277f5dc26a056709746274459a3be9029290e06ff6b7c88ee8fd28338aceaf741bfeb15b9059f313b1b66fd8 SHA512 9645b9de7c845b3c4743cb27d572aa912f533a45a220cc21f1d60d051e18cf260676a990483adc0090d53c0dd305679d03e8497292a0801575c2bae28f87915b DIST Lab-Measurement-3.631.tar.gz 576050 BLAKE2B 1535dfedb6c3ed1aaa266f3b8d924195b2bfd4d5fa101b4aa1d1f9fa5156ab2fd2678f628dbbe0d66b51796fa3a0a1e679478f1eadb39df58c5d64eb1fe17954 SHA512 201a1782ecdb0d14a9a6274130af970535c2131c894469999d4f910ec8b345b4c68434a9b458e85b2f1e14e6426fe9b64aad7e898836583d346f2b088b2ba411