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
+}

Reply via email to