Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398467 | Differences between
and this patch

Collapse All | Expand All

(-)genkernel-3.4.22.1.ebuild.ori (-8 / +16 lines)
Lines 5-20 Link Here
5
# genkernel-9999        -> latest Git branch "master"
5
# genkernel-9999        -> latest Git branch "master"
6
# genkernel-VERSION     -> normal genkernel release
6
# genkernel-VERSION     -> normal genkernel release
7
7
8
VERSION_BUSYBOX='1.18.1'
8
VERSION_BUSYBOX='1.18.5'
9
VERSION_DMAP='1.02.22'
9
VERSION_DMAP='1.02.28'
10
VERSION_DMRAID='1.0.0.rc14'
10
VERSION_DMRAID='1.0.0.rc16-3'
11
VERSION_MDADM='3.1.4'
11
VERSION_MDADM='3.1.5'
12
VERSION_E2FSPROGS='1.41.14'
12
VERSION_E2FSPROGS='1.42'
13
VERSION_FUSE='2.7.4'
13
VERSION_FUSE='2.8.6'
14
VERSION_ISCSI='2.0-872'
14
VERSION_ISCSI='2.0-872'
15
VERSION_LVM='2.02.74'
15
VERSION_LVM='2.02.88'
16
VERSION_UNIONFS_FUSE='0.22'
16
VERSION_UNIONFS_FUSE='0.24'
17
VERSION_GPG='1.4.11'
17
VERSION_GPG='1.4.11'
18
VERSION_V86D='0.1.10'
19
VERSION_KLIBC='1.5.25'
18
20
19
MY_HOME="http://wolf31o2.org"
21
MY_HOME="http://wolf31o2.org"
20
RH_HOME="ftp://sources.redhat.com/pub"
22
RH_HOME="ftp://sources.redhat.com/pub"
Lines 76-81 Link Here
76
		unpack ${P}.tar.bz2
78
		unpack ${P}.tar.bz2
77
	fi
79
	fi
78
	use selinux && sed -i 's/###//g' "${S}"/gen_compile.sh
80
	use selinux && sed -i 's/###//g' "${S}"/gen_compile.sh
81
82
	cd "${S}"
83
	epatch "${FILESDIR}"/genkernel-3.4.22.1-busybox-1.18.5.patch
84
	epatch "${FILESDIR}"/genkernel-3.4.22.1-dmraid-1.0.0.rc16-3.patch
85
	epatch "${FILESDIR}"/genkernel-3.4.22.1-lvm2-2.02.88.patch
86
	epatch "${FILESDIR}"/genkernel-3.4.22.1-mdadm-3.1.5.patch
79
}
87
}
80
88
81
src_compile() {
89
src_compile() {

Return to bug 398467