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

Collapse All | Expand All

(-)old/flexget-1.2.31.ebuild (+10 lines)
Lines 71-73 Link Here
71
	run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \
71
	run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \
72
		|| die "Tests fail with ${EPYTHON}"
72
		|| die "Tests fail with ${EPYTHON}"
73
}
73
}
74
75
src_install() {
76
	newinitd "${FILESDIR}"/flexget-1.2.31 flexgetd
77
	newconfd "${FILESDIR}"/flexget_conf flexgetd
78
}
79
80
pkg_postinst() {
81
	elog "You will need to set up your /etc/conf.d/flexgetd file"
82
	elog "before running flexget daemon via init.d"
83
}

Return to bug 498012