summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <andreas.huettel@ur.de>2017-04-19 16:11:03 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-04-19 16:44:47 +0200
commit39993e5c6b02f63109bbefe2b236995518b57e6b (patch)
tree72ba03e0eaec92963057b35017b602d1f6f02269 /dev-perl/Lab-Zhinst
parentsci-electronics/labone: New package (diff)
downloadgentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.tar.gz
gentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.tar.bz2
gentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.zip
dev-perl/Lab-Zhinst: New package
Diffstat (limited to 'dev-perl/Lab-Zhinst')
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild26
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild26
-rw-r--r--dev-perl/Lab-Zhinst/Manifest1
-rw-r--r--dev-perl/Lab-Zhinst/metadata.xml8
4 files changed, 61 insertions, 0 deletions
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 000000000000..9d70940ac4c6
--- /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 000000000000..5c30b4506a7e
--- /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 000000000000..cf85886de00f
--- /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 000000000000..765a8e365b52
--- /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>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>