From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/
Date: Sun, 1 Oct 2023 17:43:25 +0000 (UTC) [thread overview]
Message-ID: <1696182144.96efcdc85262ec4d24451652609a144a7e3c43a5.pacho@gentoo> (raw)
commit: 96efcdc85262ec4d24451652609a144a7e3c43a5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 17:33:26 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 17:42:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96efcdc8
net-misc/r8168: add 8.052.01
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-misc/r8168/Manifest | 1 +
net-misc/r8168/r8168-8.052.01.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/net-misc/r8168/Manifest b/net-misc/r8168/Manifest
index df4b080d77e0..9ead16377f3e 100644
--- a/net-misc/r8168/Manifest
+++ b/net-misc/r8168/Manifest
@@ -1 +1,2 @@
DIST r8168-8.051.02.tar.bz2 115969 BLAKE2B 28b809c0330920ee0db7a8f8d41e178882531cd0a6793efeadd9670b1a9b5cbe903061073fd1d461f4234feb41249a244f9ef35cdbb780da498e5a6d6f1a5490 SHA512 2f29a413e7db2b7295ea0a970b3385de1dfd6e41e1820097355687daa5c8d155c1cf6115c72875bff4f366365579bffc81733469a62d76f437065b7e514387ca
+DIST r8168-8.052.01.tar.bz2 126861 BLAKE2B dccee164ea1151859752d525390a3786d31d445e05188a86d2d17c9cbd4435aac788dc5ca1350fcc719bba1c42bd358f39221666f8575d52a9cbf9c78b65c70d SHA512 ae90e108ba3eaaa1c8a639392b21ff98e71abdba514a19b2f286603fbdae69c88592380d9dacda2c10d711348797006a8b518383e4a0519d1bd26dc60266b4b5
diff --git a/net-misc/r8168/r8168-8.052.01.ebuild b/net-misc/r8168/r8168-8.052.01.ebuild
new file mode 100644
index 000000000000..8d93a0a7f5fe
--- /dev/null
+++ b/net-misc/r8168/r8168-8.052.01.ebuild
@@ -0,0 +1,32 @@
+# 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."
+
+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
+}
next reply other threads:[~2023-10-01 17:43 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-01 17:43 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-06 7:36 [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/ Arthur Zamarin
2025-02-15 12:24 Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2025-01-17 13:08 Jakov Smolić
2024-11-08 16:32 Pacho Ramos
2024-07-05 18:28 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-08-23 13:18 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=1696182144.96efcdc85262ec4d24451652609a144a7e3c43a5.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