summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-30 16:35:25 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-30 16:35:25 +0200
commitd67e39f2286f345b2007e71f5ab57605ea746c89 (patch)
tree6de2bf68a67c6d3050286e0416d29c5cce6e681d /dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild
parentnet-dns/maradns: remove 2.0.09-r1 (diff)
downloadgentoo-d67e39f2286f345b2007e71f5ab57605ea746c89.tar.gz
gentoo-d67e39f2286f345b2007e71f5ab57605ea746c89.tar.bz2
gentoo-d67e39f2286f345b2007e71f5ab57605ea746c89.zip
dev-perl/Lab-Zhinst: Version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild')
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild
new file mode 100644
index 000000000000..91f379f918b2
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.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.05
+ 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
+"