URI: 
       sys-kernel/vanilla-sources: Add 5.12.19 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 6789ac5cb70254395042474587c98e69f562278e
   DIR parent 418d8b14c3fdc1978bf1d89ac77e05b6936fef6f
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 11 Aug 2021 21:53:28 +0200
       
       sys-kernel/vanilla-sources: Add 5.12.19
       
       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.12.tar.xz 118112412 BLAKE2B 842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b SHA512 be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
       +DIST patch-5.12.19.xz 1047912 BLAKE2B ce5ca85ab6c24c8ac8bd55368916a865f919fbfaefc1e096f83bcf3e807f823a9f23f64df59b642d2f30d27ae042e7fc0341fc97ce5b35f8be74a04a100882f4 SHA512 edf390a025b39777a418e6b66d240af6f6128f5175b3b7d3ca49742d0720546b79b8c30b544e8c79ff56485ca41021a489b7765d59e18839aeb649fb44e81a15
   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.12.19.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.12.19.ebuild
       @@ -0,0 +1,16 @@
       +# Copyright 1999-2021 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI="6"
       +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"