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.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 1747415814C for ; Thu, 12 Oct 2023 14:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CCB32BC01E; Thu, 12 Oct 2023 14:27:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E36D72BC017 for ; Thu, 12 Oct 2023 14:27:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC22E335C34 for ; Thu, 12 Oct 2023 14:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB235ECB for ; Thu, 12 Oct 2023 14:27:49 +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: <1697120838.b3cb3c478c7b110c02930885503723d9b4189ef4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-251-r1.ebuild virtual/libudev/libudev-251-r2.ebuild virtual/libudev/metadata.xml X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b3cb3c478c7b110c02930885503723d9b4189ef4 X-VCS-Branch: master Date: Thu, 12 Oct 2023 14:27:49 +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: dee07e15-168b-45e7-923e-d75c2cdd40aa X-Archives-Hash: bd6dd40ba7c4c6c9ca6ce6a91114062f commit: b3cb3c478c7b110c02930885503723d9b4189ef4 Author: Mike Gilbert gentoo org> AuthorDate: Thu Oct 12 13:58:23 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Oct 12 14:27:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cb3c47 virtual/libudev: drop eudev Signed-off-by: Mike Gilbert gentoo.org> .../{libudev-251-r1.ebuild => libudev-251-r2.ebuild} | 13 ++----------- virtual/libudev/metadata.xml | 4 ---- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/virtual/libudev/libudev-251-r1.ebuild b/virtual/libudev/libudev-251-r2.ebuild similarity index 53% rename from virtual/libudev/libudev-251-r1.ebuild rename to virtual/libudev/libudev-251-r2.ebuild index 7ca4c188ab97..0250b8380d00 100644 --- a/virtual/libudev/libudev-251-r1.ebuild +++ b/virtual/libudev/libudev-251-r2.ebuild @@ -9,18 +9,9 @@ DESCRIPTION="Virtual for libudev providers" SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="eudev +sticky-tags systemd" -REQUIRED_USE=" - ?? ( eudev systemd ) - eudev? ( !sticky-tags ) -" +IUSE="systemd" -# eudev does not provide v251 APIs, see -# https://github.com/eudev-project/eudev/issues/249 RDEPEND=" - !systemd? ( - eudev? ( sys-fs/eudev[${MULTILIB_USEDEP}] ) - !eudev? ( >=sys-apps/systemd-utils-251[udev,${MULTILIB_USEDEP}] ) - ) + !systemd? ( >=sys-apps/systemd-utils-251[udev,${MULTILIB_USEDEP}] ) systemd? ( >=sys-apps/systemd-251:0/2[${MULTILIB_USEDEP}] ) " diff --git a/virtual/libudev/metadata.xml b/virtual/libudev/metadata.xml index a77c7ba23870..d3d2736bbc51 100644 --- a/virtual/libudev/metadata.xml +++ b/virtual/libudev/metadata.xml @@ -7,9 +7,5 @@ systemd@gentoo.org - - Depend on sys-fs/eudev - Enable API support for sticky tags -