| 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.4.29.ebuild,v 1.1 2005/03/30 08:04:58 scox Exp $
|
| 4 |
|
| 5 |
IUSE=""
|
| 6 |
ETYPE="sources"
|
| 7 |
inherit kernel-2
|
| 8 |
detect_version
|
| 9 |
RDEPEND=""
|
| 10 |
HGPV=29.0
|
| 11 |
HGPV_SRC="http://dev.gentoo.org/~scox/kernels/v2.4/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2"
|
| 12 |
|
| 13 |
UNIPATCH_STRICTORDER="yes"
|
| 14 |
|
| 15 |
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2"
|
| 16 |
|
| 17 |
UNIPATCH_DOCS="${WORKDIR}/patches/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}/0000_README"
|
| 18 |
|
| 19 |
DESCRIPTION="Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
| 20 |
|
| 21 |
SRC_URI="${KERNEL_URI} ${HGPV_SRC}"
|
| 22 |
KEYWORDS="~x86"
|
| 23 |
|
| 24 |
pkg_postinst() {
|
| 25 |
postinst_sources
|
| 26 |
}
|