* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-01-17 3:45 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2023-01-17 3:45 UTC (permalink / raw
To: gentoo-commits
commit: ef60dd1d31c868ce59799a704fe47fb9ee4d9743
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 03:44:36 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 03:44:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef60dd1d
net-misc/r8152: Stabilize 2.16.3 amd64, #891015
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/r8152/r8152-2.16.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/r8152/r8152-2.16.3.ebuild b/net-misc/r8152/r8152-2.16.3.ebuild
index ef6a81cfcf22..b4d899b3c45e 100644
--- a/net-misc/r8152/r8152-2.16.3.ebuild
+++ b/net-misc/r8152/r8152-2.16.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-co
SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="virtual/udev"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-08-03 16:23 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-08-03 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 087a060407cb91bda5eea02e3d8d32d48b5fa701
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 16:23:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 16:23:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087a0604
net-misc/r8152: sort inherit, fix ProvidedEclassInherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/r8152/r8152-2.16.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/r8152/r8152-2.16.3-r1.ebuild b/net-misc/r8152/r8152-2.16.3-r1.ebuild
index cec0f989cc1f..aeaed97ff0a8 100644
--- a/net-misc/r8152/r8152-2.16.3-r1.ebuild
+++ b/net-misc/r8152/r8152-2.16.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit udev linux-info linux-mod-r1
+inherit linux-mod-r1 udev
DESCRIPTION="r8152 driver for Realtek USB FE / GBE / 2.5G Gaming Ethernet Family Controller"
HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-11-17 6:33 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2023-11-17 6:33 UTC (permalink / raw
To: gentoo-commits
commit: dc068bcf6f51e41c5a9c9f1104b2f162afd7f29b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 06:30:59 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 06:32:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc068bcf
net-misc/r8152: drop redundant linux-mod-r1.eclass postrm call
- as instructed by the eclass migration guide.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/r8152/r8152-2.16.3-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-misc/r8152/r8152-2.16.3-r1.ebuild b/net-misc/r8152/r8152-2.16.3-r1.ebuild
index 0a88136de00e..82753f37ac20 100644
--- a/net-misc/r8152/r8152-2.16.3-r1.ebuild
+++ b/net-misc/r8152/r8152-2.16.3-r1.ebuild
@@ -48,6 +48,5 @@ pkg_postinst() {
}
pkg_postrm() {
- linux-mod-r1_pkg_postrm
udev_reload
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-11-17 6:33 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2023-11-17 6:33 UTC (permalink / raw
To: gentoo-commits
commit: c71f2a0b277ced8fb1a7f87350c0216a9f591528
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 06:30:23 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 06:30:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71f2a0b
net-misc/r8152: Stabilize 2.16.3-r1 amd64, #917452
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/r8152/r8152-2.16.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/r8152/r8152-2.16.3-r1.ebuild b/net-misc/r8152/r8152-2.16.3-r1.ebuild
index d37cee6a6d2d..0a88136de00e 100644
--- a/net-misc/r8152/r8152-2.16.3-r1.ebuild
+++ b/net-misc/r8152/r8152-2.16.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="virtual/udev"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-11-22 18:01 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-11-22 18:01 UTC (permalink / raw
To: gentoo-commits
commit: b202e1434b8099ff19e8cd4977c7de81b42148f2
Author: Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Sat Nov 11 16:24:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 18:01:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b202e143
net-misc/r8152: drop 2.16.3
Leaves no stable versions of r8152; but I'm OK with that. It
probably more accurately reflects the testing of the package.
Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/r8152/r8152-2.16.3.ebuild | 51 --------------------------------------
1 file changed, 51 deletions(-)
diff --git a/net-misc/r8152/r8152-2.16.3.ebuild b/net-misc/r8152/r8152-2.16.3.ebuild
deleted file mode 100644
index 5130aa2dfa1d..000000000000
--- a/net-misc/r8152/r8152-2.16.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev linux-info linux-mod
-
-DESCRIPTION="r8152 driver for Realtek USB FE / GBE / 2.5G Gaming Ethernet Family Controller"
-HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software"
-
-SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}"
-
-MODULE_NAMES="r8152(net/usb:${S})"
-BUILD_TARGETS="modules"
-IUSE="+center-tap-short"
-
-# https://github.com/wget/realtek-r8152-linux/ keeps reasonably up to date
-# with kernel support patches. It appears to be used by the AUR maintainer.
-PATCHES=(
- "${FILESDIR}"/${PN}-2.16.3-kernel-5.19-fix.patch
- "${FILESDIR}"/${PN}-2.16.3-kernel-6.1-fix.patch
- "${FILESDIR}"/${PN}-2.16.3-kernel-6.4.10-fix.patch
-)
-
-pkg_setup() {
- linux-mod_pkg_setup
- BUILD_PARAMS="KERNELDIR=${KV_DIR}"
- BUILD_PARAMS+=" CONFIG_CTAP_SHORT=$(usex center-tap-short on off)"
-}
-
-src_install() {
- linux-mod_src_install
- einstalldocs
- udev_dorules 50-usb-realtek-net.rules
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
- udev_reload
-}
-
-pkg_postrm() {
- linux-mod_pkg_postrm
- udev_reload
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2023-11-22 18:01 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-11-22 18:01 UTC (permalink / raw
To: gentoo-commits
commit: a41d1f11cddb8c7dca3934daa766d98f96b8b3b9
Author: Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Sat Nov 11 16:24:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 18:01:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41d1f11
net-misc/r8152: add 2.17.1
Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>
Closes: https://github.com/gentoo/gentoo/pull/33769
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/r8152/Manifest | 1 +
net-misc/r8152/r8152-2.17.1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/r8152/Manifest b/net-misc/r8152/Manifest
index 1ea2813cb410..f03e2096515f 100644
--- a/net-misc/r8152/Manifest
+++ b/net-misc/r8152/Manifest
@@ -1 +1,2 @@
DIST r8152-2.16.3.tar.bz2 73331 BLAKE2B 9e22ee6d9d0197def782f77bfd0c88a2d8827d4f8cc0bbb1a6583ab67533cd07ba79a16cd9350272ed18c733fe809ea1ff70596627abdc65d452bdf817628bc8 SHA512 c37bf5199d3a857c9a7a12f3aa4ecfe9c04b49413aea862a053ebee24c137cd35769e5d5cc7e2bb7dd3bf9057f51ffada0b4e0c53cb3d417e05c8e3fc830705c
+DIST r8152-2.17.1.tar.bz2 75156 BLAKE2B 05b55ea17a579add9a9abee89db490685086bfe29aeea6cbfbdbb63a81dbee4d1cac151822c178e52febe4bee14a3b5deb20737f671fcdbc6dd6d01938b1d18c SHA512 e465b524ee8aaed12da8258195fb8a4c9fea0862812c1ab268e31ad6ec61444c4f4332d643124063b389fd1df7a271c6c057537d4cbe67188a1a2262b4793f42
diff --git a/net-misc/r8152/r8152-2.17.1.ebuild b/net-misc/r8152/r8152-2.17.1.ebuild
new file mode 100644
index 000000000000..7d3f7b0a6e6e
--- /dev/null
+++ b/net-misc/r8152/r8152-2.17.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1 udev
+
+DESCRIPTION="r8152 driver for Realtek USB FE / GBE / 2.5G Gaming Ethernet Family Controller"
+HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software"
+SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/udev"
+DEPEND="${RDEPEND}"
+
+IUSE="+center-tap-short"
+
+# https://github.com/wget/realtek-r8152-linux/ keeps reasonably up to date
+# with kernel support patches. It appears to be used by the AUR maintainer.
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.16.3-kernel-6.4.10-fix.patch
+ "${FILESDIR}"/${PN}-2.16.3-asus-c5000-support.patch
+)
+
+src_compile() {
+ local modlist=( ${PN}=kernel/net/usb:. )
+ local modargs=(
+ KERNELDIR="${KV_OUT_DIR}"
+ CONFIG_CTAP_SHORT="$(usex center-tap-short on off)"
+ )
+
+ linux-mod-r1_src_compile
+}
+
+src_install() {
+ linux-mod-r1_src_install
+ udev_dorules 50-usb-realtek-net.rules
+}
+
+pkg_postinst() {
+ linux-mod-r1_pkg_postinst
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2024-04-05 11:29 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-04-05 11:29 UTC (permalink / raw
To: gentoo-commits
commit: e2552292123e6e27caea4f763d01c0a1a005b9df
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 5 11:29:35 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 11:29:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2552292
net-misc/r8152: Stabilize 2.17.1 amd64, #928336
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/r8152/r8152-2.17.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/r8152/r8152-2.17.1.ebuild b/net-misc/r8152/r8152-2.17.1.ebuild
index 992571ed39c9..865057ee5c0d 100644
--- a/net-misc/r8152/r8152-2.17.1.ebuild
+++ b/net-misc/r8152/r8152-2.17.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="virtual/udev"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/
@ 2024-06-26 0:35 Yixun Lan
0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2024-06-26 0:35 UTC (permalink / raw
To: gentoo-commits
commit: 8bf9e4a72836501b69c8c07deb240f08a10450db
Author: Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Thu Jun 13 19:08:20 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 00:34:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf9e4a7
net-misc/r8152: drop 2.16.3-r1
Closes: https://github.com/gentoo/gentoo/pull/37147
Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-misc/r8152/Manifest | 1 -
net-misc/r8152/r8152-2.16.3-r1.ebuild | 52 -----------------------------------
2 files changed, 53 deletions(-)
diff --git a/net-misc/r8152/Manifest b/net-misc/r8152/Manifest
index f03e2096515f..cb9a42a0c0e3 100644
--- a/net-misc/r8152/Manifest
+++ b/net-misc/r8152/Manifest
@@ -1,2 +1 @@
-DIST r8152-2.16.3.tar.bz2 73331 BLAKE2B 9e22ee6d9d0197def782f77bfd0c88a2d8827d4f8cc0bbb1a6583ab67533cd07ba79a16cd9350272ed18c733fe809ea1ff70596627abdc65d452bdf817628bc8 SHA512 c37bf5199d3a857c9a7a12f3aa4ecfe9c04b49413aea862a053ebee24c137cd35769e5d5cc7e2bb7dd3bf9057f51ffada0b4e0c53cb3d417e05c8e3fc830705c
DIST r8152-2.17.1.tar.bz2 75156 BLAKE2B 05b55ea17a579add9a9abee89db490685086bfe29aeea6cbfbdbb63a81dbee4d1cac151822c178e52febe4bee14a3b5deb20737f671fcdbc6dd6d01938b1d18c SHA512 e465b524ee8aaed12da8258195fb8a4c9fea0862812c1ab268e31ad6ec61444c4f4332d643124063b389fd1df7a271c6c057537d4cbe67188a1a2262b4793f42
diff --git a/net-misc/r8152/r8152-2.16.3-r1.ebuild b/net-misc/r8152/r8152-2.16.3-r1.ebuild
deleted file mode 100644
index 82753f37ac20..000000000000
--- a/net-misc/r8152/r8152-2.16.3-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1 udev
-
-DESCRIPTION="r8152 driver for Realtek USB FE / GBE / 2.5G Gaming Ethernet Family Controller"
-HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software"
-SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}"
-
-IUSE="+center-tap-short"
-
-# https://github.com/wget/realtek-r8152-linux/ keeps reasonably up to date
-# with kernel support patches. It appears to be used by the AUR maintainer.
-PATCHES=(
- "${FILESDIR}"/${PN}-2.16.3-kernel-5.19-fix.patch
- "${FILESDIR}"/${PN}-2.16.3-kernel-6.1-fix.patch
- "${FILESDIR}"/${PN}-2.16.3-kernel-6.4.10-fix.patch
- "${FILESDIR}"/${PN}-2.16.3-asus-c5000-support.patch
-)
-
-src_compile() {
- local modlist=( ${PN}=kernel/net/usb:. )
- local modargs=(
- KERNELDIR="${KV_OUT_DIR}"
- CONFIG_CTAP_SHORT="$(usex center-tap-short on off)"
- )
-
- linux-mod-r1_src_compile
-}
-
-src_install() {
- linux-mod-r1_src_install
- udev_dorules 50-usb-realtek-net.rules
-}
-
-pkg_postinst() {
- linux-mod-r1_pkg_postinst
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-26 0:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 0:35 [gentoo-commits] repo/gentoo:master commit in: net-misc/r8152/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-04-05 11:29 Joonas Niilola
2023-11-22 18:01 Sam James
2023-11-22 18:01 Sam James
2023-11-17 6:33 Joonas Niilola
2023-11-17 6:33 Joonas Niilola
2023-08-03 16:23 Sam James
2023-01-17 3:45 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox