diff --git a/net-wireless/rtl8821ce/Manifest b/net-wireless/rtl8821ce/Manifest deleted file mode 100644 index c324f4c20..000000000 --- a/net-wireless/rtl8821ce/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rtl8821ce-20211119.zip 5011475 BLAKE2B 7584fa0c2f8e8872364d96650785f2b9061e2828dffc60195f5f8ed6abd74b5337368d23da78b0adfef029a489749696c924ff555ee7ceb51b32f6b76666e17e SHA512 7059d4fe211d7a74935a0292b34e262566bbdeb6c09cbec8d5a50abded55ba083f881ca4c4f2c54b3a12ebe936628b69a2baeff8e01e2b7878ab714c1e0dfe52 -DIST rtl8821ce-20230101.zip 5012454 BLAKE2B 06c10e676dfc8c35c36d5d607beb5c28df5cabf60f96fd6be137c9979eab8e9aac6432522c2e97595eb60bbcce7893fbaf13b372574b5b1ea5555b716a161d8e SHA512 8904d0d331d83b280f32c26e6d1f1bccf38d9933d58f9c9c7ee2d1b67e2e5a5c706b22cc224805f1572ccaa0dc8c7b650c77e710b51dc0a00596383b1356c413 -DIST rtl8821ce-20230504.tar.gz 4523223 BLAKE2B 93d9009bfac0bb3b5a1ffd98b31e77cc6c2d5725e4164addfe4090adc1887d760316264e73308145537e8819768b7630b24f9d988bdb84c2b3146d1484732925 SHA512 fcaaf26947f72cd57aa79092bd8c62ac60482cd1029c11ec16fcc0e56d2cc0578086449aab3cf12c5a128c13ffeb952d0f620d099d3d19f04d6a3ae7f0ff75ba diff --git a/net-wireless/rtl8821ce/files/32bit.patch b/net-wireless/rtl8821ce/files/32bit.patch deleted file mode 100644 index 804329d24..000000000 --- a/net-wireless/rtl8821ce/files/32bit.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/hal/rtl8821c/pci/rtl8821ce_halmac.c b/hal/rtl8821c/pci/rtl8821ce_halmac.c -index 1100cdf..f7ae7b0 100755 ---- a/hal/rtl8821c/pci/rtl8821ce_halmac.c -+++ b/hal/rtl8821c/pci/rtl8821ce_halmac.c -@@ -24,7 +24,11 @@ static u8 pci_write_port_not_xmitframe(void *d, u32 size, u8 *pBuf, u8 qsel) - PADAPTER padapter = dvobj_get_primary_adapter(pobj); - u32 page_size = 0; - u8 *txbd; -+#ifdef CONFIG_64BIT - u64 txbd_dma; -+#else -+ dma_addr_t txbd_dma; -+#endif - u8 ret = _SUCCESS; - dma_addr_t mapping; - diff --git a/net-wireless/rtl8821ce/metadata.xml b/net-wireless/rtl8821ce/metadata.xml deleted file mode 100644 index 89a8b50dd..000000000 --- a/net-wireless/rtl8821ce/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - support@calculate.ru - Mir Calculate - Calculate Overlay - - tomaspinho/rtl8821ce - diff --git a/net-wireless/rtl8821ce/rtl8821ce-20211119.ebuild b/net-wireless/rtl8821ce/rtl8821ce-20211119.ebuild deleted file mode 100644 index 779c471b6..000000000 --- a/net-wireless/rtl8821ce/rtl8821ce-20211119.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-mod - -COMMIT="ca204c60724d23ab10244f920d4e50759ed1affb" - -DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel" -HOMEPAGE="https://github.com/tomaspinho/rtl8821ce" -SRC_URI="https://codeload.github.com/tomaspinho/rtl8821ce/zip/${COMMIT} -> rtl8821ce-${PV}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64" - -DEPEND="virtual/linux-sources - app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/rtl8821ce-${COMMIT}" - -MODULE_NAMES="8821ce(net/wireless)" -BUILD_TARGETS="all" -BUILD_TARGET_ARCH="${ARCH}" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERN_DIR=${KV_DIR} KSRC=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1" -} - -src_compile(){ - linux-mod_src_compile -} - -src_install() { - linux-mod_src_install -} - -pkg_postinst() { - linux-mod_pkg_postinst -} diff --git a/net-wireless/rtl8821ce/rtl8821ce-20230101.ebuild b/net-wireless/rtl8821ce/rtl8821ce-20230101.ebuild deleted file mode 100644 index 918fe9fd5..000000000 --- a/net-wireless/rtl8821ce/rtl8821ce-20230101.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-mod - -COMMIT="a3e2f7c1f91e92f2dc788e8fcd7f2986af3d19b6" - -DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel" -HOMEPAGE="https://github.com/tomaspinho/rtl8821ce" -SRC_URI="https://codeload.github.com/tomaspinho/rtl8821ce/zip/${COMMIT} -> rtl8821ce-${PV}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64" - -DEPEND="virtual/linux-sources - app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/rtl8821ce-${COMMIT}" - -MODULE_NAMES="8821ce(net/wireless)" -BUILD_TARGETS="all" -BUILD_TARGET_ARCH="${ARCH}" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERN_DIR=${KV_DIR} KSRC=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1" -} - -src_compile(){ - linux-mod_src_compile -} - -src_install() { - linux-mod_src_install -} - -pkg_postinst() { - linux-mod_pkg_postinst -} diff --git a/net-wireless/rtl8821ce/rtl8821ce-20230504.ebuild b/net-wireless/rtl8821ce/rtl8821ce-20230504.ebuild deleted file mode 100644 index 481672489..000000000 --- a/net-wireless/rtl8821ce/rtl8821ce-20230504.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit linux-mod - -COMMIT="a478095a45d8aa957b45be4f9173c414efcacc6f" - -DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel" -HOMEPAGE="https://github.com/tomaspinho/rtl8821ce" -SRC_URI="https://github.com/tomaspinho/rtl8821ce/archive/${COMMIT}.tar.gz -> rtl8821ce-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/rtl8821ce-${COMMIT}" - -MODULE_NAMES="8821ce(net/wireless)" -BUILD_TARGETS="all" -BUILD_TARGET_ARCH="${ARCH}" -CONFIG_CHECK="~!RTW88_8821CE" -ERROR_RTL8XXXU="The RTW88_8821CE module is enabled in the kernel; it conflicts with this module." - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERN_DIR=${KV_DIR} KSRC=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1" -}