blob: 568f68dc21924c6d1fa7d0b7315d41b94a39db86 (
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
|
# 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.25-r5.ebuild,v 1.2 2004/06/24 22:56:51 agriffis Exp $
ETYPE="sources"
inherit kernel-2
detect_version
KEYWORDS="x86 -ppc"
UNIPATCH_LIST="
${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}/${P}.patch.bz2"
DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} http://dev.gentoo.org/~livewire/${P}.patch.bz2"
|