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, 20 Jul 2022 12:42:49 +0000 (UTC) [thread overview]
Message-ID: <1658320931.7b21bbc08f9de209c2c8ced209a52e1e686a5f60.pacho@gentoo> (raw)
commit: 7b21bbc08f9de209c2c8ced209a52e1e686a5f60
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 12:35:26 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 12:42:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b21bbc0
net-misc/r8168: add 8.050.03
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-misc/r8168/Manifest | 1 +
net-misc/r8168/r8168-8.050.03.ebuild | 40 ++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-misc/r8168/Manifest b/net-misc/r8168/Manifest
index 256b1a5092df..69fbad2db0fd 100644
--- a/net-misc/r8168/Manifest
+++ b/net-misc/r8168/Manifest
@@ -1,3 +1,4 @@
DIST r8168-8.049.02.tar.bz2 113195 BLAKE2B ee34ac7249d732a867384fdd2c87321a513e7b2770c79d0c13666edca7d4bf752d853d7f91554d7ee716b3f30ec5f3a69aed96221a79a60282f0b6d2f70f05d6 SHA512 8ccb69ab533cde6ff88f0e8af2dd66f7e6ce9467020a727d47748c5109b64d6d14eee6bc151db5ddbe70a476a2def5f2faf3871902b335074f43dd05484d39e0
DIST r8168-8.050.00.tar.bz2 115418 BLAKE2B b3e24d0548494f1904b5d3341994bdda35a05a71dce85a64c9e87cbde7f40807b0b1bcd78401928ff7625e67606918d5c844e8254cbbab62ed3f8e8058a3f15b SHA512 04043fd01ea877ea9f422b8f2319630b8664a49b41363039fc725ed382dc5afb732dda59ba63021a94c50b12ed2f0b3585cd668d969bc06fdc40d08420dbdb95
DIST r8168-8.050.02.tar.bz2 115331 BLAKE2B 37690019e6b8642929e167df426e1a5e3c4d805ab812541018fa950084061ad971648b867dc5723e611c43fecb0f04d5915bb8199006ac50640aef5a9c2eb41c SHA512 54d7080b598933c7d24ca513019c6c971f7472320d474ab4ed4148d859886f942e52896d0b98046a780319f708847596e6bc081a88a9c11e075593c97eb831b2
+DIST r8168-8.050.03.tar.bz2 115525 BLAKE2B 9681417c5ded9d089259d80226a16789beaacf31902d896410d581927468c44486a4c496e45d9973851ccca2d4c408159064452849b03347c789390b2b23e57b SHA512 b4c0af2f4e6b9dc36f2db9e33f465d8598afa0b28577ea1f016617e853af00cf41886941fd8173a5b035e219d87a0fae28771230079c88f34039efe669c1e1c6
diff --git a/net-misc/r8168/r8168-8.050.03.ebuild b/net-misc/r8168/r8168-8.050.03.ebuild
new file mode 100644
index 000000000000..33393afdbf6a
--- /dev/null
+++ b/net-misc/r8168/r8168-8.050.03.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info linux-mod
+
+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"
+
+# "GBE Ethernet LINUX driver r8168 for kernel up to 5.17" from above link,
+# we need to mirror it to avoid users from needing to fill a captcha to
+# download
+SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+MODULE_NAMES="r8168(net:${S}/src)"
+BUILD_TARGETS="modules"
+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}/r8168-8.050.02-5.18-fix.patch"
+)
+
+pkg_setup() {
+ linux-mod_pkg_setup
+ BUILD_PARAMS="KERNELDIR=${KV_DIR}"
+ BUILD_PARAMS+=" ENABLE_USE_FIRMWARE_FILE=$(usex use-firmware y n)"
+}
+
+src_install() {
+ linux-mod_src_install
+ einstalldocs
+}
next reply other threads:[~2022-07-20 12:42 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-20 12:42 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-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-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=1658320931.7b21bbc08f9de209c2c8ced209a52e1e686a5f60.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