summaryrefslogtreecommitdiff
path: root/sys-kernel/redcore-lts-sources
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-12 18:15:26 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-12 18:15:26 +0000
commit02e43f1557a57f9e179fffc067c022e5436ec365 (patch)
tree76598e5a7d11a208c77410d0585708a7c88f260b /sys-kernel/redcore-lts-sources
parentcc2fa3ab35fa5feb754757a729ed2cc8322a63f6 (diff)
sys-kernel/linux-redcore-lts : bump to v4.9.60
Diffstat (limited to 'sys-kernel/redcore-lts-sources')
-rw-r--r--sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.60.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.60.ebuild b/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.60.ebuild
new file mode 100644
index 00000000..d6d0a8fd
--- /dev/null
+++ b/sys-kernel/redcore-lts-sources/redcore-lts-sources-4.9.60.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="60"
+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} )"