summaryrefslogtreecommitdiff
path: root/sys-kernel/rogentos-sources/rogentos-sources.skel
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/rogentos-sources/rogentos-sources.skel')
-rw-r--r--sys-kernel/rogentos-sources/rogentos-sources.skel22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-kernel/rogentos-sources/rogentos-sources.skel b/sys-kernel/rogentos-sources/rogentos-sources.skel
new file mode 100644
index 00000000..257a14ab
--- /dev/null
+++ b/sys-kernel/rogentos-sources/rogentos-sources.skel
@@ -0,0 +1,22 @@
+# Copyright 2004-2014 RogentOS Team
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+K_ROGKERNEL_NAME="rogentos"
+K_ROGKERNEL_URI_CONFIG="yes"
+K_ROGKERNEL_SELF_TARBALL_NAME="rogentos"
+K_ONLY_SOURCES="1"
+K_ROGKERNEL_FORCE_SUBLEVEL="0"
+K_KERNEL_NEW_VERSIONING="1"
+
+inherit rogentos-kernel
+
+KEYWORDS="~amd64 ~arm ~x86"
+DESCRIPTION="Official Kogaion, Argent and ArgOS source ebuild"
+RESTRICT="mirror"
+IUSE="sources_standalone"
+
+DEPEND="${DEPEND}
+ sources_standalone? ( !=sys-kernel/linux-rogentos-${PVR} )
+ !sources_standalone? ( =sys-kernel/linux-rogentos-${PVR} )"