blob: fd12fca6abf682d643a02d1ada9eee7b0e00011f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.14-r1.ebuild,v 1.2 2005/12/06 12:18:54 johnm Exp $
ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="5"
inherit kernel-2
detect_version
detect_arch
HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
DESCRIPTION="Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
KEYWORDS="x86 ~ppc amd64"
|