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 E497F158003 for ; Mon, 8 Nov 2021 22:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD7E2BC03E; Mon, 8 Nov 2021 22:59:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 23D232BC03E for ; Mon, 8 Nov 2021 22:59:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C92E342E96 for ; Mon, 8 Nov 2021 22:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7482E4A for ; Mon, 8 Nov 2021 22:59:13 +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: <1636412314.2520624bc930ba769cb52e74d63a3ba96d134f99.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild dev-perl/Lab-Zhinst/Manifest X-VCS-Directories: dev-perl/Lab-Zhinst/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2520624bc930ba769cb52e74d63a3ba96d134f99 X-VCS-Branch: master Date: Mon, 8 Nov 2021 22:59:13 +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: 35b7b75e-73c1-4b56-88b5-bdcd53ad8612 X-Archives-Hash: 4b2eaabe95ce00339d5f1389a5e9646b commit: 2520624bc930ba769cb52e74d63a3ba96d134f99 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Nov 8 22:58:34 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Nov 8 22:58:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520624b dev-perl/Lab-Zhinst: Fix some pkgcheck warnings Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild | 5 +++-- dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 7 ++++--- dev-perl/Lab-Zhinst/Manifest | 1 - 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild index 64923629675..4ac9d675a67 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild @@ -3,15 +3,16 @@ EAPI=8 +inherit perl-module + if [[ "${PV}" != "9999" ]]; then DIST_VERSION=2.04 DIST_AUTHOR=AMBA - inherit perl-module KEYWORDS="~amd64" else EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git" EGIT_BRANCH="master" - inherit perl-module git-r3 + inherit git-r3 fi DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments" diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild index 64923629675..1bd860acb11 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild @@ -3,15 +3,16 @@ EAPI=8 +inherit perl-module + if [[ "${PV}" != "9999" ]]; then - DIST_VERSION=2.04 + # DIST_VERSION=2.04 DIST_AUTHOR=AMBA - inherit perl-module KEYWORDS="~amd64" else EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git" EGIT_BRANCH="master" - inherit perl-module git-r3 + inherit git-r3 fi DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments" diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest index a3f75327d45..a9d780a4794 100644 --- a/dev-perl/Lab-Zhinst/Manifest +++ b/dev-perl/Lab-Zhinst/Manifest @@ -1,2 +1 @@ DIST Lab-Zhinst-1.02.tar.gz 66342 BLAKE2B fd6b77ae851f5e38e369fe0f82841405c58e63555bb294a53c7d32bf8f4b31fcea1df982d0545ee2dc72ed562e6d8d6db30133a4ab861ca52743ec801c0a55b5 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc -DIST Lab-Zhinst-2.04.tar.gz 66217 BLAKE2B 7c10d7520cee4eb30b3ff38295c7bc2c4e4a60aaba47d4bfdfadb10e7538ad376d3bbcc32409d7d1426190dd635d1e6be040e8c00e1ea6d2b79376d0938cfbf4 SHA512 f54e4a23225b50254248ac9c8a1170db8c37165a41007c991a270c54212d3b86c8d9aec2ee71a3de4e543536aebe0646a961f9a698d52c461ebdadd1ed0ca219