From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1607317-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AA1F158041 for <garchives@archives.gentoo.org>; Mon, 4 Mar 2024 18:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC49DE2A43; Mon, 4 Mar 2024 18:33:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3D77E2A43 for <gentoo-commits@lists.gentoo.org>; Mon, 4 Mar 2024 18:33:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2509343027 for <gentoo-commits@lists.gentoo.org>; Mon, 4 Mar 2024 18:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0498814EF for <gentoo-commits@lists.gentoo.org>; Mon, 4 Mar 2024 18:33:46 +0000 (UTC) From: "Rick Farina" <zerochaos@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" <zerochaos@gentoo.org> Message-ID: <1709577197.9954d285f995fd2448a8ac658f57a224bf0ef423.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/libusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/libusb/libusb-0.6.4-r2.ebuild dev-ruby/libusb/metadata.xml X-VCS-Directories: dev-ruby/libusb/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 9954d285f995fd2448a8ac658f57a224bf0ef423 X-VCS-Branch: master Date: Mon, 4 Mar 2024 18:33:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a9b7490-b1e5-4e50-9f26-43e6f492e73e X-Archives-Hash: a4a1cf8658a8acf8c707dea607576902 commit: 9954d285f995fd2448a8ac658f57a224bf0ef423 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Mon Mar 4 18:17:06 2024 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 18:33:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9954d285 dev-ruby/libusb: minor qa Per discussion with Graaff, dropping myself as maintainer for everything I originally added as a metasploit deps or worked on because it was a metasploit dep. Adding ruby project where missing. Minor qa Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> dev-ruby/libusb/libusb-0.6.4-r2.ebuild | 3 +-- dev-ruby/libusb/metadata.xml | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/libusb/libusb-0.6.4-r2.ebuild b/dev-ruby/libusb/libusb-0.6.4-r2.ebuild index cbde53e96e70..e46f91d5705a 100644 --- a/dev-ruby/libusb/libusb-0.6.4-r2.ebuild +++ b/dev-ruby/libusb/libusb-0.6.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,6 @@ HOMEPAGE="https://github.com/larskanis/libusb" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND+="virtual/libusb:1" RDEPEND+="${DEPEND}" diff --git a/dev-ruby/libusb/metadata.xml b/dev-ruby/libusb/metadata.xml index 0d8083ebbde2..1e7c1b5e79e2 100644 --- a/dev-ruby/libusb/metadata.xml +++ b/dev-ruby/libusb/metadata.xml @@ -5,6 +5,10 @@ <email>zerochaos@gentoo.org</email> <name>Rick Farina</name> </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> <upstream> <remote-id type="github">larskanis/libusb</remote-id> </upstream>