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 854D6158094 for ; Mon, 15 Aug 2022 14:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B37E0DBB; Mon, 15 Aug 2022 14:28:36 +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 7C83CE0DBB for ; Mon, 15 Aug 2022 14:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 398113411E6 for ; Mon, 15 Aug 2022 14:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B016558 for ; Mon, 15 Aug 2022 14:28:33 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1660573622.f221c4b7053eb08400fa13b225ccd8920a88acac.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/rte_kni-kmod/, sys-kernel/dpdk-kmod/, sys-kernel/rte_kni-kmod/files/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/dpdk/dpdk-21.11.1.ebuild net-libs/dpdk/dpdk-22.07.ebuild profiles/updates/3Q-2022 sys-kernel/dpdk-kmod/Manifest sys-kernel/dpdk-kmod/dpdk-kmod-21.11.1.ebuild sys-kernel/dpdk-kmod/dpdk-kmod-22.07.ebuild sys-kernel/dpdk-kmod/files/dpdk-22.03-binutils.patch sys-kernel/dpdk-kmod/metadata.xml sys-kernel/rte_kni-kmod/Manifest sys-kernel/rte_kni-kmod/files/dpdk-22.03-binutils.patch sys-kernel/rte_kni-kmod/metadata.xml sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.1.ebuild sys-kernel/rte_kni-kmod/rte_kni-kmod-22.07.ebuild X-VCS-Directories: net-libs/dpdk/ sys-kernel/rte_kni-kmod/ sys-kernel/rte_kni-kmod/files/ profiles/updates/ sys-kernel/dpdk-kmod/ sys-kernel/dpdk-kmod/files/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: f221c4b7053eb08400fa13b225ccd8920a88acac X-VCS-Branch: dev Date: Mon, 15 Aug 2022 14:28:33 +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: e09c4d8d-7c98-49d4-92e8-9887f6ae8fde X-Archives-Hash: 928c4bdd2eab71c0922318da2682baf7 commit: f221c4b7053eb08400fa13b225ccd8920a88acac Author: Aisha Tammy aisha cc> AuthorDate: Mon Aug 15 14:27:02 2022 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Aug 15 14:27:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f221c4b7 sys-kernel/dpdk-kmod: rename rte_kni-kmod Signed-off-by: Aisha Tammy aisha.cc> net-libs/dpdk/dpdk-21.11.1.ebuild | 2 +- net-libs/dpdk/dpdk-22.07.ebuild | 2 +- profiles/updates/3Q-2022 | 1 + sys-kernel/{rte_kni-kmod => dpdk-kmod}/Manifest | 0 .../rte_kni-kmod-21.11.1.ebuild => dpdk-kmod/dpdk-kmod-21.11.1.ebuild} | 0 .../rte_kni-kmod-22.07.ebuild => dpdk-kmod/dpdk-kmod-22.07.ebuild} | 2 +- sys-kernel/{rte_kni-kmod => dpdk-kmod}/files/dpdk-22.03-binutils.patch | 0 sys-kernel/{rte_kni-kmod => dpdk-kmod}/metadata.xml | 0 8 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-libs/dpdk/dpdk-21.11.1.ebuild b/net-libs/dpdk/dpdk-21.11.1.ebuild index 4fa949953..6600662f3 100644 --- a/net-libs/dpdk/dpdk-21.11.1.ebuild +++ b/net-libs/dpdk/dpdk-21.11.1.ebuild @@ -25,7 +25,7 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pyelftools[${PYTHON_USEDEP}] ') - ~sys-kernel/rte_kni-kmod-${PV}[${PYTHON_SINGLE_USEDEP}] + ~sys-kernel/dpdk-kmod-${PV}[${PYTHON_SINGLE_USEDEP}] app-arch/libarchive app-crypt/intel-ipsec-mb dev-libs/elfutils diff --git a/net-libs/dpdk/dpdk-22.07.ebuild b/net-libs/dpdk/dpdk-22.07.ebuild index e6399a2ba..4138eaa86 100644 --- a/net-libs/dpdk/dpdk-22.07.ebuild +++ b/net-libs/dpdk/dpdk-22.07.ebuild @@ -24,7 +24,7 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pyelftools[${PYTHON_USEDEP}] ') - ~sys-kernel/rte_kni-kmod-${PV}[${PYTHON_SINGLE_USEDEP}] + ~sys-kernel/dpdk-kmod-${PV}[${PYTHON_SINGLE_USEDEP}] app-arch/libarchive app-crypt/intel-ipsec-mb dev-libs/elfutils diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022 index 473379121..9ef6977e2 100644 --- a/profiles/updates/3Q-2022 +++ b/profiles/updates/3Q-2022 @@ -1,3 +1,4 @@ move app-text/stdman app-doc/stdman move www-apps/stagit dev-vcs/stagit move net-p2p/bisq net-p2p/bisq-bin +move sys-kernel/rte_kni-kmod sys-kernel/dpdk-kmod diff --git a/sys-kernel/rte_kni-kmod/Manifest b/sys-kernel/dpdk-kmod/Manifest similarity index 100% rename from sys-kernel/rte_kni-kmod/Manifest rename to sys-kernel/dpdk-kmod/Manifest diff --git a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.1.ebuild b/sys-kernel/dpdk-kmod/dpdk-kmod-21.11.1.ebuild similarity index 100% rename from sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.1.ebuild rename to sys-kernel/dpdk-kmod/dpdk-kmod-21.11.1.ebuild diff --git a/sys-kernel/rte_kni-kmod/rte_kni-kmod-22.07.ebuild b/sys-kernel/dpdk-kmod/dpdk-kmod-22.07.ebuild similarity index 97% rename from sys-kernel/rte_kni-kmod/rte_kni-kmod-22.07.ebuild rename to sys-kernel/dpdk-kmod/dpdk-kmod-22.07.ebuild index f0b7092e5..29b2719ee 100644 --- a/sys-kernel/rte_kni-kmod/rte_kni-kmod-22.07.ebuild +++ b/sys-kernel/dpdk-kmod/dpdk-kmod-22.07.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit linux-mod python-single-r1 meson +inherit linux-mod toolchain-funcs python-single-r1 meson DESCRIPTION="DPDK Kernel Nic Interface module" HOMEPAGE="https://dpdk.org/" diff --git a/sys-kernel/rte_kni-kmod/files/dpdk-22.03-binutils.patch b/sys-kernel/dpdk-kmod/files/dpdk-22.03-binutils.patch similarity index 100% rename from sys-kernel/rte_kni-kmod/files/dpdk-22.03-binutils.patch rename to sys-kernel/dpdk-kmod/files/dpdk-22.03-binutils.patch diff --git a/sys-kernel/rte_kni-kmod/metadata.xml b/sys-kernel/dpdk-kmod/metadata.xml similarity index 100% rename from sys-kernel/rte_kni-kmod/metadata.xml rename to sys-kernel/dpdk-kmod/metadata.xml