public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 28 May 2023 21:22:22 +0000 (UTC)	[thread overview]
Message-ID: <1685308924.0d5b4e2c5a683b0e5b403f9bf919635fb03a68ff.eras@gentoo> (raw)

commit:     0d5b4e2c5a683b0e5b403f9bf919635fb03a68ff
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 21:22:04 2023 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Sun May 28 21:22:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5b4e2c

net-misc/ena-driver: drop 2.8.4, 2.8.5

Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 net-misc/ena-driver/Manifest                |  2 --
 net-misc/ena-driver/ena-driver-2.8.4.ebuild | 40 -----------------------------
 net-misc/ena-driver/ena-driver-2.8.5.ebuild | 40 -----------------------------
 3 files changed, 82 deletions(-)

diff --git a/net-misc/ena-driver/Manifest b/net-misc/ena-driver/Manifest
index 970554b36a69..814a17d562df 100644
--- a/net-misc/ena-driver/Manifest
+++ b/net-misc/ena-driver/Manifest
@@ -1,4 +1,2 @@
 DIST ena-driver-2.6.1-linux.tar.gz 542085 BLAKE2B 1509d3a22478d648426c788e8343ca121883a2d5fc241a8dbd95836ae48160795ae953a2327ea31190caaf8eaa69d72331a1cf250b56fe8af2fcfd98e3ecd313 SHA512 a24c2c062cd66cbfa8fb9b1fa7093650eda1061bd502a3e57bfdbf3b5b36064f457860e4d5cb045f11de6437e03ad2cfb3390be8876a0ee7a474be1d5cdd8f40
-DIST ena-driver-2.8.4-linux.tar.gz 1201335 BLAKE2B 5b1d054d3e131923dc367647bed7b7fa12df124649a280361e0e32ffaabe6d57c6e59993f1ee885406d97cb7109323fca8c3e9b09757cb4d8ede91cd27843f86 SHA512 5c9503447626b630f2cb904fcd13a843424e5ff1e8c8c2d289669dfa5f06053ba7d133d02be8ea73701ddd408ffc6abc722c07b4ce11043102c502851c7ca8a7
-DIST ena-driver-2.8.5-linux.tar.gz 1202024 BLAKE2B 9719df56b16db4c1276b74a3ee04a89cc8a9768d0db78c71ab5598e107bba1ec56411653c78c08e640c05e8f2b9f69edfc8371b0c6982fdb44d8b04f1f139a99 SHA512 80a6a4c72f8d4ca6d1f68740251b4ce5fd5dc90fe0009bdf75b89d36e8f36810b1984daf090f441bbf98b0472b005f159d6af6d88e1a89d046f8574d994cf0b9
 DIST ena-driver-2.8.7-linux.tar.gz 1205104 BLAKE2B 4014f36aebfe5a42b4a3c3689d9ea52145189dffc9c258b1dfd1245a31a966219e0b91ab97c5acee5b7a10c8e905dc2f80a8e87e5fa2da17c05c178e61d550e8 SHA512 d3b6e284ab923a1492f0ee4073cb538b6ac19d63596cb31b80418791af81a71fe454d092eb8b39e46081129b8105c551694e73a89f8128e9f6291dbaab047010

diff --git a/net-misc/ena-driver/ena-driver-2.8.4.ebuild b/net-misc/ena-driver/ena-driver-2.8.4.ebuild
deleted file mode 100644
index 7c93be223a28..000000000000
--- a/net-misc/ena-driver/ena-driver-2.8.4.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.5.ebuild b/net-misc/ena-driver/ena-driver-2.8.5.ebuild
deleted file mode 100644
index 7c93be223a28..000000000000
--- a/net-misc/ena-driver/ena-driver-2.8.5.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
-}


             reply	other threads:[~2023-05-28 21:22 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28 21:22 Eray Aslan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-07  7:45 [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/ Eray Aslan
2025-11-07  7:45 Eray Aslan
2025-06-24  6:30 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-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-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=1685308924.0d5b4e2c5a683b0e5b403f9bf919635fb03a68ff.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