diff options
author | 2021-11-08 23:32:12 +0100 | |
---|---|---|
committer | 2021-11-08 23:32:55 +0100 | |
commit | 5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a (patch) | |
tree | 63ebb72abeea2a9dffb073a4b5108ffbd3105ef6 /dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | |
parent | www-servers/caddy: Bump to version 2.4.6 (diff) | |
download | gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.tar.gz gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.tar.bz2 gentoo-5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a.zip |
dev-perl/Lab-Zhinst: Version bump 2.04
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild')
-rw-r--r-- | dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild index 28b084b4d8c..64923629675 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ "${PV}" != "9999" ]]; then - DIST_VERSION=xxxxxx # change this when released + DIST_VERSION=2.04 DIST_AUTHOR=AMBA inherit perl-module KEYWORDS="~amd64" @@ -15,12 +15,19 @@ else 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} +RDEPEND=" + virtual/perl-AutoLoader + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + sci-electronics/labone +" +DEPEND=" + sci-electronics/labone +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |