| 1 |
# Copyright 1999-2007 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.4.35.ebuild,v 1.1 2007/08/16 20:02:59 phreak Exp $
|
| 4 |
|
| 5 |
ETYPE="sources"
|
| 6 |
inherit kernel-2
|
| 7 |
detect_version
|
| 8 |
|
| 9 |
HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
|
| 10 |
HGPV_URI="http://dev.gentoo.org/~pappy/distfiles/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
|
| 11 |
http://dev.gentoo.org/~phreak/distfiles/${PN}/hardened-patches-${HGPV}.extras.tar.bz2"
|
| 12 |
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
|
| 13 |
DESCRIPTION="Hardened kernel sources ${OKV}"
|
| 14 |
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
|
| 15 |
|
| 16 |
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${ARCH_URI}"
|
| 17 |
KEYWORDS="~x86"
|