Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valkyrie: valkyrie-2.0.0.ebuild ChangeLog
Date: Sun, 03 Mar 2013 11:33:04
Message-Id: 20130303113301.A1D3A2171D@flycatcher.gentoo.org
1 xarthisius 13/03/03 11:33:01
2
3 Modified: valkyrie-2.0.0.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.7 wrt #421867. Thanks to LE GARREC Vincent <legarrec.vincent@×××××.com> for patch
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
8
9 Revision Changes Path
10 1.3 dev-util/valkyrie/valkyrie-2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild?r1=1.2&r2=1.3
15
16 Index: valkyrie-2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- valkyrie-2.0.0.ebuild 2 Mar 2013 21:07:37 -0000 1.2
23 +++ valkyrie-2.0.0.ebuild 3 Mar 2013 11:33:01 -0000 1.3
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/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 1.2 2013/03/02 21:07:37 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 1.3 2013/03/03 11:33:01 xarthisius Exp $
29
30 EAPI=3
31
32 @@ -21,4 +21,7 @@
33 RDEPEND="${DEPEND}"
34
35 DOCS=( README )
36 -PATCHES=( "${FILESDIR}"/${P}-prefix.patch )
37 +PATCHES=(
38 + "${FILESDIR}"/${P}-prefix.patch
39 + "${FILESDIR}"/${P}-gcc47.patch
40 +)
41
42
43
44 1.17 dev-util/valkyrie/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.17&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.17&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?r1=1.16&r2=1.17
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v
53 retrieving revision 1.16
54 retrieving revision 1.17
55 diff -u -r1.16 -r1.17
56 --- ChangeLog 2 Mar 2013 21:07:37 -0000 1.16
57 +++ ChangeLog 3 Mar 2013 11:33:01 -0000 1.17
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-util/valkyrie
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.16 2013/03/02 21:07:37 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.17 2013/03/03 11:33:01 xarthisius Exp $
63 +
64 + 03 Mar 2013; Kacper Kowalik <xarthisius@g.o>
65 + +files/valkyrie-2.0.0-gcc47.patch, valkyrie-2.0.0.ebuild:
66 + Fix building with gcc-4.7 wrt #421867. Thanks to LE GARREC Vincent
67 + <legarrec.vincent@×××××.com> for patch
68
69 02 Mar 2013; Markos Chandras <hwoarang@g.o> valkyrie-2.0.0.ebuild:
70 Move Qt dependencies to the new category