blob: 6158e6447c2634f74c03d68f06727755da1b3ca4 (
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
42
43
44
45
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Only set MMV to numeric value of -mm release
# Version of Andrew Morton's patchset
RESTRICT="nomirror"
K_PREPATCHED="yes"
K_NOSETEXTRAVERSION="don't_set_it"
ETYPE="sources"
inherit kernel-2
detect_version
# Create -mm patch version, -mm patch source, -love patch source
MMV="4"
MMPV="${KV/-love*/}-mm${MMV}"
MMPV_SRC="mirror://kernel/linux/kernel/people/akpm/patches/2.6/${MMPV/-mm*/}/${MMPV}/${MMPV}.bz2"
# add more as you go along
LOVEPV_SRC="mirror://sourceforge/${PN}/${KV}.bz2"
LOVEPV_SRC="${LOVEPV_SRC} http://love-sources.q2h.com/${KV}.bz2"
DESCRIPTION="Development branch of the Linux Kernel with Andrew Morton's patchset and other performance-ish patches and tweaks. Maintained by the Love-Sources Community"
HOMEPAGE="http://www.love-sources.org/"
SRC_URI="${KERNEL_URI} ${MMPV_SRC} ${LOVEPV_SRC}"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/${MMPV}.bz2 ${DISTDIR}/${KV}.bz2"
PATCH_DEPTH=1
KEYWORDS="x86 ~amd64 ~ia64 -*"
K_EXTRAEWARN="IMPORTANT: The Love-Sources Community reminds you that the patches
here are sometimes experimental and could explode upon impact, make your
[soda|pop] really bland, or other badness. We aren't responsible for that,
but we will mention that these patches will also make your kernel
ROCK LIKE NINJA. If you experience problems while using love-sources,
go back to a vanilla kernel and see if the problem persists. If the problems
are still there, then you can bug somebody. (Preferably us and
not the Gentoo devs!)
pass rootflags=nopseudo to disable metas/ for root reiser4
"
|