| 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.6.10-r3.ebuild,v 1.2 2005/01/24 01:56:13 solar Exp $ |
| 4 |
|
| 5 |
IUSE="" |
| 6 |
ETYPE="sources" |
| 7 |
inherit kernel-2 |
| 8 |
detect_version |
| 9 |
RDEPEND="" |
| 10 |
HGPV=10.3 |
| 11 |
HGPV_SRC="http://dev.gentoo.org/~tocharian/kernels/${PN}/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2" |
| 12 |
|
| 13 |
UNIPATCH_STRICTORDER="yes" |
| 14 |
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2" |
| 15 |
UNIPATCH_DOCS="${WORKDIR}/patches/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}/0000_README \ |
| 16 |
${WORKDIR}/patches/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}/0001_README-AC10" |
| 17 |
|
| 18 |
DESCRIPTION="Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree" |
| 19 |
|
| 20 |
SRC_URI="${KERNEL_URI} ${HGPV_SRC}" |
| 21 |
KEYWORDS="x86 amd64" |
| 22 |
|
| 23 |
pkg_postinst() { |
| 24 |
postinst_sources |
| 25 |
} |