From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7591138334 for ; Sat, 2 Mar 2019 21:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A4EE08BD; Sat, 2 Mar 2019 21:48:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEEECE08BD for ; Sat, 2 Mar 2019 21:48:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D8ED335CA6 for ; Sat, 2 Mar 2019 21:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A442A326 for ; Sat, 2 Mar 2019 21:47:59 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1551563254.4ec56a6df1e321492d33e3efcdf277b08b244857.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-LibUSB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/USB-LibUSB/Manifest dev-perl/USB-LibUSB/USB-LibUSB-0.60.0.ebuild X-VCS-Directories: dev-perl/USB-LibUSB/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4ec56a6df1e321492d33e3efcdf277b08b244857 X-VCS-Branch: master Date: Sat, 2 Mar 2019 21:47:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef43c396-6691-4c4a-8533-8cdfeb1dc414 X-Archives-Hash: 2c3d50f6297e8ea016b8811cc7ef3dd5 commit: 4ec56a6df1e321492d33e3efcdf277b08b244857 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 2 21:47:34 2019 +0000 Commit: Andreas K. Hüttel gentoo 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 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 ) +"