summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:09:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:10:31 +0200
commit92df43a37e48cd7c23d3338cd4f2b1c11b844fc8 (patch)
treee5de7e0573e0f6a4f16a1964456ff1bfb43dbae6 /dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild
parentdev-perl/USB-TMC: Remove old (diff)
downloadgentoo-92df43a37e48cd7c23d3338cd4f2b1c11b844fc8.tar.gz
gentoo-92df43a37e48cd7c23d3338cd4f2b1c11b844fc8.tar.bz2
gentoo-92df43a37e48cd7c23d3338cd4f2b1c11b844fc8.zip
dev-perl/USB-TMC: Version bump 0.009
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild')
-rw-r--r--dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild b/dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild
new file mode 100644
index 000000000000..ec91670b8dd0
--- /dev/null
+++ b/dev-perl/USB-TMC/USB-TMC-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_VERSION=0.009
+DIST_AUTHOR=AMBA
+inherit perl-module
+
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Perl interface to the USB Test & Measurement (USBTMC) backend"
+SLOT="0"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ dev-perl/Moose
+ dev-perl/MooseX-Params-Validate
+ dev-perl/USB-LibUSB
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"