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