summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:08:08 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:10:27 +0200
commit82f33295f25c404ef0adb331fd66ffa20df6f3bf (patch)
treec245202151a369a1e2e10c7543f0abc4e5a961a1 /dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild
parentdev-perl/USB-LibUSB: EAPI=8 bump (diff)
downloadgentoo-82f33295f25c404ef0adb331fd66ffa20df6f3bf.tar.gz
gentoo-82f33295f25c404ef0adb331fd66ffa20df6f3bf.tar.bz2
gentoo-82f33295f25c404ef0adb331fd66ffa20df6f3bf.zip
dev-perl/USB-TMC: Remove old
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.6.0.ebuild')
-rw-r--r--dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild b/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild
deleted file mode 100644
index 78e0be95dbef..000000000000
--- a/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.006
-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
- )
-"
-PATCHES=("${FILESDIR}/${PN}-0.006-nopodtest.patch")