Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/notion: notion-3_p2013030200.ebuild notion-9999.ebuild ChangeLog
Date: Wed, 29 May 2013 06:32:23
Message-Id: 20130529063220.B81CA2171D@flycatcher.gentoo.org
1 xmw 13/05/29 06:32:20
2
3 Modified: notion-3_p2013030200.ebuild notion-9999.ebuild
4 ChangeLog
5 Log:
6 Fix arrunlib/gcc handling (bug 465260, thanks Michael Mair-Keimberger)
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.3 x11-wm/notion/notion-3_p2013030200.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild?r1=1.2&r2=1.3
16
17 Index: notion-3_p2013030200.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- notion-3_p2013030200.ebuild 11 May 2013 07:55:07 -0000 1.2
24 +++ notion-3_p2013030200.ebuild 29 May 2013 06:32:20 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.2 2013/05/11 07:55:07 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.3 2013/05/29 06:32:20 xmw Exp $
30
31 EAPI="4"
32
33 @@ -41,6 +41,8 @@
34 -e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \
35 -e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \
36 -i system-autodetect.mk || die
37 + sed -e 's/gcc/$(CC)/g' \
38 + -i ioncore/Makefile || die
39 export STRIPPROG=true
40
41 use nls || export DEFINES=" -DCF_NO_LOCALE -DCF_NO_GETTEXT"
42 @@ -56,6 +58,11 @@
43 tc-export CC
44 }
45
46 +src_compile() {
47 + emake CC="$(tc-getCC)" AR="$(tc-getAR)" \
48 + RANLIB="$(tc-getRANLIB)"
49 +}
50 +
51 src_install() {
52 emake DESTDIR="${D}" install
53
54
55
56
57 1.7 x11-wm/notion/notion-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?rev=1.7&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?rev=1.7&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?r1=1.6&r2=1.7
62
63 Index: notion-9999.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v
66 retrieving revision 1.6
67 retrieving revision 1.7
68 diff -u -r1.6 -r1.7
69 --- notion-9999.ebuild 11 May 2013 07:55:07 -0000 1.6
70 +++ notion-9999.ebuild 29 May 2013 06:32:20 -0000 1.7
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2013 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.6 2013/05/11 07:55:07 patrick Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.7 2013/05/29 06:32:20 xmw Exp $
76
77 EAPI="4"
78
79 @@ -41,6 +41,8 @@
80 -e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \
81 -e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \
82 -i system-autodetect.mk || die
83 + sed -e 's/gcc/$(CC)/g' \
84 + -i ioncore/Makefile || die
85 export STRIPPROG=true
86
87 use nls || export DEFINES=" -DCF_NO_LOCALE -DCF_NO_GETTEXT"
88 @@ -56,6 +58,11 @@
89 tc-export CC
90 }
91
92 +src_compile() {
93 + emake CC="$(tc-getCC)" AR="$(tc-getAR)" \
94 + RANLIB="$(tc-getRANLIB)"
95 +}
96 +
97 src_install() {
98 emake DESTDIR="${D}" install
99
100
101
102
103 1.7 x11-wm/notion/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?rev=1.7&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?rev=1.7&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?r1=1.6&r2=1.7
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v
112 retrieving revision 1.6
113 retrieving revision 1.7
114 diff -u -r1.6 -r1.7
115 --- ChangeLog 11 May 2013 07:55:07 -0000 1.6
116 +++ ChangeLog 29 May 2013 06:32:20 -0000 1.7
117 @@ -1,6 +1,10 @@
118 # ChangeLog for x11-wm/notion
119 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.6 2013/05/11 07:55:07 patrick Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.7 2013/05/29 06:32:20 xmw Exp $
122 +
123 + 29 May 2013; Michael Weber <xmw@g.o> notion-3_p2013030200.ebuild,
124 + notion-9999.ebuild:
125 + Fix arrunlib/gcc handling (bug 465260, thanks Michael Mair-Keimberger)
126
127 11 May 2013; Patrick Lauer <patrick@g.o> notion-3_p2013030200.ebuild,
128 notion-9999.ebuild: