commit: 39993e5c6b02f63109bbefe2b236995518b57e6b
Author: Andreas K. Huettel <andreas.huettel <AT> ur <DOT> de>
AuthorDate: Wed Apr 19 14:11:03 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 14:44:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39993e5c
dev-perl/Lab-Zhinst: New package
dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Manifest | 1 +
dev-perl/Lab-Zhinst/metadata.xml | 8 ++++++++
4 files changed, 61 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
new file mode 100644
index 00000000000..9d70940ac4c
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.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=0.01
+ DIST_AUTHOR=AMBA
+ inherit perl-module
+ KEYWORDS="~amd64"
+else
+ EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git"
+ EGIT_BRANCH="master"
+ inherit perl-module git-r3
+fi
+
+DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
+HOMEPAGE="https://github.com/amba/Lab-Zhinst/"
+
+SLOT="0"
+IUSE=""
+
+RDEPEND="sci-electronics/labone"
+DEPEND="${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
new file mode 100644
index 00000000000..5c30b4506a7
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.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=xxxxxx # change this when released
+ DIST_AUTHOR=AMBA
+ inherit perl-module
+ KEYWORDS="~amd64"
+else
+ EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git"
+ EGIT_BRANCH="master"
+ inherit perl-module git-r3
+fi
+
+DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
+HOMEPAGE="https://github.com/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
new file mode 100644
index 00000000000..cf85886de00
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -0,0 +1 @@
+DIST Lab-Zhinst-0.01.tar.gz 58194 SHA256
324a1098040208aec095f590895c0374720e80e8b6c130dfef9fc96f91e05bea SHA512
6086d1dba88669764178252d43a035e7a0dc56b4e84e2cb1b791f98953eabae91faffc70b8093c73cd648acbd580f9b204e4208172cc426c2e9874b419a3fa42
WHIRLPOOL
9a0b723fd3c72b199d37a3fbba0ed5cb79552bd986028d0a080f7b2814346d842ea9d2613abe77f2c5b56d91e4cb78715f5c2559b54ea01cda5e7e3b217e8e7e
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
new file mode 100644
index 00000000000..765a8e365b5
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>