Torsten Kurbad
9a2d9dff0a
git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@13703 cbe59ace-07ea-0310-918e-868702b5370d
28 lines
860 B
Bash
28 lines
860 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vserver-sources/vserver-sources-2.3.0.36.30.4-r1.ebuild,v 1.1 2010/04/29 07:47:16 hollow Exp $
|
|
|
|
ETYPE="sources"
|
|
CKV="2.6.33"
|
|
K_WANT_GENPATCHES="base extras"
|
|
K_GENPATCHES_VER="2"
|
|
|
|
K_USEPV=1
|
|
K_NOSETEXTRAVERSION=1
|
|
|
|
MY_PN=${PN/-sources/-patches}
|
|
|
|
inherit kernel-2
|
|
detect_version
|
|
|
|
KEYWORDS="~amd64 ~hppa ~x86"
|
|
IUSE=""
|
|
|
|
DESCRIPTION="Full sources including Gentoo and Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree."
|
|
HOMEPAGE="http://www.gentoo.org/proj/en/vps/"
|
|
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
|
http://dev.gentoo.org/~hollow/distfiles/${MY_PN}-${CKV}_${PVR}.tar.bz2"
|
|
|
|
UNIPATCH_LIST="${DISTDIR}/${MY_PN}-${CKV}_${PVR}.tar.bz2
|
|
${FILESDIR}/${CKV}-xfs_radix_tree_fix.patch"
|