public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 30 Jun 2023 08:55:48 +0000 (UTC)	[thread overview]
Message-ID: <1688115339.0831d3374bdfde3bdfc1708ffae35ba3682d7865.AleksandrBatyuk@gentoo> (raw)

commit:     0831d3374bdfde3bdfc1708ffae35ba3682d7865
Author:     Aleksandr Batyuk <abbat.2008 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 30 08:53:50 2023 +0000
Commit:     Aleksandr Batyuk <abbat.2008 <AT> gmail <DOT> com>
CommitDate: Fri Jun 30 08:55:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0831d337

net-wireless/rtl8821cu: Ebuild fix

Signed-off-by: Aleksandr Batyuk <abbat.2008 <AT> gmail.com>

 .../rtl8821cu/rtl8821cu-0_pre20230624.ebuild         | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230624.ebuild b/net-wireless/rtl8821cu/rtl8821cu-0_pre20230624.ebuild
index 63548f00b..f43d0a02f 100644
--- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230624.ebuild
+++ b/net-wireless/rtl8821cu/rtl8821cu-0_pre20230624.ebuild
@@ -5,29 +5,21 @@ EAPI=8
 
 inherit linux-mod-r1
 
-SLOT=0
-
+MY_PN="8821cu-20210916"
 COMMIT="dc9ee6c6a8b47d0e365fcf1977439c7243da71d5"
-
 DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
 HOMEPAGE="https://github.com/morrownr/8821cu-20210916"
-SRC_URI="https://github.com/morrownr/8821cu-20210916/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz"
+SRC_URI="https://github.com/morrownr/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
 
+SLOT=0
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="virtual/linux-sources"
-
-S="${WORKDIR}/8821cu-20210916-${COMMIT}"
-
 src_compile() {
 	linux-mod-r1_pkg_setup
 
-	local modlist=(8821cu=net/wireless)
-
+	local modlist=( 8821cu=net/wireless )
+	local modargs=( KSRC="${KV_OUT_DIR}" )
 	linux-mod-r1_src_compile
 }
-
-src_install() {
-	linux-mod-r1_src_install
-}


             reply	other threads:[~2023-06-30  8:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30  8:55 Aleksandr Batyuk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 14:35 [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/rtl8821cu/ Aleksandr Batyuk
2024-05-20  3:55 Aleksandr Batyuk
2024-02-07  5:11 Aleksandr Batyuk
2023-12-20  3:25 Aleksandr Batyuk
2023-10-15 12:39 Aleksandr Batyuk
2023-08-01  4:02 Aleksandr Batyuk
2023-07-15  8:50 Aleksandr Batyuk
2023-06-25 15:02 Aleksandr Batyuk
2023-05-17 12:30 Aleksandr Batyuk
2022-04-15 13:22 Aleksandr Batyuk
2021-12-01 19:44 Andrew Ammerlaan
2021-11-26 13:26 Aleksandr Batyuk
2021-05-16 14:06 Anna Vyalkova
2021-01-10 13:56 Aleksandr Batyuk
2021-01-02  8:34 Aleksandr Batyuk
2020-08-24  9:13 Aleksandr Batyuk
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-03-17 15:55 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-17 15:54 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-17  9:19 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=1688115339.0831d3374bdfde3bdfc1708ffae35ba3682d7865.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