# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild,v 1.2 2004/04/12 16:36:23 aliz Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" inherit kernel IUSE="" OKV=2.4.25 KV=2.4.25 EXTRAVERSION=" " S=${WORKDIR}/linux-${KV} # What's in this kernel? # INCLUDED: # stock 2.4.25 kernel sources DESCRIPTION="Full sources for the Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" KEYWORDS="x86 ppc sparc alpha amd64" SLOT="${KV}" src_unpack() { unpack linux-${OKV}.tar.bz2 cd ${S} patch -p1 -f < ${FILESDIR}/${PN}-2.4.24.CAN-2004-0001.patch || die "Failed to apply AMD64 ptrace patch!" kernel_universal_unpack }