blob: b13e38c90476b76a6aa986cd73789045b38e4ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 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.11-r15.ebuild,v 1.2 2006/01/27 01:24:24 solar Exp $
ETYPE="sources"
inherit kernel-2
detect_version
#[[ ${PR//r} == 0 ]] && GPV=1 || GPV=${PR//r}
GPV=14
GPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-${GPV}
#HGPV=${GPV}
HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-15
GPV_SRC="mirror://gentoo/genpatches-${GPV}.base.tar.bz2"
HGPV_SRC="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_LIST="${DISTDIR}/genpatches-${GPV}.base.tar.bz2
${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
DESCRIPTION="Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${HGPV_SRC} ${GPV_SRC}"
KEYWORDS="x86 ppc amd64"
|