URI: 
       sys-kernel/vanilla-sources: Add 6.3.13 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 6512ddc85e4c24d524c8e2e0da71c7a8cc018af4
   DIR parent 876e0747e507959c5b40a03f537fa696c86f798f
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 10 Aug 2023 17:29:56 +0200
       
       sys-kernel/vanilla-sources: Add 6.3.13
       
       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-6.3.tar.xz 136891752 BLAKE2B f1887c8924efa8d0cb14c4e604affd0b0168bcf20f56a37c027405c7bc11aba822a43fcb38ccb55a81a26f747d00e1ab5a6554818affbf1e1c7ef5220150fc69 SHA512 768979440f4907ba64d4481b383d6101faf208f27a0b897156123aa278c5743fe3c4f61945b2541429c532d45382aaee8899ea9d44a1d2895bfbb79bfd937f65
       +DIST patch-6.3.13.xz 862924 BLAKE2B a4d717950f3f3a835b318e589da68ae19c39617c81b65c5a736dc51c27141bfb8a2e8af27e7f7bde2f1595225afd21b540d37798d383a3f4dc734e021d74ba0e SHA512 64bb922b465ffbfb13ff62231bbac7ef96f92ca91cac300862b234d59a623b62f324370953fc88e5b7f67b3d992bedcbd12ce25d6864c97eb73de5ed81c8de4a
   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-6.3.13.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.3.13.ebuild
       @@ -0,0 +1,16 @@
       +# Copyright 1999-2023 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"