mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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@gentoo.org>
This commit is contained in:
33
sys-kernel/linux-next/linux-next-9999.ebuild
Normal file
33
sys-kernel/linux-next/linux-next-9999.ebuild
Normal file
@@ -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!"
|
||||
}
|
||||
11
sys-kernel/linux-next/metadata.xml
Normal file
11
sys-kernel/linux-next/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user