Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild systemd-200.ebuild ChangeLog
Date: Sat, 30 Mar 2013 17:02:36
Message-Id: 20130330170232.667942171D@flycatcher.gentoo.org
1 floppym 13/03/30 17:02:32
2
3 Modified: systemd-9999.ebuild systemd-200.ebuild ChangeLog
4 Log:
5 Work around bug 463846 by exporting CC.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.37 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.36&r2=1.37
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- systemd-9999.ebuild 30 Mar 2013 09:58:53 -0000 1.36
23 +++ systemd-9999.ebuild 30 Mar 2013 17:02:32 -0000 1.37
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.36 2013/03/30 09:58:53 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.37 2013/03/30 17:02:32 floppym Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 #endif
34
35 PYTHON_COMPAT=( python2_7 )
36 -inherit autotools-utils linux-info multilib pam python-single-r1 systemd udev user
37 +inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user
38
39 DESCRIPTION="System and service manager for Linux"
40 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
41 @@ -136,6 +136,9 @@
42 # Keep using the one where the rules were installed.
43 MY_UDEVDIR=$(get_udevdir)
44
45 + # Work around bug 463846.
46 + tc-export CC
47 +
48 autotools-utils_src_configure
49 }
50
51
52
53
54 1.3 sys-apps/systemd/systemd-200.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?r1=1.2&r2=1.3
59
60 Index: systemd-200.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- systemd-200.ebuild 30 Mar 2013 09:58:53 -0000 1.2
67 +++ systemd-200.ebuild 30 Mar 2013 17:02:32 -0000 1.3
68 @@ -1,11 +1,11 @@
69 # Copyright 1999-2013 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.2 2013/03/30 09:58:53 floppym Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.3 2013/03/30 17:02:32 floppym Exp $
73
74 EAPI=5
75
76 PYTHON_COMPAT=( python2_7 )
77 -inherit autotools-utils linux-info multilib pam python-single-r1 systemd udev user
78 +inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user
79
80 DESCRIPTION="System and service manager for Linux"
81 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
82 @@ -106,6 +106,9 @@
83 # Keep using the one where the rules were installed.
84 MY_UDEVDIR=$(get_udevdir)
85
86 + # Work around bug 463846.
87 + tc-export CC
88 +
89 autotools-utils_src_configure
90 }
91
92
93
94
95 1.109 sys-apps/systemd/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.109&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.109&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.108&r2=1.109
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
104 retrieving revision 1.108
105 retrieving revision 1.109
106 diff -u -r1.108 -r1.109
107 --- ChangeLog 30 Mar 2013 09:58:53 -0000 1.108
108 +++ ChangeLog 30 Mar 2013 17:02:32 -0000 1.109
109 @@ -1,6 +1,10 @@
110 # ChangeLog for sys-apps/systemd
111 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.108 2013/03/30 09:58:53 floppym Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.109 2013/03/30 17:02:32 floppym Exp $
114 +
115 + 30 Mar 2013; Mike Gilbert <floppym@g.o> systemd-200.ebuild,
116 + systemd-9999.ebuild:
117 + Work around bug 463846 by exporting CC.
118
119 30 Mar 2013; Mike Gilbert <floppym@g.o> systemd-200.ebuild,
120 systemd-9999.ebuild: