2017-04-20 09:30:47 +03:00
|
|
|
# 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
|
2017-04-25 09:55:10 +03:00
|
|
|
EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git"
|
2017-04-20 09:30:47 +03:00
|
|
|
EGIT_BRANCH="master"
|
|
|
|
inherit perl-module git-r3
|
|
|
|
fi
|
|
|
|
|
|
|
|
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
|
2017-04-25 09:55:10 +03:00
|
|
|
HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/"
|
2017-04-20 09:30:47 +03:00
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="sci-electronics/labone"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
|
|
"
|