* [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-next/
@ 2021-09-29 22:49 Mike Pagano
0 siblings, 0 replies; only message in thread
From: Mike Pagano @ 2021-09-29 22:49 UTC (permalink / raw
To: gentoo-commits
commit: e059f7de3c4a4282a9ca7d9dc23b82e67c5b57b2
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 29 22:49:05 2021 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kernel@gentoo.org</email>
+ <name>Gentoo Kernel Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpe">cpe:/o:linux:linux_kernel</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-29 22:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-29 22:49 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-next/ Mike Pagano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox