summaryrefslogtreecommitdiff
path: root/sys-kernel/redcore-sources
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-18 13:08:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-18 13:08:07 +0000
commit6bdebbbc96086d3743af6e5b5619ce39ee899a17 (patch)
tree110f5506f79671f25830110689eef4b6d399a74a /sys-kernel/redcore-sources
parent13e6ab7a4f96c916ae5dadbcbb4323600354efd6 (diff)
bump kernel to 4.8.15
Diffstat (limited to 'sys-kernel/redcore-sources')
-rw-r--r--sys-kernel/redcore-sources/redcore-sources-4.8.15.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-kernel/redcore-sources/redcore-sources-4.8.15.ebuild b/sys-kernel/redcore-sources/redcore-sources-4.8.15.ebuild
new file mode 100644
index 00000000..3498c963
--- /dev/null
+++ b/sys-kernel/redcore-sources/redcore-sources-4.8.15.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="15"
+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} )"