From: "Aleksandr Batyuk" <abbat.2008@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/rtl8821cu/
Date: Tue, 17 Mar 2020 09:19:21 +0000 (UTC) [thread overview]
Message-ID: <1584436499.691e59b5b29c9f9328d57e2a57a5402c4078d570.AleksandrBatyuk@gentoo> (raw)
commit: 691e59b5b29c9f9328d57e2a57a5402c4078d570
Author: Aleksandr Batyuk <abbat.2008 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 17 09:14:59 2020 +0000
Commit: Aleksandr Batyuk <abbat.2008 <AT> gmail <DOT> 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 <abbat.2008 <AT> gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aleksandr Batyuk <abbat.2008 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>abbat.2008@gmail.com</email>
+ <name>Aleksandr Batyuk</name>
+ </maintainer>
+</pkgmetadata>
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
+}
next reply other threads:[~2020-03-17 9:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 9:19 Aleksandr Batyuk [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-17 15:55 [gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8821cu/ Andrew Ammerlaan
2020-03-17 15:54 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-09 19:47 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-09 13:24 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-24 9:13 Aleksandr Batyuk
2021-01-02 8:34 Aleksandr Batyuk
2021-01-10 13:56 Aleksandr Batyuk
2021-05-16 14:06 Anna Vyalkova
2021-11-26 13:26 Aleksandr Batyuk
2021-12-01 19:44 Andrew Ammerlaan
2022-04-15 13:22 Aleksandr Batyuk
2023-05-17 12:30 Aleksandr Batyuk
2023-06-25 15:02 Aleksandr Batyuk
2023-06-30 8:55 Aleksandr Batyuk
2023-07-15 8:50 Aleksandr Batyuk
2023-08-01 4:02 Aleksandr Batyuk
2023-10-15 12:39 Aleksandr Batyuk
2023-12-20 3:25 Aleksandr Batyuk
2024-02-07 5:11 Aleksandr Batyuk
2024-05-20 3:55 Aleksandr Batyuk
2024-09-07 14:35 Aleksandr Batyuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584436499.691e59b5b29c9f9328d57e2a57a5402c4078d570.AleksandrBatyuk@gentoo \
--to=abbat.2008@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox