summaryrefslogtreecommitdiff
blob: 4938fee7f7ca0d708433b4a22acf5c45fc322acd (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-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.4.33.4.ebuild,v 1.1 2006/12/17 21:22:40 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}"