From: "Eray Aslan" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/
Date: Tue, 24 Jun 2025 06:30:24 +0000 (UTC) [thread overview]
Message-ID: <1750746613.0927a65b2a34d45d3dcb4562b38b88360fdb5436.eras@gentoo> (raw)
commit: 0927a65b2a34d45d3dcb4562b38b88360fdb5436
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 06:29:59 2025 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 06:30:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0927a65b
net-misc/ena-driver: drop 2.13.2, 2.14.0
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
net-misc/ena-driver/Manifest | 2 --
net-misc/ena-driver/ena-driver-2.13.2.ebuild | 30 ----------------------------
net-misc/ena-driver/ena-driver-2.14.0.ebuild | 30 ----------------------------
3 files changed, 62 deletions(-)
diff --git a/net-misc/ena-driver/Manifest b/net-misc/ena-driver/Manifest
index 12920ac441c3..34594cbfd221 100644
--- a/net-misc/ena-driver/Manifest
+++ b/net-misc/ena-driver/Manifest
@@ -1,5 +1,3 @@
-DIST ena-driver-2.13.2-linux.tar.gz 1468215 BLAKE2B e5f4cba68b77b2c9b971771f548ad62d555838d6f8c88dc33282fc2498df3e7e9503f8aa346999652e4b3102c4dc1981d2e8e21587c9f1201aef7b6c3c03c761 SHA512 c4c20fe3ad79496ef99c2137855b5842a8dab18e936eca890509a70c66832892f4a13c7cb7cf15546525226eaddbc632ce45a296656fbf36414bb67929a928aa
DIST ena-driver-2.13.3-linux.tar.gz 1475317 BLAKE2B 288561dd13dbc7729a92cc1bab8c3a5be7de5f4fb28d6c4731b01e66b70d4c15a90d558f73405689fb278c86737a31fae835b56464e405f1e7865e4391499863 SHA512 25b254b274c5e2a987406298d438ed4e78e5b227d0ead53e1b42dfdc8efd1b6db27ee56ed45ed3bd269ee651277c2a04a6dec223413204cbe45a5fa94dffe8f5
-DIST ena-driver-2.14.0-linux.tar.gz 1482504 BLAKE2B 590ebb35155c6ee5b6aa4a7f2ac3a78c2cfbbdb9a5927a72c9d46bfcfafeda0a8bf792d5efa3c5a0db5c3b8bb00791796081a5d083cbd2cd42a5b0e7401b65d9 SHA512 f39c38f2bb973985a8cebdcbdfd7b4eec982f9dc4b5cf95aac24f2c8c5f057ca46230a6a5ff7c20f47a24647ae1bde26113ccd27e0f76936d6e3853e46eedc53
DIST ena-driver-2.14.1-linux.tar.gz 1482725 BLAKE2B d3c4973c1d330e5127a13291abd725f9048bbce593b7222224771748cb6fcc770a1c616a24a90c60f22a88bd6b0cec17c673e648f327fed3447b7323b030bf35 SHA512 131319ef17405eb5154c665c57f7fbd37ea405e6468b293660bba875c546b078904f37ec74344cad49bff680ad9cf40042d18f65067ef695f2862c4d49197e3b
DIST ena-driver-2.15.0-linux.tar.gz 1487412 BLAKE2B 66fb9c456b5a1195dd6293bf8d4b88993be80d7686f4287849631ddbc915dc6c0452096bf97c6e9c33167d05a0a2f7a38fda910a745eba32f8bed23a4eefe56d SHA512 0637a804ce33c24211ae19ab65cadc62f1b5ad54efc7f083ec66b09d9cb7924248d175ea9f39b3ba720019b13c93c677e3e1c472351c3b108c20aa29bc81da3e
diff --git a/net-misc/ena-driver/ena-driver-2.13.2.ebuild b/net-misc/ena-driver/ena-driver-2.13.2.ebuild
deleted file mode 100644
index 9c3884dfcf29..000000000000
--- a/net-misc/ena-driver/ena-driver-2.13.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1
-
-DESCRIPTION="Amazon EC2 Elastic Network Adapter (ENA) kernel driver"
-HOMEPAGE="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html"
-SRC_URI="https://github.com/amzn/amzn-drivers/archive/ena_linux_${PV}.tar.gz -> ${P}-linux.tar.gz"
-S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-
-CONFIG_CHECK="PCI_MSI !CPU_BIG_ENDIAN DIMLIB"
-DOCS=(
- README.rst
- RELEASENOTES.md
- ENA_Linux_Best_Practices.rst
-)
-
-src_compile() {
- local modlist=( ena=net )
- local modargs=( CONFIG_MODULE_SIG=n BUILD_KERNEL="${KV_FULL}" )
- linux-mod-r1_src_compile
-}
diff --git a/net-misc/ena-driver/ena-driver-2.14.0.ebuild b/net-misc/ena-driver/ena-driver-2.14.0.ebuild
deleted file mode 100644
index 9c3884dfcf29..000000000000
--- a/net-misc/ena-driver/ena-driver-2.14.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1
-
-DESCRIPTION="Amazon EC2 Elastic Network Adapter (ENA) kernel driver"
-HOMEPAGE="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html"
-SRC_URI="https://github.com/amzn/amzn-drivers/archive/ena_linux_${PV}.tar.gz -> ${P}-linux.tar.gz"
-S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-
-CONFIG_CHECK="PCI_MSI !CPU_BIG_ENDIAN DIMLIB"
-DOCS=(
- README.rst
- RELEASENOTES.md
- ENA_Linux_Best_Practices.rst
-)
-
-src_compile() {
- local modlist=( ena=net )
- local modargs=( CONFIG_MODULE_SIG=n BUILD_KERNEL="${KV_FULL}" )
- linux-mod-r1_src_compile
-}
next reply other threads:[~2025-06-24 6:30 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-24 6:30 Eray Aslan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-24 6:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/ Eray Aslan
2025-05-24 5:38 Eray Aslan
2025-04-27 18:08 Eray Aslan
2025-03-17 7:30 Eray Aslan
2025-02-16 19:37 Andreas K. Hüttel
2025-01-06 14:34 Eray Aslan
2024-10-26 7:56 Eray Aslan
2024-09-10 7:32 Eray Aslan
2024-07-12 6:40 Eray Aslan
2024-07-12 6:40 Eray Aslan
2024-06-28 6:53 Eray Aslan
2024-05-23 15:39 Eray Aslan
2024-03-01 8:01 Eray Aslan
2024-03-01 8:01 Eray Aslan
2024-02-07 16:10 Eray Aslan
2023-12-01 7:00 Eray Aslan
2023-10-30 17:30 Eray Aslan
2023-10-30 17:30 Eray Aslan
2023-09-05 14:04 Eray Aslan
2023-09-05 14:04 Eray Aslan
2023-08-14 13:33 Eray Aslan
2023-06-30 20:46 Eray Aslan
2023-06-30 20:46 Eray Aslan
2023-06-30 11:17 Eray Aslan
2023-06-26 17:47 Eray Aslan
2023-05-28 21:22 Eray Aslan
2023-05-28 21:22 Eray Aslan
2023-04-20 19:23 Eray Aslan
2023-04-20 19:23 Eray Aslan
2023-03-28 7:56 Eray Aslan
2023-01-28 7:51 Eray Aslan
2022-12-13 12:44 Eray Aslan
2022-10-08 22:11 Andreas K. Hüttel
2022-10-08 22:11 Andreas K. Hüttel
2022-03-04 23:34 Andreas K. Hüttel
2022-03-04 23:34 Andreas K. Hüttel
2020-08-08 12:18 Mikle Kolyada
2020-03-28 17:23 Andreas K. Hüttel
2020-03-28 16:58 Andreas K. Hüttel
2020-03-28 16:58 Andreas K. Hüttel
2019-06-09 8:33 Michael Palimaka
2019-06-09 8:33 Michael Palimaka
2018-12-02 22:10 Andreas K. Hüttel
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=1750746613.0927a65b2a34d45d3dcb4562b38b88360fdb5436.eras@gentoo \
--to=eras@gentoo.org \
--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