summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-06 20:59:56 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-06 20:59:56 +0100
commitd7ca83374e2e24a55a248bdbc3a576b1b1c9985c (patch)
tree89c24331dcdde708e718a342475713161144f669
parent685be49cc379e0ac846abd9ba7ee2db83044af41 (diff)
sys-kernel/linux-{redcore}-lts && sources : version bump
-rw-r--r--sys-kernel/linux-redcore-lts/linux-redcore-lts-4.9.53.ebuild25
-rw-r--r--sys-kernel/linux-redcore/linux-redcore-4.12.14.ebuild24
-rw-r--r--sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.53.ebuild26
-rw-r--r--sys-kernel/redcore-sources/redcore-sources-4.12.14.ebuild26
4 files changed, 101 insertions, 0 deletions
diff --git a/sys-kernel/linux-redcore-lts/linux-redcore-lts-4.9.53.ebuild b/sys-kernel/linux-redcore-lts/linux-redcore-lts-4.9.53.ebuild
new file mode 100644
index 00000000..100d5eea
--- /dev/null
+++ b/sys-kernel/linux-redcore-lts/linux-redcore-lts-4.9.53.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2015 Kogaion
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_NAME="redcore-lts"
+K_ROGKERNEL_SELF_TARBALL_NAME="redcore-lts"
+K_REQUIRED_LINUX_FIRMWARE_VER="20161205"
+K_ROGKERNEL_FORCE_SUBLEVEL="53"
+K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0"
+K_KERNEL_NEW_VERSIONING="1"
+
+K_MKIMAGE_RAMDISK_ADDRESS="0x81000000"
+K_MKIMAGE_RAMDISK_ENTRYPOINT="0x00000000"
+K_MKIMAGE_KERNEL_ADDRESS="0x80008000"
+
+inherit redcore-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Redcore Linux LTS Kernel Image"
+RESTRICT="mirror"
diff --git a/sys-kernel/linux-redcore/linux-redcore-4.12.14.ebuild b/sys-kernel/linux-redcore/linux-redcore-4.12.14.ebuild
new file mode 100644
index 00000000..4d46abe9
--- /dev/null
+++ b/sys-kernel/linux-redcore/linux-redcore-4.12.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2015 Kogaion
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_SELF_TARBALL_NAME="redcore"
+K_REQUIRED_LINUX_FIRMWARE_VER="20170314"
+K_ROGKERNEL_FORCE_SUBLEVEL="14"
+K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0"
+K_KERNEL_NEW_VERSIONING="1"
+
+K_MKIMAGE_RAMDISK_ADDRESS="0x81000000"
+K_MKIMAGE_RAMDISK_ENTRYPOINT="0x00000000"
+K_MKIMAGE_KERNEL_ADDRESS="0x80008000"
+
+inherit redcore-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Redcore Linux Standard Kernel Image"
+RESTRICT="mirror"
diff --git a/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.53.ebuild b/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.53.ebuild
new file mode 100644
index 00000000..02bad86c
--- /dev/null
+++ b/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.53.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_NAME="redcore-lts"
+K_ROGKERNEL_SELF_TARBALL_NAME="redcore-lts"
+K_ROGKERNEL_URI_CONFIG="yes"
+K_ONLY_SOURCES="1"
+K_ROGKERNEL_FORCE_SUBLEVEL="53"
+K_KERNEL_NEW_VERSIONING="1"
+
+inherit redcore-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Redcore Linux LTS Kernel Sources"
+RESTRICT="mirror"
+IUSE="sources_standalone"
+
+DEPEND="${DEPEND}
+ sources_standalone? ( !=sys-kernel/linux-redcore-lts-${PVR} )
+ !sources_standalone? ( =sys-kernel/linux-redcore-lts-${PVR} )"
diff --git a/sys-kernel/redcore-sources/redcore-sources-4.12.14.ebuild b/sys-kernel/redcore-sources/redcore-sources-4.12.14.ebuild
new file mode 100644
index 00000000..89cc060d
--- /dev/null
+++ b/sys-kernel/redcore-sources/redcore-sources-4.12.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_NAME="redcore"
+K_ROGKERNEL_URI_CONFIG="yes"
+K_ROGKERNEL_SELF_TARBALL_NAME="redcore"
+K_ONLY_SOURCES="1"
+K_ROGKERNEL_FORCE_SUBLEVEL="14"
+K_KERNEL_NEW_VERSIONING="1"
+
+inherit redcore-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Redcore Linux Standard Kernel Sources"
+RESTRICT="mirror"
+IUSE="sources_standalone"
+
+DEPEND="${DEPEND}
+ sources_standalone? ( !=sys-kernel/linux-redcore-${PVR} )
+ !sources_standalone? ( =sys-kernel/linux-redcore-${PVR} )"