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

Collapse All | Expand All

(-)a/catalyst-3.0_rc1.ebuild (-4 / +12 lines)
Lines 26-32 HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/" Link Here
26
26
27
LICENSE="GPL-2"
27
LICENSE="GPL-2"
28
SLOT="0"
28
SLOT="0"
29
IUSE="ccache doc kernel_linux"
29
IUSE="ccache doc kernel_linux kernel_FreeBSD"
30
30
31
DEPEND="
31
DEPEND="
32
	app-text/asciidoc
32
	app-text/asciidoc
Lines 34-53 DEPEND=" Link Here
34
"
34
"
35
RDEPEND="
35
RDEPEND="
36
	>=dev-python/pydecomp-0.1[${PYTHON_USEDEP}]
36
	>=dev-python/pydecomp-0.1[${PYTHON_USEDEP}]
37
	app-arch/lbzip2
38
	app-crypt/shash
37
	app-crypt/shash
39
	app-arch/tar[xattr]
40
	virtual/cdrtools
38
	virtual/cdrtools
41
	amd64? ( >=sys-boot/syslinux-3.72 )
39
	amd64? ( >=sys-boot/syslinux-3.72 )
42
	ia64? ( sys-fs/dosfstools )
40
	ia64? ( sys-fs/dosfstools )
43
	x86? ( >=sys-boot/syslinux-3.72 )
41
	x86? ( >=sys-boot/syslinux-3.72 )
44
	ccache? ( dev-util/ccache )
42
	ccache? ( dev-util/ccache )
45
	kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
43
	kernel_linux? ( app-arch/tar[xattr] app-arch/lbzip2 app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
46
"
44
"
47
45
48
python_prepare_all() {
46
python_prepare_all() {
49
	echo VERSION="${PV}" "${PYTHON}" setup.py set_version
47
	echo VERSION="${PV}" "${PYTHON}" setup.py set_version
50
	VERSION="${PV}" "${PYTHON}" setup.py set_version
48
	VERSION="${PV}" "${PYTHON}" setup.py set_version
49
50
	if use kernel_FreeBSD; then
51
		local conffile="${S}/etc/catalyst.conf"
52
		echo '' >> "${conffile}"
53
		echo '# Special setting for Gentoo/FreeBSD.' >> "${conffile}"
54
		echo 'compression_mode="bzip2"' >> "${conffile}"
55
		echo 'decompressor_search_order="bzip2 xz gzip tar"' >> "${conffile}"
56
	fi
57
58
	distutils-r1_python_prepare_all
51
}
59
}
52
60
53
python_compile_all() {
61
python_compile_all() {

Return to bug 363577