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 4654915808B for ; Sun, 20 Mar 2022 13:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74AC8E07F1; Sun, 20 Mar 2022 13:40:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2EE53E07DF for ; Sun, 20 Mar 2022 13:40:18 +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 C8331342F61 for ; Sun, 20 Mar 2022 13:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3721B320 for ; Sun, 20 Mar 2022 13:40:15 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1647783540.5e17e72ff3997901292f8a6e173da9865ba85568.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild X-VCS-Directories: games-util/sc-controller/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5e17e72ff3997901292f8a6e173da9865ba85568 X-VCS-Branch: master Date: Sun, 20 Mar 2022 13:40:15 +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: 7b03e235-8345-485f-bbcd-907b5edd4251 X-Archives-Hash: 1f8004dc99f5b52e8de53c23a8cc148b commit: 5e17e72ff3997901292f8a6e173da9865ba85568 Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 20 13:39:00 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 20 13:39:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e17e72f games-util/sc-controller: Don't install the udev rules These are just a broken subset of the rules we already have in games-util/game-device-udev-rules. Signed-off-by: James Le Cuirot gentoo.org> games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild index 1c55ab50f3e0..f4b6ee09f983 100644 --- a/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild +++ b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild @@ -39,3 +39,8 @@ pkg_setup() { linux-info_pkg_setup python-single-r1_pkg_setup } + +src_install() { + distutils-r1_src_install + rm -r "${ED}"/usr/lib/udev/ || die +}