Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog pax-utils.eclass
Date: Sun, 28 Sep 2014 23:48:10
Message-Id: 20140928201105.AF1B5217@oystercatcher.gentoo.org
1 blueness 14/09/28 20:11:05
2
3 Modified: ChangeLog pax-utils.eclass
4 Log:
5 Suppress annoying warning, see https://forums.gentoo.org/viewtopic-p-7624560.html
6
7 Revision Changes Path
8 1.1379 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1379&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1379&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1378&r2=1.1379
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1378
18 retrieving revision 1.1379
19 diff -u -r1.1378 -r1.1379
20 --- ChangeLog 27 Sep 2014 20:54:42 -0000 1.1378
21 +++ ChangeLog 28 Sep 2014 20:11:05 -0000 1.1379
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1378 2014/09/27 20:54:42 dilfridge Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1379 2014/09/28 20:11:05 blueness Exp $
27 +
28 + 28 Sep 2014; Anthony G. Basile <blueness@g.o> pax-utils.eclass:
29 + Suppress annoying warning, see
30 + https://forums.gentoo.org/viewtopic-p-7624560.html
31
32 27 Sep 2014; Andreas K. Huettel <dilfridge@g.o> perl-module.eclass:
33 Deprecate EAPI=0,1,2,3 in perl-module.eclass with a big fat ewarn instead of
34
35
36
37 1.24 eclass/pax-utils.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?rev=1.24&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?rev=1.24&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?r1=1.23&r2=1.24
42
43 Index: pax-utils.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v
46 retrieving revision 1.23
47 retrieving revision 1.24
48 diff -u -r1.23 -r1.24
49 --- pax-utils.eclass 30 Aug 2014 14:06:04 -0000 1.23
50 +++ pax-utils.eclass 28 Sep 2014 20:11:05 -0000 1.24
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.23 2014/08/30 14:06:04 blueness Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.24 2014/09/28 20:11:05 blueness Exp $
56
57 # @ECLASS: pax-utils.eclass
58 # @MAINTAINER:
59 @@ -98,8 +98,6 @@
60
61 #Finally fall back on scanelf
62 if type -p scanelf > /dev/null && [[ ${PAX_MARKINGS} != "none" ]]; then
63 - ewarn "Fallback PaX marking -${flags} with scanelf"
64 - ewarn "Please check that PaX marking worked"
65 scanelf -Xxz ${flags} "$f"
66 #We failed to set PT_PAX flags
67 elif [[ ${PAX_MARKINGS} != "none" ]]; then