summaryrefslogtreecommitdiff
blob: 39a3674ccaaa26b6e2df858ef82a6a382cb96893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2007 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.4.34.5.ebuild,v 1.1 2007/06/11 20:30:22 pappy Exp $

ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Hardened kernel sources ${PV}"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened"

MY_PATCH_TBZ="${P}-patches.tar.bz2"

SRC_URI="${SRC_URI} ${KERNEL_URI} mirror://gentoo/${MY_PATCH_TBZ}"

KEYWORDS="~x86"

LICENSE="${LICENCE:-GPL-2}"

# the eclass is setting the slot to PV
SLOT="${SLOT:-0}"

IUSE="${IUSE}"

DEPEND="${DEPEND}"
RDEPEND="${RDEPEND}"

UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/${MY_PATCH_TBZ}"