Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6810
Collapse All | Expand All

(-)/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r8.ebuild (-3 / +4 lines)
Lines 7-13 Link Here
7
GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
7
GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
8
OKV=2.4.19
8
OKV=2.4.19
9
KV=2.4.19-gentoo-r8
9
KV=2.4.19-gentoo-r8
10
S=${WORKDIR}/linux-${OKV}
10
S=${WORKDIR}/linux-${KV}
11
ETYPE="sources"
11
ETYPE="sources"
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
Lines 36-43 Link Here
36
src_unpack() {
36
src_unpack() {
37
	cd ${WORKDIR}
37
	cd ${WORKDIR}
38
	unpack linux-${OKV}.tar.bz2
38
	unpack linux-${OKV}.tar.bz2
39
	cd linux-${OKV}
39
    mv linux-${OKV} linux-${KV}
40
	cat ${DISTDIR}/linux-gentoo-${KV}.patch.bz2 | bzip2 -d | patch -p1 || die
40
	cd ${S}
41
	cat ${DISTDIR}/${KV}.patch.bz2 | bzip2 -d | patch -p1 || die
41
	
42
	
42
	#sometimes we have icky kernel symbols; this seems to get rid of them
43
	#sometimes we have icky kernel symbols; this seems to get rid of them
43
	make mrproper || die
44
	make mrproper || die

Return to bug 6810