public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/
Date: Wed, 23 Aug 2023 13:18:57 +0000 (UTC)	[thread overview]
Message-ID: <1692796683.c21e37619cefcb53759e1bbd4b81129ee241cc5b.pacho@gentoo> (raw)

commit:     c21e37619cefcb53759e1bbd4b81129ee241cc5b
Author:     Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru>
AuthorDate: Wed Aug 16 08:54:26 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 13:18:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21e3761

net-misc/r8168: migrated to linux-mod-r1.eclass

Closes: https://bugs.gentoo.org/912351
Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/32337
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-misc/r8168/r8168-8.051.02-r1.ebuild | 37 +++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/net-misc/r8168/r8168-8.051.02-r1.ebuild b/net-misc/r8168/r8168-8.051.02-r1.ebuild
new file mode 100644
index 000000000000..32b1a5ac10f1
--- /dev/null
+++ b/net-misc/r8168/r8168-8.051.02-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs"
+HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software"
+
+SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="use-firmware"
+
+CONFIG_CHECK="~!R8169"
+WARNING_R8169="CONFIG_R8169 is enabled. ${P} will not be loaded unless kernel driver Realtek 8169 PCI Gigabit Ethernet (CONFIG_R8169) is DISABLED."
+
+PATCHES=(
+	"${FILESDIR}/${P}-6.1-fix.patch"
+	"${FILESDIR}/${P}-6.4.10-fix.patch" # bug 912242
+)
+
+src_compile() {
+	local modlist=( ${PN}=kernel/drivers/net/ethernet/realtek:src )
+	local modargs=(
+		# Build parameters
+		KERNELDIR="${KV_OUT_DIR}"
+		# Configuration settings
+		ENABLE_USE_FIRMWARE_FILE=$(usex use-firmware y n)
+	)
+
+	linux-mod-r1_src_compile
+}


             reply	other threads:[~2023-08-23 13:19 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 13:18 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-05 18:28 [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/ Pacho Ramos
2024-06-16  9:38 Pacho Ramos
2024-05-04 17:39 Pacho Ramos
2024-05-04 17:39 Pacho Ramos
2024-02-08  2:09 Ionen Wolkens
2024-01-22  6:59 Viorel Munteanu
2023-10-01 19:59 Arthur Zamarin
2023-10-01 19:55 Arthur Zamarin
2023-10-01 17:43 Pacho Ramos
2023-01-23 18:08 Sam James
2023-01-23 18:08 Sam James
2022-12-04 14:50 Pacho Ramos
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-07-20 12:42 Pacho Ramos
2022-07-20 12:42 Pacho Ramos
2022-05-04 16:12 Pacho Ramos
2022-03-27  9:32 Pacho Ramos
2021-11-11 18:57 Jakov Smolić
2021-11-11 17:57 Jakov Smolić
2021-07-21 21:51 Pacho Ramos
2021-07-21 21:51 Pacho Ramos
2021-07-04 19:00 Pacho Ramos
2020-11-29 11:45 Pacho Ramos
2020-08-08 13:21 Pacho Ramos
2020-08-08 12:18 Mikle Kolyada
2020-05-31 12:42 Pacho Ramos
2020-05-25  3:24 Richard Yao
2020-03-31 12:26 Agostino Sarubbo
2020-03-11 21:33 Pacho Ramos
2020-02-09  8:42 Mikle Kolyada
2020-01-19 19:30 Pacho Ramos
2020-01-19 19:30 Pacho Ramos
2020-01-19 19:30 Pacho Ramos
2019-12-27 15:24 James Le Cuirot
2019-11-17 21:38 James Le Cuirot
2019-11-17 21:38 James Le Cuirot
2019-09-06 22:28 James Le Cuirot
2019-09-06 22:28 James Le Cuirot
2019-06-27 21:12 James Le Cuirot
2019-06-27 21:12 James Le Cuirot
2019-05-09 20:12 James Le Cuirot
2018-04-26 21:04 Mikle Kolyada
2018-04-26 19:22 Thomas Deutschmann
2017-05-16  8:32 James Le Cuirot
2017-05-15 14:17 Agostino Sarubbo
2017-03-27 22:00 James Le Cuirot
2017-03-27 22:00 James Le Cuirot
2016-12-21 10:34 James Le Cuirot
2016-12-21 10:25 Thomas Deutschmann
2016-12-21  9:57 Tobias Klausmann
2016-10-24 21:21 James Le Cuirot
2016-07-01 21:33 James Le Cuirot
2016-07-01 21:33 James Le Cuirot
2016-02-21 14:19 James Le Cuirot
2015-12-25 21:52 James Le Cuirot

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=1692796683.c21e37619cefcb53759e1bbd4b81129ee241cc5b.pacho@gentoo \
    --to=pacho@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