public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/rte_kni-kmod/, sys-kernel/dpdk-kmod/, sys-kernel/rte_kni-kmod/files/, ...
Date: Mon, 15 Aug 2022 14:28:33 +0000 (UTC)	[thread overview]
Message-ID: <1660573622.f221c4b7053eb08400fa13b225ccd8920a88acac.epsilon-0@gentoo> (raw)

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


                 reply	other threads:[~2022-08-15 14:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660573622.f221c4b7053eb08400fa13b225ccd8920a88acac.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox