blob: 122a5efbfd35f88c2d526656b721637f1f5fb9e9 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xbox-sources/xbox-sources-2.6.10-r2.ebuild,v 1.2 2005/04/13 19:32:40 plasmaroo Exp $
ETYPE='sources'
inherit kernel-2
detect_version
# version of gentoo patchset
XBOX_PATCHES=xboxpatches-2.6.10-20050102.tar.bz2
K_NOSETEXTRAVERSION="don't_set_it"
KEYWORDS="~x86 -*"
UNIPATCH_LIST="
${DISTDIR}/${XBOX_PATCHES}
${FILESDIR}/${PN}-2.6.8.1.CAN-2004-1056.patch
${FILESDIR}/${P}.smbfs.patch
${FILESDIR}/${P}.75963.patch
${FILESDIR}/${P}.brk-locked.patch
${FILESDIR}/${P}.74070.patch
${FILESDIR}/${P}.77666.patch
${FILESDIR}/${P}.77923.patch
${FILESDIR}/${P}.81106.patch
${FILESDIR}/${P}.82141.patch"
DESCRIPTION='Full sources for the Xbox Linux kernel'
SRC_URI="${KERNEL_URI}
mirror://gentoo/${XBOX_PATCHES}"
pkg_postinst() {
einfo ''
einfo 'WARNING: The FATX driver is currently horribly broken. Writing to a FATX partition with this kernel will corrupt it.'
einfo ''
}
|