summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:06:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:10:21 +0200
commit4dd50a4029e56a006c91443373ad0716ec6f31aa (patch)
treefc0287fc3cfdcc78343e48cafdd10f76887a1357 /dev-perl/USB-LibUSB
parentdev-perl/URI-redis: EAPI=8 bump (diff)
downloadgentoo-4dd50a4029e56a006c91443373ad0716ec6f31aa.tar.gz
gentoo-4dd50a4029e56a006c91443373ad0716ec6f31aa.tar.bz2
gentoo-4dd50a4029e56a006c91443373ad0716ec6f31aa.zip
dev-perl/USB-LibUSB: 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-LibUSB')
-rw-r--r--dev-perl/USB-LibUSB/Manifest1
-rw-r--r--dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
index 215f801b6a06..138a33c5bc80 100644
--- a/dev-perl/USB-LibUSB/Manifest
+++ b/dev-perl/USB-LibUSB/Manifest
@@ -1,2 +1 @@
-DIST USB-LibUSB-0.06.tar.gz 65164 BLAKE2B c77530794f549be1df301ea5463a0fc71fdb0aa5086b0b1340eeabe4aab5d0c041bf8b8b55cc041cd90c7119417728eb36e08f1ab00ff8e8a29bb8fa08eb2103 SHA512 bee86c3fca7f366f4b9186442f04c642bca6c27357c7980f03be837349e5fb5a69dd568fda445b156a77ba0c9d840c1da9401dd9afd330c623e8c4f89e320137
DIST USB-LibUSB-0.09.tar.gz 65208 BLAKE2B 8808e5de0cda08a965c8b1c7ec5f1458d3d0768848a6e368ff86cc6dffd2febd56704b9cd08e24be9b14dbe6a26adefe46f5861beb7f1b59742b90805e8ed569 SHA512 97b2316ba71c509ed268777e212c27cb18b0fe3151cd7a4e6d4e67fd8983cc1b8db727d028459aff8b60c67ccee5a7ef5769d5e0caa98a890f45a7e2a0199b06
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild
deleted file mode 100644
index 3c2fb6493fc5..000000000000
--- a/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.06
-DIST_AUTHOR=AMBA
-KEYWORDS="~amd64 ~x86"
-inherit perl-module
-
-DESCRIPTION="Perl interface to the libusb-1.0 API"
-
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/libusb:1
- virtual/perl-Carp
- virtual/perl-Exporter
- dev-perl/Moo
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"