Gentoo Archives: gentoo-commits

From: Michael Everitt <m.j.everitt@×××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
Date: Sun, 09 Sep 2018 18:26:15
Message-Id: 1536517496.fb1e938f92ce13f1365d82b799c987735ef9dcca.veremit@gentoo
1 commit: fb1e938f92ce13f1365d82b799c987735ef9dcca
2 Author: Michael Everitt <m.j.everitt <AT> iee <DOT> org>
3 AuthorDate: Sat May 19 22:36:07 2018 +0000
4 Commit: Michael Everitt <m.j.everitt <AT> iee <DOT> org>
5 CommitDate: Sun Sep 9 18:24:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=fb1e938f
7
8 sys-kernel/mc-sources: New package
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-kernel/mc-sources/Manifest | 3 ++
13 sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild | 40 +++++++++++++++++++++++++
14 sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild | 40 +++++++++++++++++++++++++
15 3 files changed, 83 insertions(+)
16
17 diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest
18 new file mode 100644
19 index 0000000..931c3de
20 --- /dev/null
21 +++ b/sys-kernel/mc-sources/Manifest
22 @@ -0,0 +1,3 @@
23 +DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848
24 +DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058
25 +DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
26
27 diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
28 new file mode 100644
29 index 0000000..48049b5
30 --- /dev/null
31 +++ b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +inherit versionator
38 +
39 +COMPRESSTYPE=".xz"
40 +K_SECURITY_UNSUPPORTED="1"
41 +
42 +MC_B="$(get_version_component_range 1-2)"
43 +MC_V="6"
44 +ETYPE="sources"
45 +inherit kernel-2
46 +detect_version
47 +K_NOSETEXTRAVERSION="don't_set_it"
48 +
49 +DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
50 +interactive performance, and memory consumption on all architectures and under all loads."
51 +HOMEPAGE="http://oddball.tech/code/kernel-mc/"
52 +
53 +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
54 +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
55 +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
56 +
57 +KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
58 +IUSE=""
59 +
60 +UNIPATCH_STRICTORDER="yes"
61 +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
62 +
63 +
64 +pkg_setup(){
65 + ewarn
66 + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
67 + ewarn "If you need support, please contact the mc developers directly."
68 + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
69 + ewarn "the ebuilds. Thank you."
70 + ewarn
71 + kernel-2_pkg_setup
72 +}
73
74 diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
75 new file mode 100644
76 index 0000000..5577c65
77 --- /dev/null
78 +++ b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
79 @@ -0,0 +1,40 @@
80 +# Copyright 1999-2018 Gentoo Foundation
81 +# Distributed under the terms of the GNU General Public License v2
82 +
83 +EAPI="6"
84 +inherit eapi7-ver
85 +
86 +COMPRESSTYPE=".xz"
87 +K_SECURITY_UNSUPPORTED="1"
88 +
89 +MC_B="$(ver_cut 1-2)"
90 +MC_V="$(ver_cut 4)"
91 +ETYPE="sources"
92 +inherit kernel-2
93 +detect_version
94 +K_NOSETEXTRAVERSION="don't_set_it"
95 +
96 +DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
97 +interactive performance, and memory consumption on all architectures and under all loads."
98 +HOMEPAGE="http://oddball.tech/code/kernel-mc/"
99 +
100 +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
101 +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
102 +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
103 +
104 +KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86"
105 +IUSE=""
106 +
107 +UNIPATCH_STRICTORDER="yes"
108 +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
109 +
110 +
111 +pkg_setup(){
112 + ewarn
113 + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
114 + ewarn "If you need support, please contact the mc developers directly."
115 + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
116 + ewarn "the ebuilds. Thank you."
117 + ewarn
118 + kernel-2_pkg_setup
119 +}