summaryrefslogtreecommitdiff
path: root/dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild
diff options
context:
space:
mode:
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.ebuild29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index b96f54070c71..000000000000
--- a/dev-perl/USB-TMC/USB-TMC-0.7.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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"
-RESTRICT="!test? ( 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
- )
-"