View | Details | Raw Unified
Collapse All | Expand All

(-) eclass/kernel-2.eclass (-10 / +17 lines)
 Lines 33-39    Link Here 
# K_EXTRAEINFO			- this is a new-line seperated list of einfo displays in
# K_EXTRAEINFO			- this is a new-line seperated list of einfo displays in
#						  postinst and can be used to carry additional postinst
#						  postinst and can be used to carry additional postinst
#						  messages
#						  messages
# K_EXTRAEWARN			- same as K_EXTRAEINFO except ewarn's instead of einfo's
# K_EXTRAELOG			- same as K_EXTRAEINFO except using elog instead of einfo
# K_EXTRAEWARN			- same as K_EXTRAEINFO except using ewarn instead of einfo
# K_SYMLINK				- if this is set, then forcably create symlink anyway
# K_SYMLINK				- if this is set, then forcably create symlink anyway
#
#
# K_DEFCONFIG			- Allow specifying a different defconfig target.
# K_DEFCONFIG			- Allow specifying a different defconfig target.
 Lines 633-642    Link Here 
	[[ ! -d ${ROOT}sys ]] && kernel_is 2 6 && mkdir ${ROOT}sys
	[[ ! -d ${ROOT}sys ]] && kernel_is 2 6 && mkdir ${ROOT}sys
	echo
	echo
	einfo "If you are upgrading from a previous kernel, you may be interested"
	elog "If you are upgrading from a previous kernel, you may be interested"
	einfo "in the following documents:"
	elog "in the following documents:"
	einfo "  - General upgrade guide: http://www.gentoo.org/doc/en/kernel-upgrade.xml"
	elog "  - General upgrade guide: http://www.gentoo.org/doc/en/kernel-upgrade.xml"
	kernel_is_2_6 && einfo "  - 2.4 to 2.6 migration guide: http://www.gentoo.org/doc/en/migration-to-2.6.xml"
	kernel_is_2_6 && elog "  - 2.4 to 2.6 migration guide: http://www.gentoo.org/doc/en/migration-to-2.6.xml"
	echo
	echo
	# if K_EXTRAEINFO is set then lets display it now
	# if K_EXTRAEINFO is set then lets display it now
 Lines 645-650    Link Here 
		while read -s ELINE; do	einfo "${ELINE}"; done
		while read -s ELINE; do	einfo "${ELINE}"; done
	fi
	fi
	# if K_EXTRAELOG is set then lets display it now
	if [[ -n ${K_EXTRAELOG} ]]; then
		echo ${K_EXTRAELOG} | fmt |
		while read -s ELINE; do	elog "${ELINE}"; done
	fi
	# if K_EXTRAEWARN is set then lets display it now
	# if K_EXTRAEWARN is set then lets display it now
	if [[ -n ${K_EXTRAEWARN} ]]; then
	if [[ -n ${K_EXTRAEWARN} ]]; then
		echo ${K_EXTRAEWARN} | fmt |
		echo ${K_EXTRAEWARN} | fmt |
 Lines 662-672    Link Here 
}
}
postinst_headers() {
postinst_headers() {
	einfo "Kernel headers are usually only used when recompiling your system libc, as"
	elog "Kernel headers are usually only used when recompiling your system libc, as"
	einfo "such, following the installation of newer headers, it is advised that you"
	elog "such, following the installation of newer headers, it is advised that you"
	einfo "re-merge your system libc."
	elog "re-merge your system libc."
	einfo "Failure to do so will cause your system libc to not make use of newer"
	elog "Failure to do so will cause your system libc to not make use of newer"
	einfo "features present in the updated kernel headers."
	elog "features present in the updated kernel headers."
}
}
# pkg_setup functions
# pkg_setup functions
(-) sys-kernel/git-sources/git-sources-2.6.25_rc2-r8.ebuild (-1 / +1 lines)
 Lines 20-26    Link Here 
SRC_URI="${KERNEL_URI}"
SRC_URI="${KERNEL_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
K_EXTRAELOG="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugme.osdl.org and on the linux-kernel mailing list to
developers at http://bugme.osdl.org and on the linux-kernel mailing list to
(-) sys-kernel/mm-sources/mm-sources-2.6.25_rc2-r1.ebuild (-1 / +1 lines)
 Lines 18-24    Link Here 
KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
IUSE=""
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
K_EXTRAELOG="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem persists there, please file a bug at http://bugme.osdl.org.
ebuild -- if the problem persists there, please file a bug at http://bugme.osdl.org.
If the problem only occurs with mm-sources then please contact Andrew Morton to
If the problem only occurs with mm-sources then please contact Andrew Morton to
(-) sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r3.ebuild (-1 / +1 lines)
 Lines 29-35    Link Here 
		>=sys-apps/tuxonice-userui-0.7.2
		>=sys-apps/tuxonice-userui-0.7.2
		>=sys-power/hibernate-script-1.97"
		>=sys-power/hibernate-script-1.97"
K_EXTRAEINFO="If there are issues with this kernel, please direct any
K_EXTRAELOG="If there are issues with this kernel, please direct any
queries to the tuxonice-users mailing list:
queries to the tuxonice-users mailing list:
http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
(-) sys-kernel/usermode-sources/usermode-sources-2.6.18-r2.ebuild (-1 / +1 lines)
 Lines 21-26    Link Here 
HOMEPAGE="http://www.kernel.org/ http://user-mode-linux.sourceforge.net"
HOMEPAGE="http://www.kernel.org/ http://user-mode-linux.sourceforge.net"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86"
K_EXTRAEINFO="Since you are using UML, you may want to read the Gentoo Linux
K_EXTRAELOG="Since you are using UML, you may want to read the Gentoo Linux
Developer's guide to system testing with User-Mode Linux that
Developer's guide to system testing with User-Mode Linux that
can be found at http://www.gentoo.org/doc/en/uml.xml"
can be found at http://www.gentoo.org/doc/en/uml.xml"