From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16201138351 for ; Tue, 17 Mar 2020 15:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A787DE0E1D; Tue, 17 Mar 2020 15:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B704E0E1D for ; Tue, 17 Mar 2020 15:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33BCB34F193 for ; Tue, 17 Mar 2020 15:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4770A18D for ; Tue, 17 Mar 2020 15:55:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584436499.691e59b5b29c9f9328d57e2a57a5402c4078d570.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8821cu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/rtl8821cu/Manifest net-wireless/rtl8821cu/metadata.xml net-wireless/rtl8821cu/rtl8821cu-20200302.ebuild X-VCS-Directories: net-wireless/rtl8821cu/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 691e59b5b29c9f9328d57e2a57a5402c4078d570 X-VCS-Branch: master Date: Tue, 17 Mar 2020 15:55:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99e274fb-5df8-47d7-94b6-f8c408c19230 X-Archives-Hash: 51a641eb269a77f43e86e52c68ec5fb0 commit: 691e59b5b29c9f9328d57e2a57a5402c4078d570 Author: Aleksandr Batyuk gmail com> AuthorDate: Tue Mar 17 09:14:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 17 09:14:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=691e59b5 net-wireless/rtl8821ce: New package Realtek RTL8821CE Driver module for Linux kernel. Closes: https://bugs.gentoo.org/696980 Tested-by: Aleksandr Batyuk gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aleksandr Batyuk gmail.com> net-wireless/rtl8821cu/Manifest | 1 + net-wireless/rtl8821cu/metadata.xml | 9 +++++ net-wireless/rtl8821cu/rtl8821cu-20200302.ebuild | 42 ++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/net-wireless/rtl8821cu/Manifest b/net-wireless/rtl8821cu/Manifest new file mode 100644 index 0000000..5d2ec92 --- /dev/null +++ b/net-wireless/rtl8821cu/Manifest @@ -0,0 +1 @@ +DIST rtl8821cu-20200302.tar.gz 3641031 BLAKE2B c4b8555028b5ddf096f7daf57997d5113aa743e3250bd5cc3b377ac8877a72be5a4a127fdd773e800695a976b55767299c5361aeda45d5004a9e5568743e6a8d SHA512 bd7ae2a6f3259ee9e69d97836870645068c02c3bdcc491e4bdc321c637d4612adfcfb3d31b2643632cbcca30f1cd6f9e030f51169e7fa1dd1841ea665e0cb7e9 diff --git a/net-wireless/rtl8821cu/metadata.xml b/net-wireless/rtl8821cu/metadata.xml new file mode 100644 index 0000000..7386d29 --- /dev/null +++ b/net-wireless/rtl8821cu/metadata.xml @@ -0,0 +1,9 @@ + + + + + + abbat.2008@gmail.com + Aleksandr Batyuk + + diff --git a/net-wireless/rtl8821cu/rtl8821cu-20200302.ebuild b/net-wireless/rtl8821cu/rtl8821cu-20200302.ebuild new file mode 100644 index 0000000..7a92b24 --- /dev/null +++ b/net-wireless/rtl8821cu/rtl8821cu-20200302.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit linux-mod + +COMMIT="ca0bcba405f8865e6acd6a6d3cacf93f7e1b8a2c" + +DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel" +HOMEPAGE="https://github.com/brektrou/rtl8821CU" +SRC_URI="https://github.com/brektrou/rtl8821CU/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/rtl8821CU-${COMMIT}" + +MODULE_NAMES="8821cu(net/wireless)" +BUILD_TARGETS="all" + +src_unpack() { + unpack ${A} + cd "${S}" +} + +pkg_setup() { + linux-mod_pkg_setup +} + +src_compile(){ + linux-mod_src_compile +} + +src_install() { + linux-mod_src_install +} + +pkg_postinst() { + linux-mod_pkg_postinst +}