diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-08 23:32:12 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-08 23:32:55 +0100 |
commit | 5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a (patch) | |
tree | 63ebb72abeea2a9dffb073a4b5108ffbd3105ef6 /dev-perl/Lab-Zhinst | |
parent | www-servers/caddy: Bump to version 2.4.6 (diff) | |
download | gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.tar.gz gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.tar.bz2 gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.zip |
dev-perl/Lab-Zhinst: Version bump 2.04
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 | 33 | ||||
-rw-r--r-- | dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Lab-Zhinst/Manifest | 1 |
3 files changed, 48 insertions, 7 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 new file mode 100644 index 000000000000..649236296759 --- /dev/null +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +fi + +DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments" + +SLOT="0" + +RDEPEND=" + virtual/perl-AutoLoader + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + sci-electronics/labone +" +DEPEND=" + sci-electronics/labone +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild index 28b084b4d8ca..649236296759 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ "${PV}" != "9999" ]]; then - DIST_VERSION=xxxxxx # change this when released + DIST_VERSION=2.04 DIST_AUTHOR=AMBA inherit perl-module KEYWORDS="~amd64" @@ -15,12 +15,19 @@ else fi DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments" -HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/" SLOT="0" -IUSE="" -RDEPEND="sci-electronics/labone" -DEPEND="${RDEPEND} +RDEPEND=" + virtual/perl-AutoLoader + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + sci-electronics/labone +" +DEPEND=" + sci-electronics/labone +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest index a9d780a4794c..a3f75327d452 100644 --- a/dev-perl/Lab-Zhinst/Manifest +++ b/dev-perl/Lab-Zhinst/Manifest @@ -1 +1,2 @@ DIST Lab-Zhinst-1.02.tar.gz 66342 BLAKE2B fd6b77ae851f5e38e369fe0f82841405c58e63555bb294a53c7d32bf8f4b31fcea1df982d0545ee2dc72ed562e6d8d6db30133a4ab861ca52743ec801c0a55b5 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc +DIST Lab-Zhinst-2.04.tar.gz 66217 BLAKE2B 7c10d7520cee4eb30b3ff38295c7bc2c4e4a60aaba47d4bfdfadb10e7538ad376d3bbcc32409d7d1426190dd635d1e6be040e8c00e1ea6d2b79376d0938cfbf4 SHA512 f54e4a23225b50254248ac9c8a1170db8c37165a41007c991a270c54212d3b86c8d9aec2ee71a3de4e543536aebe0646a961f9a698d52c461ebdadd1ed0ca219 |