Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
Date: Sat, 02 Oct 2021 13:10:47
Message-Id: 1633180224.6302bacd324016ec72e42270bb34616db43f82b4.dilfridge@gentoo
1 commit: 6302bacd324016ec72e42270bb34616db43f82b4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 13:07:32 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 13:10:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302bacd
7
8 dev-perl/USB-LibUSB: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{USB-LibUSB-0.90.0.ebuild => USB-LibUSB-0.90.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
19 rename to dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
20 index 6f216a3d776..2e7b842bd3a 100644
21 --- a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
22 +++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_VERSION=0.09
31 DIST_AUTHOR=AMBA
32 @@ -11,8 +11,6 @@ inherit perl-module
33 DESCRIPTION="Perl interface to the libusb-1.0 API"
34
35 SLOT="0"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/libusb:1
41 @@ -21,7 +19,7 @@ RDEPEND="
42 dev-perl/Moo
43 virtual/perl-XSLoader
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 virtual/perl-ExtUtils-MakeMaker
48 test? ( virtual/perl-Test-Simple )
49 "