Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/
Date: Sun, 27 Mar 2022 09:32:17
Message-Id: 1648373528.ddf0856db016c95553f69b4bfc6b75e4d6f06f08.pacho@gentoo
1 commit: ddf0856db016c95553f69b4bfc6b75e4d6f06f08
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:31:50 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:32:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf0856d
7
8 net-misc/r8168: drop 8.048.03-r1, 8.049.02
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 net-misc/r8168/Manifest | 1 -
13 net-misc/r8168/r8168-8.048.03-r1.ebuild | 34 ---------------------------------
14 net-misc/r8168/r8168-8.049.02.ebuild | 34 ---------------------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/net-misc/r8168/Manifest b/net-misc/r8168/Manifest
18 index d780aca28ae1..754be2f2f379 100644
19 --- a/net-misc/r8168/Manifest
20 +++ b/net-misc/r8168/Manifest
21 @@ -1,2 +1 @@
22 -DIST r8168-8.048.03.tar.bz2 109351 BLAKE2B f31ef24d42af737a97986f0e46bc6c737c43e8ccfe9fac8386eb9957a5d81620faa62602e1bec15840792785444b1d1bf8bafa2e5878c21f1962c7141d9bb32e SHA512 8da615a96cca413ca172e260c52c9f77a782e4feb466e4a4296ae11d895e9cc56bde0ed8634cc3a7a531a292072b68d19dcbe74d20ad9549266d3ee8e082096f
23 DIST r8168-8.049.02.tar.bz2 113195 BLAKE2B ee34ac7249d732a867384fdd2c87321a513e7b2770c79d0c13666edca7d4bf752d853d7f91554d7ee716b3f30ec5f3a69aed96221a79a60282f0b6d2f70f05d6 SHA512 8ccb69ab533cde6ff88f0e8af2dd66f7e6ce9467020a727d47748c5109b64d6d14eee6bc151db5ddbe70a476a2def5f2faf3871902b335074f43dd05484d39e0
24
25 diff --git a/net-misc/r8168/r8168-8.048.03-r1.ebuild b/net-misc/r8168/r8168-8.048.03-r1.ebuild
26 deleted file mode 100644
27 index 49c108910168..000000000000
28 --- a/net-misc/r8168/r8168-8.048.03-r1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit linux-info linux-mod
37 -
38 -DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs"
39 -HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software"
40 -
41 -# "GBE Ethernet LINUX driver r8168 for kernel up to 5.6" from above link,
42 -# we need to mirror it to avoid users from needing to fill a captcha to
43 -# download
44 -SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.tar.bz2"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -
50 -MODULE_NAMES="r8168(net:${S}/src)"
51 -BUILD_TARGETS="modules"
52 -
53 -CONFIG_CHECK="!R8169"
54 -ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED"
55 -
56 -pkg_setup() {
57 - linux-mod_pkg_setup
58 - BUILD_PARAMS="KERNELDIR=${KV_DIR}"
59 -}
60 -
61 -src_install() {
62 - linux-mod_src_install
63 - einstalldocs
64 -}
65
66 diff --git a/net-misc/r8168/r8168-8.049.02.ebuild b/net-misc/r8168/r8168-8.049.02.ebuild
67 deleted file mode 100644
68 index 7a3513fe3b08..000000000000
69 --- a/net-misc/r8168/r8168-8.049.02.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -inherit linux-info linux-mod
78 -
79 -DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs"
80 -HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software"
81 -
82 -# "GBE Ethernet LINUX driver r8168 for kernel up to 5.6" from above link,
83 -# we need to mirror it to avoid users from needing to fill a captcha to
84 -# download
85 -SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.tar.bz2"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -
91 -MODULE_NAMES="r8168(net:${S}/src)"
92 -BUILD_TARGETS="modules"
93 -
94 -CONFIG_CHECK="!R8169"
95 -ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED"
96 -
97 -pkg_setup() {
98 - linux-mod_pkg_setup
99 - BUILD_PARAMS="KERNELDIR=${KV_DIR}"
100 -}
101 -
102 -src_install() {
103 - linux-mod_src_install
104 - einstalldocs
105 -}