diff options
author | Andreas K. Huettel <andreas.huettel@ur.de> | 2017-04-19 16:11:03 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-04-19 16:44:47 +0200 |
commit | 39993e5c6b02f63109bbefe2b236995518b57e6b (patch) | |
tree | 72ba03e0eaec92963057b35017b602d1f6f02269 /dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | |
parent | sci-electronics/labone: New package (diff) | |
download | gentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.tar.gz gentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.tar.bz2 gentoo-39993e5c6b02f63109bbefe2b236995518b57e6b.zip |
dev-perl/Lab-Zhinst: New package
Diffstat (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild')
-rw-r--r-- | dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 26 |
1 files changed, 26 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 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 +" |