public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
@ 2018-05-19 22:36 Michael Everitt
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Everitt @ 2018-05-19 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ad92a47cf89b5825f70e79e28e2c0f9a10a9e8cf
Author:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
AuthorDate: Sat May 19 22:36:07 2018 +0000
Commit:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
CommitDate: Sat May 19 22:36:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=ad92a47c

sys-kernel/mc-sources: New package

Package-Manager: Portage-2.3.13, Repoman-2.3.3

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
#	new file:   sys-kernel/mc-sources/Manifest
#	new file:   sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
#	new file:   sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
#
# Untracked files:
#	dev-embedded/
#	dev-libs/
#	kde-misc/
#	licenses/
#	net-misc/
#	profiles/license_groups
#	sys-block/
#	sys-cluster/
#

 sys-kernel/mc-sources/Manifest                  |  3 ++
 sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild | 40 +++++++++++++++++++++++++
 sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild | 40 +++++++++++++++++++++++++
 3 files changed, 83 insertions(+)

diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest
new file mode 100644
index 0000000..931c3de
--- /dev/null
+++ b/sys-kernel/mc-sources/Manifest
@@ -0,0 +1,3 @@
+DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848
+DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058
+DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
new file mode 100644
index 0000000..48049b5
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit versionator
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(get_version_component_range 1-2)"
+MC_V="6"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
new file mode 100644
index 0000000..5577c65
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eapi7-ver
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(ver_cut 1-2)"
+MC_V="$(ver_cut 4)"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
@ 2018-09-09 18:23 Michael Everitt
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Everitt @ 2018-09-09 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4d43cceb4be1116cc6ac219b95c76e2afe746a03
Author:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
AuthorDate: Sun Sep  9 18:22:44 2018 +0000
Commit:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
CommitDate: Sun Sep  9 18:22:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=4d43cceb

sys-kernel/mc-sources: bump to v4.14-mc10

 sys-kernel/mc-sources/Manifest                   |  7 +++--
 sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild | 40 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest
index 931c3de..03338ba 100644
--- a/sys-kernel/mc-sources/Manifest
+++ b/sys-kernel/mc-sources/Manifest
@@ -1,3 +1,4 @@
-DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848
-DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058
-DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
+DIST linux-4.14-mc10-patches.tar.xz 1917184 SHA256 87ab7c2b39bd6ae6e53dcdcdc1d69eb496b717868140efe9f18b552d143aeeda SHA512 319b0187fa352de122cc2368c1f06a6785b88e1ab3aa1adfa9a2c4c4a2c2850fd4edc10c8055bf10d43b9123834c4989279e00b5a18178deee5c9a2b87a1fabd WHIRLPOOL 670da130a0261ef9d92d5ee705ecd3e820f366ec7b95057f6ca32e641cbdfa3aa4d85c5f108b9d1f792423ca0490bf01c784b8e98ce98c37185fefaed1fa02a0
+DIST linux-4.14-mc6-patches.tar.xz 1069216 SHA256 5cc6968b0c86bbaf5cc2dc5fc6e91770d5fee34eba42005fc1b8cb544180566f SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 WHIRLPOOL 988e1525674cf15845f17fd915c8b8c267086b7029b8f7c2c2f09c210d41d8c2af73e001b268643ecc36d8856db58a1aa111e32ec8e0b1de8eacdc76a2e37d83
+DIST linux-4.14-mc7-patches.tar.xz 1281212 SHA256 2ac5394e50ea906e646dab7729db9144fd3ea730d68ff3a6ee4a3e0082fcc774 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 WHIRLPOOL 1c5fdba6e0f26145eeceed3afe98353d7cef90b19ee2e386410c5c4be466bce0672ddb18a7c5c5dbfe3a5a575d9877c6bd79818cc9d5ed2c06d4bc762b9aa065
+DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild
new file mode 100644
index 0000000..5577c65
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eapi7-ver
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(ver_cut 1-2)"
+MC_V="$(ver_cut 4)"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
@ 2018-09-09 18:26 Michael Everitt
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Everitt @ 2018-09-09 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fb1e938f92ce13f1365d82b799c987735ef9dcca
Author:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
AuthorDate: Sat May 19 22:36:07 2018 +0000
Commit:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
CommitDate: Sun Sep  9 18:24:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=fb1e938f

sys-kernel/mc-sources: New package

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/mc-sources/Manifest                  |  3 ++
 sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild | 40 +++++++++++++++++++++++++
 sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild | 40 +++++++++++++++++++++++++
 3 files changed, 83 insertions(+)

diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest
new file mode 100644
index 0000000..931c3de
--- /dev/null
+++ b/sys-kernel/mc-sources/Manifest
@@ -0,0 +1,3 @@
+DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848
+DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058
+DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
new file mode 100644
index 0000000..48049b5
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit versionator
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(get_version_component_range 1-2)"
+MC_V="6"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
new file mode 100644
index 0000000..5577c65
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eapi7-ver
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(ver_cut 1-2)"
+MC_V="$(ver_cut 4)"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
@ 2018-09-09 18:26 Michael Everitt
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Everitt @ 2018-09-09 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d4e40c3eb41d1f9e91d7a6969428fd5ddd2b7165
Author:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
AuthorDate: Sun Sep  9 18:22:44 2018 +0000
Commit:     Michael Everitt <m.j.everitt <AT> iee <DOT> org>
CommitDate: Sun Sep  9 18:25:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=d4e40c3e

sys-kernel/mc-sources: bump to v4.14-mc10

 sys-kernel/mc-sources/Manifest                   |  7 +++--
 sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild | 40 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest
index 931c3de..03338ba 100644
--- a/sys-kernel/mc-sources/Manifest
+++ b/sys-kernel/mc-sources/Manifest
@@ -1,3 +1,4 @@
-DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848
-DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058
-DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
+DIST linux-4.14-mc10-patches.tar.xz 1917184 SHA256 87ab7c2b39bd6ae6e53dcdcdc1d69eb496b717868140efe9f18b552d143aeeda SHA512 319b0187fa352de122cc2368c1f06a6785b88e1ab3aa1adfa9a2c4c4a2c2850fd4edc10c8055bf10d43b9123834c4989279e00b5a18178deee5c9a2b87a1fabd WHIRLPOOL 670da130a0261ef9d92d5ee705ecd3e820f366ec7b95057f6ca32e641cbdfa3aa4d85c5f108b9d1f792423ca0490bf01c784b8e98ce98c37185fefaed1fa02a0
+DIST linux-4.14-mc6-patches.tar.xz 1069216 SHA256 5cc6968b0c86bbaf5cc2dc5fc6e91770d5fee34eba42005fc1b8cb544180566f SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 WHIRLPOOL 988e1525674cf15845f17fd915c8b8c267086b7029b8f7c2c2f09c210d41d8c2af73e001b268643ecc36d8856db58a1aa111e32ec8e0b1de8eacdc76a2e37d83
+DIST linux-4.14-mc7-patches.tar.xz 1281212 SHA256 2ac5394e50ea906e646dab7729db9144fd3ea730d68ff3a6ee4a3e0082fcc774 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 WHIRLPOOL 1c5fdba6e0f26145eeceed3afe98353d7cef90b19ee2e386410c5c4be466bce0672ddb18a7c5c5dbfe3a5a575d9877c6bd79818cc9d5ed2c06d4bc762b9aa065
+DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10

diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild
new file mode 100644
index 0000000..5577c65
--- /dev/null
+++ b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eapi7-ver
+
+COMPRESSTYPE=".xz"
+K_SECURITY_UNSUPPORTED="1"
+
+MC_B="$(ver_cut 1-2)"
+MC_V="$(ver_cut 4)"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+
+DESCRIPTION="Linux kernel that aims to provide improvements to reliability,
+interactive performance, and memory consumption on all architectures and under all loads."
+HOMEPAGE="http://oddball.tech/code/kernel-mc/"
+
+MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz"
+MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"
+SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI}
+
+KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+UNIPATCH_STRICTORDER="yes"
+UNIPATCH_LIST="${DISTDIR}/${MC_FILE}"
+
+
+pkg_setup(){
+	ewarn
+	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+	ewarn "If you need support, please contact the mc developers directly."
+	ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+	ewarn "the ebuilds. Thank you."
+	ewarn
+	kernel-2_pkg_setup
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-09 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 18:23 [gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/ Michael Everitt
  -- strict thread matches above, loose matches on Subject: below --
2018-09-09 18:26 Michael Everitt
2018-09-09 18:26 Michael Everitt
2018-05-19 22:36 Michael Everitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox