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, 5 Sep 2023 14:04:17 +0000 (UTC) [thread overview]
Message-ID: <1693922638.a3bcdebdb6c6780899e647d2c78d8902fe9460c7.eras@gentoo> (raw)
commit: a3bcdebdb6c6780899e647d2c78d8902fe9460c7
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 14:03:58 2023 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 14:03:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bcdebd
net-misc/ena-driver: drop 2.8.7, 2.8.8
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
net-misc/ena-driver/Manifest | 2 --
net-misc/ena-driver/ena-driver-2.8.7.ebuild | 40 -----------------------------
net-misc/ena-driver/ena-driver-2.8.8.ebuild | 30 ----------------------
3 files changed, 72 deletions(-)
diff --git a/net-misc/ena-driver/Manifest b/net-misc/ena-driver/Manifest
index 3d4cc4e1becc..1b6a26247a91 100644
--- a/net-misc/ena-driver/Manifest
+++ b/net-misc/ena-driver/Manifest
@@ -1,5 +1,3 @@
DIST ena-driver-2.6.1-linux.tar.gz 542085 BLAKE2B 1509d3a22478d648426c788e8343ca121883a2d5fc241a8dbd95836ae48160795ae953a2327ea31190caaf8eaa69d72331a1cf250b56fe8af2fcfd98e3ecd313 SHA512 a24c2c062cd66cbfa8fb9b1fa7093650eda1061bd502a3e57bfdbf3b5b36064f457860e4d5cb045f11de6437e03ad2cfb3390be8876a0ee7a474be1d5cdd8f40
-DIST ena-driver-2.8.7-linux.tar.gz 1205104 BLAKE2B 4014f36aebfe5a42b4a3c3689d9ea52145189dffc9c258b1dfd1245a31a966219e0b91ab97c5acee5b7a10c8e905dc2f80a8e87e5fa2da17c05c178e61d550e8 SHA512 d3b6e284ab923a1492f0ee4073cb538b6ac19d63596cb31b80418791af81a71fe454d092eb8b39e46081129b8105c551694e73a89f8128e9f6291dbaab047010
-DIST ena-driver-2.8.8-linux.tar.gz 1205450 BLAKE2B e7e318c4509bb3aa7ae2c18ef07ea9e01b872f0c0ba7f617484cae8d422b3e8f96f55f9595c1ce614e98a9513869b355667b6555d639b43981bac82d45f78d97 SHA512 c76f01b04df2390f5a7d248d4d5b43497788c7c9bd0429bd6b3a601ab56aae43381d72075da85048516ae5ca43f7c7e1155e4c498bd47e358e8db63680b80321
DIST ena-driver-2.8.9-linux.tar.gz 1205931 BLAKE2B 9ea92eadb53b38b717a26652f386609d279616e153836ad7b2d88ccf4f7647b7db98ce9029fc117a79389b002bf4c427e689f3ed52f572fab5d8ba02a9f0c1aa SHA512 be3f647ed54326b8d585e9c5e85b002fbdced5ef037940ed21d3cbaebbcd36745d1baccfd9e35bd32e297d6f1d25aa2a0af30d9fee372df81bd7eb2a49d7a0f8
DIST ena-driver-2.9.1-linux.tar.gz 1209574 BLAKE2B 4d7d577882d2a4e97a43efb1ccc1dfec5b978685367f010bb07685f812f3d95b262229be480e4b92c7855466ee48ff6da81bfe4f48af4f48bb5bb7f9f813eafa SHA512 df312a0b034247266eb7ecb8ae9900b991a9a5fcace1f06e00b28502ec43e90b3979c62bbfecc4ab224ec564fe57a5ea0c4fa44c5af1393224bdc30e283051df
diff --git a/net-misc/ena-driver/ena-driver-2.8.7.ebuild b/net-misc/ena-driver/ena-driver-2.8.7.ebuild
deleted file mode 100644
index 7c93be223a28..000000000000
--- a/net-misc/ena-driver/ena-driver-2.8.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena"
-
-MODULE_NAMES="ena(net:${S}:${S})"
-BUILD_TARGETS="all"
-
-CONFIG_CHECK="PCI_MSI !CPU_BIG_ENDIAN DIMLIB"
-
-pkg_setup() {
- linux-mod_pkg_setup
- BUILD_PARAMS="CONFIG_MODULE_SIG=n KERNEL_DIR=${KV_DIR}"
-}
-
-src_prepare() {
- default
-
- sed -i -e 's!/lib/modules/\$(BUILD_KERNEL)/build!$(KERNEL_DIR)!g' \
- "Makefile" || die "Unable to fix Makefile"
-}
-
-src_install() {
- linux-mod_src_install
- dodoc README.rst RELEASENOTES.md
-}
diff --git a/net-misc/ena-driver/ena-driver-2.8.8.ebuild b/net-misc/ena-driver/ena-driver-2.8.8.ebuild
deleted file mode 100644
index e7f73db785b4..000000000000
--- a/net-misc/ena-driver/ena-driver-2.8.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena"
-
-CONFIG_CHECK="PCI_MSI !CPU_BIG_ENDIAN DIMLIB"
-DOCS=(
- README.rst
- RELEASENOTES.md
-)
-
-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:[~2023-09-05 14:04 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-05 14:04 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-06-24 6:30 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-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=1693922638.a3bcdebdb6c6780899e647d2c78d8902fe9460c7.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