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 35DC6158020 for ; Tue, 6 Dec 2022 01:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5617FE0837; Tue, 6 Dec 2022 01:59:13 +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 3C7D2E0837 for ; Tue, 6 Dec 2022 01:59:13 +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 F26DE340AB2 for ; Tue, 6 Dec 2022 01:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CBA5757 for ; Tue, 6 Dec 2022 01:59:10 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1670291935.c2394d01be67765df94bfe9d97eec5a25a4bda45.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vendor-reset/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vendor-reset/Manifest app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild X-VCS-Directories: app-emulation/vendor-reset/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: c2394d01be67765df94bfe9d97eec5a25a4bda45 X-VCS-Branch: master Date: Tue, 6 Dec 2022 01:59:10 +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: 0c01d7da-bf67-4383-89a8-7fd8de91bb0b X-Archives-Hash: 7f67860388217f9a4ac13c20e4fa8e35 commit: c2394d01be67765df94bfe9d97eec5a25a4bda45 Author: Nick Sarnie gentoo org> AuthorDate: Tue Dec 6 01:55:43 2022 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Tue Dec 6 01:58:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2394d01 app-emulation/vendor-reset: drop 0.1.0 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/vendor-reset/Manifest | 1 - .../vendor-reset/vendor-reset-0.1.0.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/app-emulation/vendor-reset/Manifest b/app-emulation/vendor-reset/Manifest index 6ddfbd7eb277..d6e8905b5c12 100644 --- a/app-emulation/vendor-reset/Manifest +++ b/app-emulation/vendor-reset/Manifest @@ -1,2 +1 @@ -DIST vendor-reset-0.1.0.tar.gz 12718324 BLAKE2B 762ec8bc289b572ab8f8ecc3fa233e3c78c48c48a261c58ce1be9c10356a55957e0bd8fd01e3143443be74236bf9ed540b84d332788c67aa949599ccc5a564d3 SHA512 ed4dcb1a71fa8901732e729d37b501ac105cc2c93d0666e44c08e311d99a244027339d5709a9305ff992ca2acb2f337793cdb1f9369197911985cd20d6f3139f DIST vendor-reset-0.1.1_pre20221205.tar.gz 12725340 BLAKE2B 5f2e34b74e83c8f48daad8d2c714872ab23f50cb0fad6b5c7920476b43c2fbfcf5543e923c506dfb2d8c33846e8fdd08c7d20b30fcc053f2c191d813872b44c5 SHA512 87a3c64d917e6a44308115480f14956f65a9f84fef70de29feebe3fcd7d522b59a3dbcb5fc9a340ac9b7a3612a29ed696b4f52648f86a0d877b915c97c5a4cc9 diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild b/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild deleted file mode 100644 index ec57b37fd6fe..000000000000 --- a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/gnif/vendor-reset.git" - EGIT_BRANCH="master" - inherit git-r3 -else - KEYWORDS="~amd64" - SRC_URI="https://github.com/gnif/vendor-reset/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="Linux kernel vendor specific hardware reset module" -HOMEPAGE="https://github.com/gnif/vendor-reset" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/Fix-5.11-build.patch" ) - -pkg_setup() { - local CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER" - linux-mod_pkg_setup -} - -src_compile() { - set_arch_to_kernel - default -} - -src_install() { - set_arch_to_kernel - emake \ - DESTDIR="${ED}" \ - INSTALL_MOD_PATH="${ED}" \ - install - - insinto /etc/modules-load.d/ - newins "${FILESDIR}"/modload.conf vendor-reset.conf -}