dev-perl/Lab-Zhinst - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/Lab-Zhinst-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Lab-Zhinst-9999

Or alternatively:

emerge --autounmask-write -a =dev-perl/Lab-Zhinst-9999

Package Information

Description:
Perl bindings to the LabOne API of Zurich Instruments

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ "${PV}" != "9999" ]]; then
	# DIST_VERSION=2.04
	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"

SLOT="0"

RDEPEND="
	virtual/perl-Carp
	virtual/perl-Exporter
	virtual/perl-XSLoader
	sci-electronics/labone
"
DEPEND="
	sci-electronics/labone
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"

Inherited Eclasses

Dependencies

DEPEND

	sci-electronics/labone

RDEPEND

	virtual/perl-Carp
	virtual/perl-Exporter
	virtual/perl-XSLoader
	sci-electronics/labone

BDEPEND

	virtual/perl-Carp
	virtual/perl-Exporter
	virtual/perl-XSLoader
	sci-electronics/labone

	virtual/perl-ExtUtils-MakeMaker