net-wireless/rtl8192eu: add 5.6.4_p20260704

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-07-14 16:07:52 +05:00
parent 519a838515
commit 951cb06391
3 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST rtl8192eu-0_pre20240518.tar.gz 2488273 BLAKE2B b39751680bd48ddced848482c97111a8bdab51004b19061b23075c95fcdf2ceffaa304da2da6f1b8a1e5096c82a6227688948080ba09aff0c397d8243f09cabe SHA512 232ba8987ae14067e6ba6751d288fe90a3b38c39d721f917ba34dec0987e47576c543069d0c09a990ae7a96b99fa4f6e60d2227f061657ff8b00dcc5b52d0f2f
DIST rtl8192eu-5.6.4_p20260704.tar.gz 2488057 BLAKE2B 050d1d96f433b5a70cbedabc85416d701dea59ea7d2ea0a1b94a2617686fecd36e491576a05488df85ccbd9e37394eb9a23705121545bb5391bb96d4f78fe7a6 SHA512 41df4410979e2d64c03bd02c255c787063a46629d9e19112b32f04f7b286d66c14449eea63837b02eb26651d44528ba836308087f63416688ac81e3189926240

View File

@@ -5,6 +5,10 @@
<email>abbat.2008@gmail.com</email>
<name>Aleksandr Batyuk</name>
</maintainer>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">Mange/rtl8192eu-linux-driver</remote-id>
<bugs-to>https://github.com/Mange/rtl8192eu-linux-driver/issues</bugs-to>

View File

@@ -0,0 +1,29 @@
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# NOTE: The current version can be found in "include/rtw_version.h"
EAPI=8
inherit linux-mod-r1
MY_PN="rtl8192eu-linux-driver"
COMMIT="0877138338d5511d60f260725a0cddccc577c44d"
DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"
SRC_URI="https://github.com/Mange/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~amd64 ~x86"
CONFIG_CHECK="~!RTL8XXXU CFG80211 USB"
ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module."
src_compile() {
local modlist=( 8192eu=net/wireless )
local modargs=( KSRC="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
}