commit: 595810a99312236e5dda35edc23e9ef9ab26958e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 07:21:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:22:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595810a9
dev-perl/Lab-Zhinst: Bump to version 1.20.0
Upstream:
- No more XS Exceptions, return error code in return list instead
- Add Data Streaming API
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Manifest | 1 +
dev-perl/Lab-Zhinst/metadata.xml | 2 ++
3 files changed, 29 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
b/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
new file mode 100644
index 00000000000..9cd31bbf856
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ "${PV}" != "9999" ]]; then
+ DIST_VERSION=1.02
+ 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"
+HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/"
+
+SLOT="0"
+IUSE=""
+
+RDEPEND="sci-electronics/labone"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index 424b9c2ee76..5e4dc029a71 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1,2 +1,3 @@
DIST Lab-Zhinst-0.03.tar.gz 65577 SHA256
531cc266dfaaf614364c046505c2076151de9d59c01ddd9462479acca87d3396 SHA512
24d6f18cd48dda5da11302d7458ae3616f7a1bc33b363ecc1f022df6b09ba68dd2c67a9323334d96c192a65cb96ffd868c9d24e96840b9b85248d55e7a732380
WHIRLPOOL
9f6ab29c787876db3d7f3eabcd2b56cb6c8aecf2c0c08060d0e1b919b564ad67013a2022628b42757ca8d1a62f515bac57beb3374adcfac87a56731181d369d0
DIST Lab-Zhinst-0.05.tar.gz 65583 SHA256
32c3e001aae143868fa96f44da9bfb20142e8e029b5c66005e0a0520534c0e9a SHA512
38aedc3cbd6356c77ac32414c5a09e55b4f98001a932cd025d0483c64c57684aee61548ff4f6a944006ec8f79046b18c18d3935f4e2ea67d6a476d8fe10740c2
WHIRLPOOL
f4a672cbf4e6da38e4e6faa0d96a47a9d994448ad7ed85511c974be01ca79c641d446a4585d419555cd60a2ac7b22eee2995dacce053a1ae47c4f93d0d93118d
+DIST Lab-Zhinst-1.02.tar.gz 66342 SHA256
9b848cbe5e88ac5ed8e1be326c0d576a007a1f83484960a9d7da441efac62d23 SHA512
09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc
WHIRLPOOL
551ba1ba068473e05ac24f4cd59c7a00cda7a90aab4a40a3e068798adad6f79c49f4b3c79014d21071c257e4102600249fb2c2295aa91351776a5de754cd34df
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
index 9dbf66d444b..bca1acc57a9 100644
--- a/dev-perl/Lab-Zhinst/metadata.xml
+++ b/dev-perl/Lab-Zhinst/metadata.xml
@@ -11,5 +11,7 @@
</maintainer>
<upstream>
<remote-id type="github">amba/Lab-Zhinst</remote-id>
+ <remote-id type="cpan">Lab-Zhinst</remote-id>
+ <remote-id type="cpan-module">Lab::Zhinst</remote-id>
</upstream>
</pkgmetadata>