URI: 
       sys-kernel/vanilla-sources: Add 5.17.15 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 0095c568025840bccf19afb628ffa64fc3185064
   DIR parent 58386cb10e9da4fe8a0da883a85684efb5381c68
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  2 Aug 2022 17:40:24 +0200
       
       sys-kernel/vanilla-sources: Add 5.17.15
       
       Diffstat:
         A sys-kernel/vanilla-sources/Manifest |       2 ++
         A sys-kernel/vanilla-sources/metadat… |      16 ++++++++++++++++
         A sys-kernel/vanilla-sources/vanilla… |      16 ++++++++++++++++
       
       3 files changed, 34 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest
       @@ -0,0 +1,2 @@
       +DIST linux-5.17.tar.xz 128399340 BLAKE2B 82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0 SHA512 89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
       +DIST patch-5.17.15.xz 1084564 BLAKE2B 72713c22da50783beac854ca3c4b48d016e4b8eb2ec641dd44f56f32be888723e8125ed3f830a114eb63086717a3a00f6188b1a58d09e0d2e4a0f0337149555b SHA512 63680c60851687980dcbbee4534ad8272efc0b0d80bdd6e1c74e61c343b16182f6636942fde3c1177c4607b176c3d342d646876ce4ed72397080f90a816678ca
   DIR diff --git a/sys-kernel/vanilla-sources/metadata.xml b/sys-kernel/vanilla-sources/metadata.xml
       @@ -0,0 +1,16 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +        <maintainer type="project">
       +                <email>kernel@gentoo.org</email>
       +                <name>Gentoo kernel team</name>
       +        </maintainer>
       +        <maintainer type="person">
       +                <email>ago@gentoo.org</email>
       +                <name>Agostino Sarubbo</name>
       +                <description>CC/Assign to me the version bump request</description>
       +        </maintainer>
       +        <upstream>
       +                <remote-id type="cpe">cpe:/o:linux:linux_kernel</remote-id>
       +        </upstream>
       +</pkgmetadata>
   DIR diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.17.15.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.17.15.ebuild
       @@ -0,0 +1,16 @@
       +# Copyright 1999-2021 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI="8"
       +K_NOUSENAME="yes"
       +K_NOSETEXTRAVERSION="yes"
       +K_SECURITY_UNSUPPORTED="1"
       +ETYPE="sources"
       +inherit kernel-2
       +detect_version
       +
       +DESCRIPTION="Full sources for the Linux kernel"
       +HOMEPAGE="https://www.kernel.org"
       +SRC_URI="${KERNEL_URI}"
       +
       +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"