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: Sun, 03 Apr 2022 22:55:44
Message-Id: 1649026525.3260e911b50ebbef25330f646bb6761a69cfb497.mpagano@gentoo
1 commit: 3260e911b50ebbef25330f646bb6761a69cfb497
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 22:55:25 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 22:55:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e911
7
8 sys-kernel/git-sources: drop 5.17_rc8
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.17_rc8.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 f27a30280d3c..1ac9b2fcfd58 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST linux-5.16.tar.xz 123114100 BLAKE2B 07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb SHA512 7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
22 DIST linux-5.17.tar.xz 128399340 BLAKE2B 82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0 SHA512 89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
23 -DIST patch-5.17-rc8.patch 38475441 BLAKE2B 358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8 SHA512 286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
24 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b SHA512 17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053
25
26 diff --git a/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild b/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild
27 deleted file mode 100644
28 index b7eedd7884ba..000000000000
29 --- a/sys-kernel/git-sources/git-sources-5.17_rc8.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.16"
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 -}