summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2018-04-27 15:05:03 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2018-04-27 15:05:38 +0200
commitf91f21cb9f6b8aa7e67d95b8ac6e61c88190dc19 (patch)
treec2f2d3218b0b04779a5a0c8d2793fa9bd3161068 /dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild
parentgnustep-apps/pikopixel: revision bump to get beta9b version (diff)
downloadgentoo-f91f21cb9f6b8aa7e67d95b8ac6e61c88190dc19.tar.gz
gentoo-f91f21cb9f6b8aa7e67d95b8ac6e61c88190dc19.tar.bz2
gentoo-f91f21cb9f6b8aa7e67d95b8ac6e61c88190dc19.zip
dev-perl/USB-TMC: Version bump; remove old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild')
-rw-r--r--dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild b/dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild
new file mode 100644
index 000000000000..b1674077e781
--- /dev/null
+++ b/dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.007
+DIST_AUTHOR=AMBA
+KEYWORDS="~amd64 ~x86"
+inherit perl-module
+
+DESCRIPTION="Perl interface to the USB Test & Measurement (USBTMC) backend"
+
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ dev-perl/Moose
+ dev-perl/MooseX-Params-Validate
+ dev-perl/USB-LibUSB
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"