Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/structure-synth: structure-synth-1.5.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:41:01
Message-Id: 20130302214057.C72422171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:40:57
2
3 Modified: structure-synth-1.5.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 media-gfx/structure-synth/structure-synth-1.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild?r1=1.1&r2=1.2
15
16 Index: structure-synth-1.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- structure-synth-1.5.0.ebuild 28 May 2011 09:21:33 -0000 1.1
23 +++ structure-synth-1.5.0.ebuild 2 Mar 2013 21:40:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 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/media-gfx/structure-synth/structure-synth-1.5.0.ebuild,v 1.1 2011/05/28 09:21:33 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild,v 1.2 2013/03/02 21:40:57 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -17,10 +17,10 @@
34 IUSE=""
35
36 RDEPEND="virtual/opengl
37 - x11-libs/qt-core:4
38 - x11-libs/qt-gui:4
39 - x11-libs/qt-opengl:4
40 - x11-libs/qt-script:4"
41 + dev-qt/qtcore:4
42 + dev-qt/qtgui:4
43 + dev-qt/qtopengl:4
44 + dev-qt/qtscript:4"
45 DEPEND="${RDEPEND}
46 app-arch/unzip"
47
48
49
50
51 1.2 media-gfx/structure-synth/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/structure-synth/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 28 May 2011 09:21:33 -0000 1.1
64 +++ ChangeLog 2 Mar 2013 21:40:57 -0000 1.2
65 @@ -1,10 +1,13 @@
66 # ChangeLog for media-gfx/structure-synth
67 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/ChangeLog,v 1.1 2011/05/28 09:21:33 radhermit Exp $
69 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/ChangeLog,v 1.2 2013/03/02 21:40:57 hwoarang Exp $
71 +
72 + 02 Mar 2013; Markos Chandras <hwoarang@g.o>
73 + structure-synth-1.5.0.ebuild:
74 + Move Qt dependencies to the new category
75
76 *structure-synth-1.5.0 (28 May 2011)
77
78 28 May 2011; Tim Harder <radhermit@g.o> +structure-synth-1.5.0.ebuild,
79 +metadata.xml:
80 Initial import.
81 -