| 1 |
# Copyright 1999-2005 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.11-r13.ebuild,v 1.1 2005/05/18 08:53:59 johnm Exp $
|
| 4 |
|
| 5 |
ETYPE="sources"
|
| 6 |
inherit kernel-2
|
| 7 |
detect_version
|
| 8 |
|
| 9 |
GPV=${KV_MAJOR}.${KV_MINOR}-${KV_PATCH}.12
|
| 10 |
HGPV=${KV_MAJOR}.${KV_MINOR}-${KV_PATCH}.${PR//r}
|
| 11 |
GPV_SRC="mirror://gentoo/genpatches-${GPV}-base.tar.bz2"
|
| 12 |
HGPV_SRC="mirror://gentoo/hardened-patches-${HGPV}-extras.tar.bz2"
|
| 13 |
|
| 14 |
UNIPATCH_LIST="${DISTDIR}/genpatches-${GPV}-base.tar.bz2
|
| 15 |
${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_SRC} ${GPV_SRC}"
|
| 19 |
KEYWORDS="x86 ppc amd64"
|