Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-210.9999.ebuild systemd-9999.ebuild systemd-210.ebuild ChangeLog
Date: Sun, 02 Mar 2014 16:51:35
Message-Id: 20140302165129.CF03D2004C@flycatcher.gentoo.org
1 mgorny 14/03/02 16:51:29
2
3 Modified: systemd-210.9999.ebuild systemd-9999.ebuild
4 systemd-210.ebuild ChangeLog
5 Log:
6 Disable auto-appending -flto since it slows down build for low-end distcc users, and causes issues with QA checks, bug #502950.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 sys-apps/systemd/systemd-210.9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild?r1=1.2&r2=1.3
16
17 Index: systemd-210.9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- systemd-210.9999.ebuild 2 Mar 2014 16:42:00 -0000 1.2
24 +++ systemd-210.9999.ebuild 2 Mar 2014 16:51:29 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild,v 1.2 2014/03/02 16:42:00 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.9999.ebuild,v 1.3 2014/03/02 16:51:29 mgorny Exp $
30
31 EAPI=5
32
33 @@ -165,6 +165,10 @@
34
35 multilib_src_configure() {
36 local myeconfargs=(
37 + # disable -flto since it is an optimization flag
38 + # and makes distcc less effective
39 + cc_cv_CFLAGS__flto=no
40 +
41 --disable-maintainer-mode
42 --localstatedir=/var
43 --with-pamlibdir=$(getpam_mod_dir)
44
45
46
47 1.99 sys-apps/systemd/systemd-9999.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.99&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.99&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.98&r2=1.99
52
53 Index: systemd-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
56 retrieving revision 1.98
57 retrieving revision 1.99
58 diff -u -r1.98 -r1.99
59 --- systemd-9999.ebuild 2 Mar 2014 16:42:00 -0000 1.98
60 +++ systemd-9999.ebuild 2 Mar 2014 16:51:29 -0000 1.99
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.98 2014/03/02 16:42:00 mgorny Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.99 2014/03/02 16:51:29 mgorny Exp $
66
67 EAPI=5
68
69 @@ -164,6 +164,10 @@
70
71 multilib_src_configure() {
72 local myeconfargs=(
73 + # disable -flto since it is an optimization flag
74 + # and makes distcc less effective
75 + cc_cv_CFLAGS__flto=no
76 +
77 --disable-maintainer-mode
78 --localstatedir=/var
79 --with-pamlibdir=$(getpam_mod_dir)
80
81
82
83 1.7 sys-apps/systemd/systemd-210.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?rev=1.7&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?rev=1.7&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?r1=1.6&r2=1.7
88
89 Index: systemd-210.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v
92 retrieving revision 1.6
93 retrieving revision 1.7
94 diff -u -r1.6 -r1.7
95 --- systemd-210.ebuild 2 Mar 2014 16:42:00 -0000 1.6
96 +++ systemd-210.ebuild 2 Mar 2014 16:51:29 -0000 1.7
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v 1.6 2014/03/02 16:42:00 mgorny Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v 1.7 2014/03/02 16:51:29 mgorny Exp $
102
103 EAPI=5
104
105 @@ -135,6 +135,10 @@
106
107 multilib_src_configure() {
108 local myeconfargs=(
109 + # disable -flto since it is an optimization flag
110 + # and makes distcc less effective
111 + cc_cv_CFLAGS__flto=no
112 +
113 --disable-maintainer-mode
114 --localstatedir=/var
115 --with-pamlibdir=$(getpam_mod_dir)
116
117
118
119 1.235 sys-apps/systemd/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.235&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.235&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.234&r2=1.235
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
128 retrieving revision 1.234
129 retrieving revision 1.235
130 diff -u -r1.234 -r1.235
131 --- ChangeLog 2 Mar 2014 16:42:00 -0000 1.234
132 +++ ChangeLog 2 Mar 2014 16:51:29 -0000 1.235
133 @@ -1,6 +1,11 @@
134 # ChangeLog for sys-apps/systemd
135 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.234 2014/03/02 16:42:00 mgorny Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.235 2014/03/02 16:51:29 mgorny Exp $
138 +
139 + 02 Mar 2014; Michał Górny <mgorny@g.o> systemd-210.9999.ebuild,
140 + systemd-210.ebuild, systemd-9999.ebuild:
141 + Disable auto-appending -flto since it slows down build for low-end distcc
142 + users, and causes issues with QA checks, bug #502950.
143
144 02 Mar 2014; Michał Górny <mgorny@g.o> systemd-208.9999.ebuild,
145 systemd-210.9999.ebuild, systemd-210.ebuild, systemd-9999.ebuild: