* [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/rte_kni-kmod/, sys-kernel/dpdk-kmod/, sys-kernel/rte_kni-kmod/files/, ...
@ 2022-08-15 14:28 Aisha Tammy
0 siblings, 0 replies; only message in thread
From: Aisha Tammy @ 2022-08-15 14:28 UTC (permalink / raw
To: gentoo-commits
commit: f221c4b7053eb08400fa13b225ccd8920a88acac
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Aug 15 14:27:02 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-15 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-15 14:28 [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/rte_kni-kmod/, sys-kernel/dpdk-kmod/, sys-kernel/rte_kni-kmod/files/, Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox