From d67e39f2286f345b2007e71f5ab57605ea746c89 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 30 Apr 2017 16:35:25 +0200 Subject: dev-perl/Lab-Zhinst: Version bump Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild') 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 +" -- cgit v1.2.3-65-gdbad