Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199464
Collapse All | Expand All

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

Return to bug 199464