blob: f5d9edffd8e89e9a9707b7ddbd61a8e3395829cd (
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
31
32
33
34
35
36
37
38
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.22-r12.ebuild,v 1.2 2004/06/24 22:56:51 agriffis Exp $
ETYPE="sources"
UNIPATCH_LIST="
${FILESDIR}/${PN}-2.4.munmap.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0001.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0010.patch
${FILESDIR}/${P}-CAN-2004-0075.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0109.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0133.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0177.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0178.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0181.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0394.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0427.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0495.patch
${FILESDIR}/${PN}-2.4.CAN-2004-0535.patch
${FILESDIR}/${PN}-2.4.FPULockup-53804.patch
${DISTDIR}/gentoo-sources-${PVR/12/5}.patch.bz2"
inherit kernel-2
detect_version
S=${WORKDIR}/linux-${KV}
DESCRIPTION="Full sources for the Gentoo Kernel."
SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
http://dev.gentoo.org/~iggy/gentoo-sources-${PVR/12/5}.patch.bz2"
KEYWORDS="x86 -*"
SLOT="${KV}"
K_EXTRAEINFO="If there are issues with this kernel, search http://bugs.gentoo.org/ for an
existing bug. Only create a new bug if you have not found one that matches
your issue. It is best to do an advanced search as the initial search has a
very low yield. Please assign your bugs to x86-kernel@gentoo.org.
Please read the ChangeLog and associated docs for more information."
|