summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-09-06 15:36:07 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-09-06 15:36:07 +0100
commitec3ec41a5de4ae5175d2e446b60f75e74a87bb88 (patch)
treeba0ef51fa95b28b81df9430116b21086d970ca58 /sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild
parent8eeae1d2ad78767ab49c121c162089a79e7e924b (diff)
drop 3.14.40, it's broken with old aufs patches, and we don't plan to backport
Diffstat (limited to 'sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild')
-rw-r--r--sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild b/sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild
deleted file mode 100644
index c1044343..00000000
--- a/sys-kernel/linux-kogaion/linux-kogaion-3.14.40.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2004-2013 Sabayon Linux
-# Copyright 2015 Kogaion
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-K_ROGKERNEL_SELF_TARBALL_NAME="kogaion"
-K_REQUIRED_LINUX_FIRMWARE_VER="20150206"
-K_ROGKERNEL_FORCE_SUBLEVEL="0"
-K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0"
-
-_ver="$(get_version_component_range 1-2)"
-if use arm; then
- K_KERNEL_IMAGE_NAME="uImage dtbs"
-elif [ "${_ver}" = "3.9" ]; then
- K_ROGKERNEL_ZFS="1"
-fi
-K_KERNEL_NEW_VERSIONING="1"
-
-K_MKIMAGE_RAMDISK_ADDRESS="0x81000000"
-K_MKIMAGE_RAMDISK_ENTRYPOINT="0x00000000"
-K_MKIMAGE_KERNEL_ADDRESS="0x80008000"
-
-inherit kogaion-kernel
-
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="Official Kogaion Linux Standard kernel image"
-RESTRICT="mirror"