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 4C53B158017 for ; Wed, 29 Sep 2021 22:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BB4E0844; Wed, 29 Sep 2021 22:49:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AEA1E0844 for ; Wed, 29 Sep 2021 22:49:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45E86342CD6 for ; Wed, 29 Sep 2021 22:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77DC54E for ; Wed, 29 Sep 2021 22:49:20 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1632955745.e059f7de3c4a4282a9ca7d9dc23b82e67c5b57b2.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-next/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-next/linux-next-9999.ebuild sys-kernel/linux-next/metadata.xml X-VCS-Directories: sys-kernel/linux-next/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: e059f7de3c4a4282a9ca7d9dc23b82e67c5b57b2 X-VCS-Branch: master Date: Wed, 29 Sep 2021 22:49:20 +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: 2713f1d8-adb1-4235-9a20-ae2fa0107414 X-Archives-Hash: 2d73550770e6429b18851c5df676f2fb commit: e059f7de3c4a4282a9ca7d9dc23b82e67c5b57b2 Author: Mike Pagano gentoo org> AuthorDate: Wed Sep 29 22:49:05 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Sep 29 22:49:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e059f7de sys-kernel/linux-next: Support linux-next kernel Closes: https://bugs.gentoo.org/815199 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-next/linux-next-9999.ebuild | 33 ++++++++++++++++++++++++++++ sys-kernel/linux-next/metadata.xml | 11 ++++++++++ 2 files changed, 44 insertions(+) diff --git a/sys-kernel/linux-next/linux-next-9999.ebuild b/sys-kernel/linux-next/linux-next-9999.ebuild new file mode 100644 index 00000000000..302a8eb1494 --- /dev/null +++ b/sys-kernel/linux-next/linux-next-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git -> linux-next-${P}.git" +EGIT_CLONE_TYPE="shallow" + +DESCRIPTION="Linux kernel and patches aimed at the next kernel merge window" +HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" + +src_unpack() { + git-r3_src_unpack +} + +src_prepare() { + eapply_user +} + +src_compile() { + :; +} + +src_install() { + dodir /usr/src/ + cp -R "${S}/" "${D}/usr/src/" || die "Install failed!" +} diff --git a/sys-kernel/linux-next/metadata.xml b/sys-kernel/linux-next/metadata.xml new file mode 100644 index 00000000000..3335b243cbf --- /dev/null +++ b/sys-kernel/linux-next/metadata.xml @@ -0,0 +1,11 @@ + + + + + kernel@gentoo.org + Gentoo Kernel Project + + + cpe:/o:linux:linux_kernel + +