dev-perl/USB-TMC: drop 0.7.0

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2021-11-05 18:35:23 +01:00
parent 72a53fe895
commit b0df9d3c0b
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST USB-TMC-0.007.tar.gz 15325 BLAKE2B 0b4ccf52cf9ba9fc2877b36a9c7041274aeaa979e6f0ddd47667c2320e2d16223bc01318f7c5e9cc9447d232e0b2698a2cca4049f166bb8d1b59e8cb5e88876e SHA512 cc18defd8eef4fe07d479b3f6b11f92938dba6633dddfb1fad56975b888ce130dcd5aeef61b384d4ae4098d483704ea0aa7df6a8890f3155189de87c58d9a759
DIST USB-TMC-0.009.tar.gz 15421 BLAKE2B 945ba6e8c4dd14aa6777957685b477216605d5535c2dc51b0a029bac1e6fb8bf0b5fa7cff57dfb2a06b3e8b683e267e6f141e171d69790dd443b4585a85cf452 SHA512 134019069894f5521032a0e2d86cdd46b070ee7e1ed2840385870061df94ea82a43452be3d45a0495702f68d3fcfb10274a37f064dc9b9d6a61edaa7368431f9

View File

@@ -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
)
"