diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-25 16:21:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-25 16:21:46 +0100 |
commit | bc276655c9c9a61be0c181ecc4e560928b2bc397 (patch) | |
tree | 79f0f42b8900c01bd3df07d7820c9530de6e8e47 /sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild | |
parent | bde22322915ae30f7d6df35a8e76db7e522e961d (diff) | |
parent | 69cbba05e6f249e5b113fde154668247857294bd (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild')
-rw-r--r-- | sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild b/sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild new file mode 100644 index 00000000..69db2638 --- /dev/null +++ b/sys-kernel/kogaion-sources/kogaion-sources-3.14.42.ebuild @@ -0,0 +1,23 @@ +# Copyright 2004-2013 Sabayon Linux +# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +K_ROGKERNEL_NAME="kogaion" +K_ROGKERNEL_URI_CONFIG="yes" +K_ROGKERNEL_SELF_TARBALL_NAME="kogaion" +K_ONLY_SOURCES="1" +K_ROGKERNEL_FORCE_SUBLEVEL="0" +K_KERNEL_NEW_VERSIONING="1" + +inherit kogaion-kernel + +KEYWORDS="~amd64 ~arm ~x86" +DESCRIPTION="Official Kogaion Linux Standard kernel sources" +RESTRICT="mirror" +IUSE="sources_standalone" + +DEPEND="${DEPEND} + sources_standalone? ( !=sys-kernel/linux-kogaion-${PVR} ) + !sources_standalone? ( =sys-kernel/linux-kogaion-${PVR} )" |