summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2015-07-19 15:46:03 +0000
committerMike Pagano <mpagano@gentoo.org>2015-07-19 15:46:03 +0000
commit33068ee0425ad60ac62fa5244b9cbe247976d945 (patch)
tree20bcfc35c9e42741877e905e5dbc1ae133462c1c /eclass
parentVersion bump, EAPI=5, allow graphicsmagic; bug 466884 and bug 314263 (diff)
downloadhistorical-33068ee0425ad60ac62fa5244b9cbe247976d945.tar.gz
historical-33068ee0425ad60ac62fa5244b9cbe247976d945.tar.bz2
historical-33068ee0425ad60ac62fa5244b9cbe247976d945.zip
Change kernel upgrade http link and remove reference to deblob in elog message. See bug #553484
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/kernel-2.eclass9
2 files changed, 8 insertions, 7 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index df500b9a1d8d..09817635a702 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1721 2015/07/19 10:46:47 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1722 2015/07/19 15:46:03 mpagano Exp $
+
+ 19 Jul 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass:
+ Change kernel upgrade http link and remove reference to deblob in elog
+ message. See bug #553484
19 Jul 2015; Johannes Huber <johu@gentoo.org> kde4-base.eclass:
Cleanup SRC_URIs.
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 30b8707e6f94..349965811ae5 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.310 2015/06/27 17:41:20 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.311 2015/07/19 15:46:03 mpagano Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -824,7 +824,7 @@ postinst_sources() {
echo
elog "If you are upgrading from a previous kernel, you may be interested"
elog "in the following document:"
- elog " - General upgrade guide: http://www.gentoo.org/doc/en/kernel-upgrade.xml"
+ elog " - General upgrade guide: https://wiki.gentoo.org/wiki/Kernel/Upgrade"
echo
# if K_EXTRAEINFO is set then lets display it now
@@ -847,10 +847,7 @@ postinst_sources() {
# optionally display security unsupported message
# Start with why
- if [[ ${K_SECURITY_UNSUPPORTED} = deblob ]]; then
- ewarn "Deblobbed kernels may not be up-to-date security-wise"
- ewarn "as they depend on external scripts."
- elif [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
+ if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
ewarn "${PN} is UNSUPPORTED by Gentoo Security."
fi
# And now the general message.