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 5C953138359 for ; Tue, 4 Aug 2020 09:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ABD4E0B28; Tue, 4 Aug 2020 09:09:33 +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 5F323E0B28 for ; Tue, 4 Aug 2020 09:09:33 +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 A481334F1A1 for ; Tue, 4 Aug 2020 09:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23BB12FE for ; Tue, 4 Aug 2020 09:09:30 +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: <1596532066.c1f9ea08438352fd497b779d65cbb95c283b4a63.AleksandrBatyuk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/rtl8821ce/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/rtl8821ce/Manifest net-wireless/rtl8821ce/rtl8821ce-0_pre20200703.ebuild X-VCS-Directories: net-wireless/rtl8821ce/ X-VCS-Committer: AleksandrBatyuk X-VCS-Committer-Name: Aleksandr Batyuk X-VCS-Revision: c1f9ea08438352fd497b779d65cbb95c283b4a63 X-VCS-Branch: dev Date: Tue, 4 Aug 2020 09:09:30 +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: cd16b2ce-f89f-4670-a488-3ffc7959acb0 X-Archives-Hash: fa78c0a68e15e12c2356f1e3cc1a7e33 commit: c1f9ea08438352fd497b779d65cbb95c283b4a63 Author: Aleksandr Batyuk gmail com> AuthorDate: Tue Aug 4 09:07:46 2020 +0000 Commit: Aleksandr Batyuk gmail com> CommitDate: Tue Aug 4 09:07:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1f9ea08 net-wireless/rtl8821ce: Add support kernel 5.8 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Aleksandr Batyuk gmail.com> net-wireless/rtl8821ce/Manifest | 1 + .../rtl8821ce/rtl8821ce-0_pre20200703.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/net-wireless/rtl8821ce/Manifest b/net-wireless/rtl8821ce/Manifest index 4e70b2a..d581ece 100644 --- a/net-wireless/rtl8821ce/Manifest +++ b/net-wireless/rtl8821ce/Manifest @@ -1 +1,2 @@ DIST rtl8821ce-0_pre20200224.tar.gz 4519145 BLAKE2B dec8974d16d7a4d136c3a452d182aeec26270ddf6ffc4e5059a8260fa6dbed32aa407925244d4fe543d4156956f54ab464b6502f6f185a83e3b98de003fdc715 SHA512 2946b36d0315db292870d1760d1d68f3135e202c90312bc37619a8de04b1fd60f4acb13d14700e0a5ca3ae4a21aab68306cf0f4a801134a37ff573fcc6a8e11f +DIST rtl8821ce-0_pre20200703.tar.gz 4519547 BLAKE2B d10313298e6807f4c5ef35582be01dba5d11c36cb2bfb572186b32123f8388e6edca03de716b545dacc02e6aa43439d7379d1727dc6206791c0f7d296ad8b62a SHA512 e0bdc7feaf7f29e760b86c2b85caf177e084c06fa681bb8888bf43927d766505d3573931ee878842089863eeefc25fee5107276dbde18375462c96600225f7ce diff --git a/net-wireless/rtl8821ce/rtl8821ce-0_pre20200703.ebuild b/net-wireless/rtl8821ce/rtl8821ce-0_pre20200703.ebuild new file mode 100644 index 0000000..047c03f --- /dev/null +++ b/net-wireless/rtl8821ce/rtl8821ce-0_pre20200703.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit linux-mod + +COMMIT="18c1f607c10307a249be82cb398fb08eb7857a9f" + +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 ~x86" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/rtl8821ce-${COMMIT}" + +MODULE_NAMES="8821ce(net/wireless)" +BUILD_TARGETS="all"