diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-08 23:58:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-08 23:58:34 +0100 |
commit | 2520624bc930ba769cb52e74d63a3ba96d134f99 (patch) | |
tree | 6734b9bacb06f2ca7887d71d612f1904974bd287 /dev-perl/Lab-Zhinst | |
parent | dev-perl/Lab-Zhinst: Version bump 2.04 (diff) | |
download | gentoo-2520624bc930ba769cb52e74d63a3ba96d134f99.tar.gz gentoo-2520624bc930ba769cb52e74d63a3ba96d134f99.tar.bz2 gentoo-2520624bc930ba769cb52e74d63a3ba96d134f99.zip |
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 <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Lab-Zhinst')
-rw-r--r-- | dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 7 | ||||
-rw-r--r-- | 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 649236296759..4ac9d675a671 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 649236296759..1bd860acb117 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 a3f75327d452..a9d780a4794c 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 |