From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1170504-garchives=archives.gentoo.org@lists.gentoo.org>
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 92B2A1382C5
	for <garchives@archives.gentoo.org>; Tue, 12 May 2020 09:35:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D5EFBE0934;
	Tue, 12 May 2020 09:35:52 +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 99589E0934
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:52 +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 88D8F350038
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3611F2
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:50 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
Message-ID: <1589276132.1c2da507159cd41dfe9de07f0b0559fd9762039b.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
X-VCS-Directories: media-tv/droidcam/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 1c2da507159cd41dfe9de07f0b0559fd9762039b
X-VCS-Branch: master
Date: Tue, 12 May 2020 09:35:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6beca167-cb53-4a42-b77f-b04dab854ed9
X-Archives-Hash: afc709eb8b668fbfb3e47adbcf74c387

commit:     1c2da507159cd41dfe9de07f0b0559fd9762039b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May 12 09:35:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 12 09:35:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2da507

media-tv/droidcam: fix build if eselect kernel is not running kernel

upstream changed things and now uses a variable, no more need to sed
the makefile

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
index c0441bc..580c12f 100644
--- a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
+++ b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
@@ -32,11 +32,6 @@ MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)"
 MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
 BUILD_TARGETS="all"
 
-src_prepare() {
-	default
-	sed -i -e "s/\`uname -r\`/${KV_FULL}/g" v4l2loopback/Makefile
-}
-
 src_configure() {
 	set_arch_to_kernel
 	default
@@ -44,7 +39,7 @@ src_configure() {
 
 src_compile() {
 	default
-	linux-mod_src_compile
+	KERNELRELEASE="${KV_FULL}" linux-mod_src_compile
 }
 
 src_test() {


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1170503-garchives=archives.gentoo.org@lists.gentoo.org>
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 CF7951382C5
	for <garchives@archives.gentoo.org>; Tue, 12 May 2020 09:35:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E46AEE0933;
	Tue, 12 May 2020 09:35:45 +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 C5A20E0933
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:45 +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 AA08E35003A
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB7F1F2
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 May 2020 09:35:42 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
Message-ID: <1589276132.1c2da507159cd41dfe9de07f0b0559fd9762039b.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-tv/droidcam/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
X-VCS-Directories: media-tv/droidcam/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 1c2da507159cd41dfe9de07f0b0559fd9762039b
X-VCS-Branch: dev
Date: Tue, 12 May 2020 09:35:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 55443301-02d1-4513-aa16-ea45bceb94b8
X-Archives-Hash: 9e0a552773e0802113123fb13b60718d
Message-ID: <20200512093542.7Te125ui25dBkrHYFEtbxDq8YQ0WlwZJOQy-DbB_ix8@z>

commit:     1c2da507159cd41dfe9de07f0b0559fd9762039b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May 12 09:35:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 12 09:35:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2da507

media-tv/droidcam: fix build if eselect kernel is not running kernel

upstream changed things and now uses a variable, no more need to sed
the makefile

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
index c0441bc..580c12f 100644
--- a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
+++ b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
@@ -32,11 +32,6 @@ MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)"
 MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
 BUILD_TARGETS="all"
 
-src_prepare() {
-	default
-	sed -i -e "s/\`uname -r\`/${KV_FULL}/g" v4l2loopback/Makefile
-}
-
 src_configure() {
 	set_arch_to_kernel
 	default
@@ -44,7 +39,7 @@ src_configure() {
 
 src_compile() {
 	default
-	linux-mod_src_compile
+	KERNELRELEASE="${KV_FULL}" linux-mod_src_compile
 }
 
 src_test() {