summaryrefslogtreecommitdiff
blob: 74d5eebb5bf47c109c1c4894fd043e0a86483f29 (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
39
40
41
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/wolk-sources/wolk-sources-4.15-r3.ebuild,v 1.1 2004/11/20 15:11:28 plasmaroo Exp $

# Ramereth's contributed WOLK ebuild - thanks! (you didn't think you'd
# go blameless, did you?)

UNIPATCH_LIST="
	${DISTDIR}/${WOLK_SRC}
	${DISTDIR}/${P}-CAN-2004-0814.patch
	${FILESDIR}/binfmt_elf.patch
	${FILESDIR}/${PN}.XDRWrapFix.patch
	${FILESDIR}/${PN}.binfmt_elf.patch
	${FILESDIR}/${PN}.smbfs.patch"
UNIPATCH_STRICTORDER="yes"

OKV="2.4.20"
OKB="2.4"
EXTRAVERSION="-${PN%-*}-${PV/$OKV./}"
KV="${OKV}${EXTRAVERSION}"
S="${WORKDIR}/linux-${KV}"
WOLK_SRC="linux-${OKV}-wolk${PV/${OKV}./}s.patch.bz2"

ETYPE="sources"
inherit kernel-2
# detect_version doesn't work for WOLK yet -- don't use it!

KEYWORDS="~x86 -mips"

K_NOSETEXTRAVERSION="don't_set_it"
RESTRICT="nomirror"
DESCRIPTION="Marc-Christian Peterson's WOLK kernel. A stable and development kernel, containing many useful patches from many projects."
SRC_URI="mirror://kernel/linux/kernel/${OKB}/linux-${OKV}.tar.bz2
	mirror://kernel/linux/kernel/people/mcp/${OKB}-WOLK/${WOLK_SRC}
	http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/${P}-CAN-2004-0814.patch"

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."