Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 26 Dec 2016 15:45:35
Message-Id: 1482767126.afc71d7a13428d612ad2e890ee978d6040e6bba7.mpagano@gentoo
1 commit: afc71d7a13428d612ad2e890ee978d6040e6bba7
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 15:45:13 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 15:45:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc71d7a
7
8 kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR.
9
10 eclass/kernel-2.eclass | 7 -------
11 1 file changed, 7 deletions(-)
12
13 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 index 424aa03..520a4c1 100644
15 --- a/eclass/kernel-2.eclass
16 +++ b/eclass/kernel-2.eclass
17 @@ -967,13 +967,6 @@ install_sources() {
18 done
19 fi
20
21 - if [[ ! -f ${S}/patches.txt ]]; then
22 - # patches.txt is empty so lets use our ChangeLog
23 - [[ -f ${FILESDIR}/../ChangeLog ]] && \
24 - echo "Please check the ebuild ChangeLog for more details." \
25 - > "${S}"/patches.txt
26 - fi
27 -
28 mv "${WORKDIR}"/linux* "${ED}"usr/src || die
29
30 if [[ -n "${UNIPATCH_DOCS}" ]] ; then