blob: 082c44bfc0c165e7c6be15fe73996ad87b4560ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
ETYPE="sources"
CKV="3.13.11"
K_USEPV=1
K_NOSETEXTRAVERSION=1
inherit kernel-2
detect_version
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
HOMEPAGE="http://www.gentoo.org/proj/en/vps/"
SRC_URI="${KERNEL_URI} ${ARCH_URI}
http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff"
UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff"
UNIPATCH_STRICTORDER=1
|