# cko-sources ebuild # based on ck-sources ebuild by gentoo.org UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" K_PREPATCHED="yes" UNIPATCH_STRICTORDER="yes" K_NOSETEXTRAVERSION="yes" K_NOUSENAME="yes" ETYPE="sources" inherit kernel-2 detect_version IUSE="" DESCRIPTION="Con Kolivas patchset-based Overloaded kernel." HOMEPAGE="http://kem.p.lodz.pl/~peter/cko/" SRC_URI="http://kem.p.lodz.pl/~peter/cko/patch-${KV}.bz2 ${KERNEL_URI}" KEYWORDS="~x86 ~amd64" pkg_postinst() { postinst_sources ewarn "IMPORTANT:" ewarn "ptyfs support has now been dropped from devfs and as a" ewarn "result you are now required to compile this support into" ewarn "the kernel. You can do so by enabling the following options" ewarn " Device Drivers -> Character devices -> Unix98 PTY Support" ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem." echo }