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 8C6EC1382C5 for ; Sun, 11 Apr 2021 00:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3685E084E; Sun, 11 Apr 2021 00:08:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B38F6E084E for ; Sun, 11 Apr 2021 00:08:41 +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 AF86133D7E3 for ; Sun, 11 Apr 2021 00:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9D8646 for ; Sun, 11 Apr 2021 00:08:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1618099705.54f5c13343d0b0fc666036538068781c142330ce.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libusb/libusb-1-r1.ebuild X-VCS-Directories: virtual/libusb/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 54f5c13343d0b0fc666036538068781c142330ce X-VCS-Branch: master Date: Sun, 11 Apr 2021 00:08:39 +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: 9ff61ade-2491-4432-af91-3d27b8dea5c6 X-Archives-Hash: 2b5f2a091938dd97aa8b31b77d63e93f commit: 54f5c13343d0b0fc666036538068781c142330ce Author: Mike Gilbert gentoo org> AuthorDate: Sun Apr 11 00:08:25 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Apr 11 00:08:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f5c133 virtual/libusb: drop 1-r1 Signed-off-by: Mike Gilbert gentoo.org> virtual/libusb/libusb-1-r1.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/virtual/libusb/libusb-1-r1.ebuild b/virtual/libusb/libusb-1-r1.ebuild deleted file mode 100644 index 710ad6f8a2c..00000000000 --- a/virtual/libusb/libusb-1-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit multilib-build - -DESCRIPTION="Virtual for libusb" -SLOT="1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="udev" - -RDEPEND=">=dev-libs/libusb-1.0.9-r2:1[udev(+)?,${MULTILIB_USEDEP}]"