summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2017-04-18 13:42:19 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-04-18 13:42:19 +0200
commit90d0461e3e548ad3dc17e90047dfe7c82b6ffa64 (patch)
tree343f327092a7ddbf6d0f6f8be498d1f500e060d0 /dev-perl
parentur-profile: Another multilib dependency (diff)
downloaddilfridge-90d0461e3e548ad3dc17e90047dfe7c82b6ffa64.tar.gz
dilfridge-90d0461e3e548ad3dc17e90047dfe7c82b6ffa64.tar.bz2
dilfridge-90d0461e3e548ad3dc17e90047dfe7c82b6ffa64.zip
dev-perl/Lab-Zhinst: Add live ebuild for Simon's code
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild24
-rw-r--r--dev-perl/Lab-Zhinst/metadata.xml8
2 files changed, 32 insertions, 0 deletions
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 0000000..8f34849
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ "${PV}" != "9999" ]]; then
+ MODULE_VERSION=9999 # change this once released
+ MODULE_AUTHOR=AKHUETTEL # change this once released
+ KEYWORDS="~amd64"
+ inherit perl-module
+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=""
+
+DEPEND="sci-electronics/LabOne"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
new file mode 100644
index 0000000..765a8e3
--- /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>