From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8192eu/
Date: Sat, 2 Jan 2021 12:13:55 +0000 (UTC) [thread overview]
Message-ID: <1609574079.ce6c4f44e742a8970213fca121dfdf1474f4f91d.andrewammerlaan@gentoo> (raw)
commit: ce6c4f44e742a8970213fca121dfdf1474f4f91d
Author: Aleksandr Batyuk <abbat.2008 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 2 07:54:39 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 2 07:54:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce6c4f44
net-wireless/rtl8192eu: Add support kernel 5.10
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Aleksandr Batyuk <abbat.2008 <AT> gmail.com>
net-wireless/rtl8192eu/Manifest | 3 +--
.../rtl8192eu/rtl8192eu-0_pre20200818.ebuild | 24 ----------------------
...00619.ebuild => rtl8192eu-0_pre20201219.ebuild} | 4 ++--
3 files changed, 3 insertions(+), 28 deletions(-)
diff --git a/net-wireless/rtl8192eu/Manifest b/net-wireless/rtl8192eu/Manifest
index 55816806..71cf63c7 100644
--- a/net-wireless/rtl8192eu/Manifest
+++ b/net-wireless/rtl8192eu/Manifest
@@ -1,2 +1 @@
-DIST rtl8192eu-0_pre20200619.tar.gz 2533575 BLAKE2B c20e47d8efd444c3561bf0f66c4e10a318e4cb33b7171f1c03bfd5fd93fa249538c8e8306afe40819254ac6bd6302eb5d4a57caf1dba14b791c88270ba634296 SHA512 72b6cb7a8cbfb6c17852988c833daafa223f234e50abb56d315e955de60adc605695fcecc50257a04a9356f3a4644b4ddf54fceb8f3d32c0bb346ed5606939e4
-DIST rtl8192eu-0_pre20200818.tar.gz 2533387 BLAKE2B adadab239337b7bd36caeaf033247ab1c74f018a304dddd79237a2934784b9c94efa2eb6a865ae12971d1b6f13bead90ac20c9f966d1840bf67c368627d78035 SHA512 e655e3acdd512b5a929d05c5af305d0cb5b97243d62ceb6faddff9c34ca9a0ab92bbe078c2097d680e5413caef29d157c98df94358df30b09ba7f61a36574668
+DIST rtl8192eu-0_pre20201219.tar.gz 2533739 BLAKE2B 1cb6c0a772bf472fe6279c70b4dbdd3dc8d26507f6dd66b82534592fa4dc2b538132cf257b5a63f3ff7b91a25f0e022a2a4ae19ee42df09ab37dd0188bcbc8fa SHA512 f332e58d4a6b2cc5dc0eba54bd146b4b1adbfaf5903c1eb5d3e9ae4fff9e6063963645f92a136c91284314f6398700288219a6356227aea0c8cd7564e958a266
diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild b/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild
deleted file mode 100644
index 78dc4347..00000000
--- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit linux-mod
-
-COMMIT="6d2705d8023c25b43f845298e707252fd813e68e"
-
-DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
-HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"
-SRC_URI="https://github.com/Mange/rtl8192eu-linux-driver/archive/${COMMIT}.tar.gz -> rtl8192eu-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="virtual/linux-sources"
-
-S="${WORKDIR}/rtl8192eu-linux-driver-${COMMIT}"
-
-MODULE_NAMES="8192eu(net/wireless)"
-BUILD_TARGETS="all"
-
-CONFIG_CHECK="~!RTL8XXXU"
-ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module."
diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild b/net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild
similarity index 87%
rename from net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild
rename to net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild
index 8da4f144..8e268f4d 100644
--- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild
+++ b/net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
-COMMIT="ea7cfbd672a06eddf29187b9cc696a709a90c76c"
+COMMIT="b7faffdd77767269770b79876f88dd1145b6a630"
DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"
next reply other threads:[~2021-01-02 12:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-02 12:13 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-07 10:10 [gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8192eu/ David Roman
2023-06-26 11:24 Andrew Ammerlaan
2023-06-26 11:24 Andrew Ammerlaan
2023-03-14 6:00 Viorel Munteanu
2023-03-14 6:00 Viorel Munteanu
2022-10-17 11:26 Haelwenn Monnier
2022-04-15 18:42 Andrew Ammerlaan
2021-12-01 19:44 Andrew Ammerlaan
2021-05-07 18:18 Andrew Ammerlaan
2020-08-25 8:41 Andrew Ammerlaan
2020-06-21 19:11 Andrew Ammerlaan
2020-04-09 19:47 Andrew Ammerlaan
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=1609574079.ce6c4f44e742a8970213fca121dfdf1474f4f91d.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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