* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2017-11-03 16:41 Andreas Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2017-11-03 16:41 UTC (permalink / raw
To: gentoo-commits
commit: b7882bb6269a68d5357fa5ba51d6e17d44ff0a77
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 3 16:41:45 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 3 16:41:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7882bb6
dev-perl/USB-LibUSB: New package
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-perl/USB-LibUSB/Manifest | 1 +
dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/USB-LibUSB/metadata.xml | 12 ++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
new file mode 100644
index 00000000000..351df9fd669
--- /dev/null
+++ b/dev-perl/USB-LibUSB/Manifest
@@ -0,0 +1 @@
+DIST USB-LibUSB-0.05.tar.gz 65014 SHA256 103511531daa45ad03c9cf4d17df17ec708eccee5b448a14b97ae73f416cb4b6 SHA512 9c7c3f645c7bc9353df5878d44e562aaebcecdffdc5f192d1e50249983bb9afbc5adecb3aa530a9f4e81a09ad39382f0a2d75637462568c8214d66f6c9176230 WHIRLPOOL 2f3573a3376accf079c6ee709acd19816eaf2bebe823470fd8d9d40ea9ef2d634cbaee9827c8740f56a06f37c12a9e2765693231b33d4ba6afbc7cac85972d8b
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild
new file mode 100644
index 00000000000..8392f8db2d9
--- /dev/null
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.05
+DIST_AUTHOR=AMBA
+KEYWORDS="~amd64 ~x86"
+inherit perl-module
+
+DESCRIPTION="Perl interface to the libusb-1.0 API"
+
+SLOT="0"
+IUSE="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 )
+"
diff --git a/dev-perl/USB-LibUSB/metadata.xml b/dev-perl/USB-LibUSB/metadata.xml
new file mode 100644
index 00000000000..e10a656f860
--- /dev/null
+++ b/dev-perl/USB-LibUSB/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2018-03-20 6:27 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2018-03-20 6:27 UTC (permalink / raw
To: gentoo-commits
commit: 8ca7114ea22ca567f21ca1be21c3e07831a89212
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 02:35:50 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 06:27:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca7114e
dev-perl/USB-LibUSB: Add missing CPAN remote-id's
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/USB-LibUSB/metadata.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-perl/USB-LibUSB/metadata.xml b/dev-perl/USB-LibUSB/metadata.xml
index e10a656f860..993d2772ea6 100644
--- a/dev-perl/USB-LibUSB/metadata.xml
+++ b/dev-perl/USB-LibUSB/metadata.xml
@@ -9,4 +9,11 @@
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">USB-LibUSB</remote-id>
+ <remote-id type="cpan-module">USB::LibUSB</remote-id>
+ <remote-id type="cpan-module">USB::LibUSB::Device</remote-id>
+ <remote-id type="cpan-module">USB::LibUSB::Device::Handle</remote-id>
+ <remote-id type="cpan-module">USB::LibUSB::XS</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2019-03-02 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2019-03-02 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 4ec56a6df1e321492d33e3efcdf277b08b244857
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 21:47:34 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 21:47:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec56a6d
dev-perl/USB-LibUSB: Version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/USB-LibUSB/Manifest | 1 +
dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
index 88f1294d096..6bf19e07dc8 100644
--- a/dev-perl/USB-LibUSB/Manifest
+++ b/dev-perl/USB-LibUSB/Manifest
@@ -1 +1,2 @@
DIST USB-LibUSB-0.05.tar.gz 65014 BLAKE2B 71713bde50703e3eb8df8bf7c2b88cc45647a0312089229d7bfce7abfbf596bfb1f82f5e8a73ebf383a0a0464780e44333fef005017b40220e8ac5e716801b02 SHA512 9c7c3f645c7bc9353df5878d44e562aaebcecdffdc5f192d1e50249983bb9afbc5adecb3aa530a9f4e81a09ad39382f0a2d75637462568c8214d66f6c9176230
+DIST USB-LibUSB-0.06.tar.gz 65164 BLAKE2B c77530794f549be1df301ea5463a0fc71fdb0aa5086b0b1340eeabe4aab5d0c041bf8b8b55cc041cd90c7119417728eb36e08f1ab00ff8e8a29bb8fa08eb2103 SHA512 bee86c3fca7f366f4b9186442f04c642bca6c27357c7980f03be837349e5fb5a69dd568fda445b156a77ba0c9d840c1da9401dd9afd330c623e8c4f89e320137
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild
new file mode 100644
index 00000000000..756fd09d075
--- /dev/null
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+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 )
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2020-08-17 18:03 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2020-08-17 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 1c4c93c0ce1b20710204f0c54a628c8cbb1df57f
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 17:58:48 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 18:02:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4c93c0
dev-perl/USB-LibUSB: Version bump
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
dev-perl/USB-LibUSB/Manifest | 1 +
dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
index 6bf19e07dc8..fcd1926f65c 100644
--- a/dev-perl/USB-LibUSB/Manifest
+++ b/dev-perl/USB-LibUSB/Manifest
@@ -1,2 +1,3 @@
DIST USB-LibUSB-0.05.tar.gz 65014 BLAKE2B 71713bde50703e3eb8df8bf7c2b88cc45647a0312089229d7bfce7abfbf596bfb1f82f5e8a73ebf383a0a0464780e44333fef005017b40220e8ac5e716801b02 SHA512 9c7c3f645c7bc9353df5878d44e562aaebcecdffdc5f192d1e50249983bb9afbc5adecb3aa530a9f4e81a09ad39382f0a2d75637462568c8214d66f6c9176230
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.90.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
new file mode 100644
index 00000000000..e580e5fedc1
--- /dev/null
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.09
+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 )
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2020-08-17 18:03 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2020-08-17 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 8f3184a469ebfd7b39f2763beb39b850cef0c0be
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 17:59:17 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 18:02:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3184a4
dev-perl/USB-LibUSB: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
dev-perl/USB-LibUSB/Manifest | 1 -
dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
index fcd1926f65c..215f801b6a0 100644
--- a/dev-perl/USB-LibUSB/Manifest
+++ b/dev-perl/USB-LibUSB/Manifest
@@ -1,3 +1,2 @@
-DIST USB-LibUSB-0.05.tar.gz 65014 BLAKE2B 71713bde50703e3eb8df8bf7c2b88cc45647a0312089229d7bfce7abfbf596bfb1f82f5e8a73ebf383a0a0464780e44333fef005017b40220e8ac5e716801b02 SHA512 9c7c3f645c7bc9353df5878d44e562aaebcecdffdc5f192d1e50249983bb9afbc5adecb3aa530a9f4e81a09ad39382f0a2d75637462568c8214d66f6c9176230
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.50.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.50.0.ebuild
deleted file mode 100644
index dcca7e5ab95..00000000000
--- a/dev-perl/USB-LibUSB/USB-LibUSB-0.50.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.05
-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 )
-"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2021-07-07 22:42 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-07-07 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 3aedc6096a50ad4f00e9a9cc9dccd4ad6ba36500
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 7 22:10:06 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 22:41:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aedc609
dev-perl/USB-LibUSB: stable for amd64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
index e580e5fedc1..6f216a3d776 100644
--- a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_VERSION=0.09
DIST_AUTHOR=AMBA
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
inherit perl-module
DESCRIPTION="Perl interface to the libusb-1.0 API"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2021-10-02 13:10 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 4dd50a4029e56a006c91443373ad0716ec6f31aa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 13:06:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 13:10:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd50a40
dev-perl/USB-LibUSB: Remove old
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/USB-LibUSB/Manifest | 1 -
dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-perl/USB-LibUSB/Manifest b/dev-perl/USB-LibUSB/Manifest
index 215f801b6a0..138a33c5bc8 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 3c2fb6493fc..00000000000
--- 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 )
-"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/
@ 2021-10-02 13:10 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 6302bacd324016ec72e42270bb34616db43f82b4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 13:07:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 13:10:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302bacd
dev-perl/USB-LibUSB: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{USB-LibUSB-0.90.0.ebuild => USB-LibUSB-0.90.0-r1.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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
similarity index 86%
rename from dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
rename to dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
index 6f216a3d776..2e7b842bd3a 100644
--- a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_VERSION=0.09
DIST_AUTHOR=AMBA
@@ -11,8 +11,6 @@ inherit perl-module
DESCRIPTION="Perl interface to the libusb-1.0 API"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/libusb:1
@@ -21,7 +19,7 @@ RDEPEND="
dev-perl/Moo
virtual/perl-XSLoader
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-10-02 13:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-02 21:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-10-02 13:10 Andreas K. Hüttel
2021-10-02 13:10 Andreas K. Hüttel
2021-07-07 22:42 Andreas K. Hüttel
2020-08-17 18:03 Andreas K. Hüttel
2020-08-17 18:03 Andreas K. Hüttel
2018-03-20 6:27 Kent Fredric
2017-11-03 16:41 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox