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-9999.ebuild.ori (-8 / +14 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
18
19
MY_HOME="http://wolf31o2.org"
19
MY_HOME="http://wolf31o2.org"
Lines 76-81 Link Here
76
		unpack ${P}.tar.bz2
76
		unpack ${P}.tar.bz2
77
	fi
77
	fi
78
	use selinux && sed -i 's/###//g' "${S}"/gen_compile.sh
78
	use selinux && sed -i 's/###//g' "${S}"/gen_compile.sh
79
80
	cd "${S}"
81
	epatch "${FILESDIR}"/genkernel-3.4.22.1-busybox-1.18.5.patch
82
	epatch "${FILESDIR}"/genkernel-3.4.22.1-dmraid-1.0.0.rc16-3.patch
83
	epatch "${FILESDIR}"/genkernel-3.4.22.1-lvm2-2.02.88.patch
84
	epatch "${FILESDIR}"/genkernel-3.4.22.1-mdadm-3.1.5.patch
79
}
85
}
80
86
81
src_compile() {
87
src_compile() {

Return to bug 398467