Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@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: Sat, 02 Mar 2013 21:07:41
Message-Id: 20130302210737.8022A2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:07:37
2
3 Modified: valkyrie-2.0.0.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- valkyrie-2.0.0.ebuild 11 Nov 2010 01:28:22 -0000 1.1
23 +++ valkyrie-2.0.0.ebuild 2 Mar 2013 21:07:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 1.1 2010/11/11 01:28:22 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 1.2 2013/03/02 21:07:37 hwoarang Exp $
30
31 EAPI=3
32
33 @@ -16,8 +16,8 @@
34 IUSE=""
35
36 DEPEND=">=dev-util/valgrind-3.6.0
37 - x11-libs/qt-gui:4
38 - x11-libs/qt-core:4"
39 + dev-qt/qtgui:4
40 + dev-qt/qtcore:4"
41 RDEPEND="${DEPEND}"
42
43 DOCS=( README )
44
45
46
47 1.16 dev-util/valkyrie/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.16&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.16&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valkyrie/ChangeLog?r1=1.15&r2=1.16
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v
56 retrieving revision 1.15
57 retrieving revision 1.16
58 diff -u -r1.15 -r1.16
59 --- ChangeLog 11 Nov 2010 01:28:22 -0000 1.15
60 +++ ChangeLog 2 Mar 2013 21:07:37 -0000 1.16
61 @@ -1,10 +1,12 @@
62 # ChangeLog for dev-util/valkyrie
63 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.15 2010/11/11 01:28:22 xmw Exp $
65 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.16 2013/03/02 21:07:37 hwoarang Exp $
67 +
68 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> valkyrie-2.0.0.ebuild:
69 + Move Qt dependencies to the new category
70
71 *valkyrie-2.0.0 (11 Nov 2010)
72
73 11 Nov 2010; Michael Weber <xmw@g.o> +valkyrie-2.0.0.ebuild,
74 +files/valkyrie-2.0.0-prefix.patch, +metadata.xml:
75 Re-added new upstream major release, fixes bug #344895.
76 -