Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Mon, 06 Jun 2022 12:27:43
Message-Id: 1654518418.3522c7a56a87935cd68df9dc620fa2dc7dcad815.mpagano@gentoo
1 commit: 3522c7a56a87935cd68df9dc620fa2dc7dcad815
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 12:26:58 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 12:26:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3522c7a5
7
8 sys-kernel/git-sources: drop 5.18_rc7
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 sys-kernel/git-sources/Manifest | 2 --
13 sys-kernel/git-sources/git-sources-5.18_rc7.ebuild | 40 ----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
17 index 7603066a6075..0ae5a1a803e7 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST linux-5.17.tar.xz 128399340 BLAKE2B 82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0 SHA512 89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
22 DIST linux-5.18.tar.xz 129790264 BLAKE2B e2745a69eb70169e90505a9318a3993046eab3020496eecde7d8352ecda0eb71a25b21becf7ce93fc593507dce7d1cd61b94ddcdf82b3094d79c0d3d48508eeb SHA512 dbbc9d1395898a498fa4947fceda1781344fa5d360240f753810daa4fa88e519833e2186c4e582a8f1836e6413e9e85f6563c7770523b704e8702d67622f98b5
23 -DIST patch-5.18-rc7.patch 114117540 BLAKE2B 1985a6db4b5622a1baa27d60f0072046613685a7bcbd30d7fc3449901c6b0b835f0f61104cfdc22cdbb50f1c5207b0cd2c7d0da9ee36a4b2fb1a8a42839fc66f SHA512 58f3c0fdcb91a1edb71d2312afc77572c4dc0803a74b3d6d8d43f34399bd0174d546ae987c2b562a92d9e9f79e07ccf57204df8b3189fc721ac7ace034e35c7a
24 DIST patch-5.19-rc1.patch 90995640 BLAKE2B 0042e0a588fb4fa43259373e7c251e0f17f7640994d88bd1b27f73388a9a7a3229e03edc194f0cb719b9505fff651c7c9a4119c4f616040b35af7e500afd8d36 SHA512 bb2614786eecee03e38742a32dfbffce2b08881d35f51222dec88f9cec584eb1b60f3751e35f1a354124a162d443f0a4e345f6ee0193cebc29bc7ae5abb89003
25
26 diff --git a/sys-kernel/git-sources/git-sources-5.18_rc7.ebuild b/sys-kernel/git-sources/git-sources-5.18_rc7.ebuild
27 deleted file mode 100644
28 index 1b58d3fd64da..000000000000
29 --- a/sys-kernel/git-sources/git-sources-5.18_rc7.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="8"
36 -UNIPATCH_STRICTORDER="yes"
37 -K_NOUSENAME="yes"
38 -K_NOSETEXTRAVERSION="yes"
39 -K_NOUSEPR="yes"
40 -K_SECURITY_UNSUPPORTED="1"
41 -K_BASE_VER="5.17"
42 -K_EXP_GENPATCHES_NOUSE="1"
43 -K_FROM_GIT="yes"
44 -ETYPE="sources"
45 -CKV="${PVR/-r/-git}"
46 -
47 -# only use this if it's not an _rc/_pre release
48 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
49 -inherit kernel-2
50 -detect_version
51 -
52 -DESCRIPTION="The very latest -git version of the Linux kernel"
53 -HOMEPAGE="https://www.kernel.org"
54 -SRC_URI="${KERNEL_URI}"
55 -
56 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
57 -IUSE=""
58 -
59 -K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
60 -experimental nature. If you have any issues, try a matching vanilla-sources
61 -ebuild -- if the problem is not there, please contact the upstream kernel
62 -developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
63 -report the problem so it can be fixed in time for the next kernel release."
64 -
65 -RDEPEND=""
66 -DEPEND="${RDEPEND}
67 - >=sys-devel/patch-2.7.6-r4"
68 -
69 -pkg_postinst() {
70 - postinst_sources
71 -}