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 7C480138350 for ; Tue, 17 Mar 2020 09:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5599E091F; Tue, 17 Mar 2020 09:19:24 +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 99E6FE091F for ; Tue, 17 Mar 2020 09:19:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3D1B934F1F2 for ; Tue, 17 Mar 2020 09:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5745B102 for ; Tue, 17 Mar 2020 09:19:21 +0000 (UTC) From: "Aleksandr Batyuk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aleksandr Batyuk" Message-ID: <1584436499.691e59b5b29c9f9328d57e2a57a5402c4078d570.AleksandrBatyuk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: AleksandrBatyuk X-VCS-Committer-Name: Aleksandr Batyuk X-VCS-Revision: 691e59b5b29c9f9328d57e2a57a5402c4078d570 X-VCS-Branch: dev Date: Tue, 17 Mar 2020 09:19:21 +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: 4fbac153-8768-4f22-9779-7c8bf7d19386 X-Archives-Hash: d8b916e00097173a4008e2173ddc0cb7 commit: 691e59b5b29c9f9328d57e2a57a5402c4078d570 Author: Aleksandr Batyuk gmail com> AuthorDate: Tue Mar 17 09:14:59 2020 +0000 Commit: Aleksandr Batyuk gmail com> 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 +}