commit: afc71d7a13428d612ad2e890ee978d6040e6bba7
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:45:13 2016 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:45:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc71d7a
kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS
rules going above FILESDIR.
eclass/kernel-2.eclass | 7 -------
1 file changed, 7 deletions(-)
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 424aa03..520a4c1 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -967,13 +967,6 @@ install_sources() {
done
fi
- if [[ ! -f ${S}/patches.txt ]]; then
- # patches.txt is empty so lets use our ChangeLog
- [[ -f ${FILESDIR}/../ChangeLog ]] && \
- echo "Please check the ebuild ChangeLog for more
details." \
- > "${S}"/patches.txt
- fi
-
mv "${WORKDIR}"/linux* "${ED}"usr/src || die
if [[ -n "${UNIPATCH_DOCS}" ]] ; then