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/opencsg: opencsg-1.3.2-r1.ebuild opencsg-1.3.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:37:52
Message-Id: 20130302213749.892DD2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:37:49
2
3 Modified: opencsg-1.3.2-r1.ebuild opencsg-1.3.2.ebuild
4 ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.2 media-gfx/opencsg/opencsg-1.3.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: opencsg-1.3.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- opencsg-1.3.2-r1.ebuild 11 Feb 2013 03:56:07 -0000 1.1
24 +++ opencsg-1.3.2-r1.ebuild 2 Mar 2013 21:37:49 -0000 1.2
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/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild,v 1.1 2013/02/11 03:56:07 mattm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild,v 1.2 2013/03/02 21:37:49 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -15,7 +15,7 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -CDEPEND="media-libs/glew x11-libs/qt-core:4"
38 +CDEPEND="media-libs/glew dev-qt/qtcore:4"
39 DEPEND="${CDEPEND} sys-devel/gcc"
40 RDEPEND="${CDEPEND}"
41
42
43
44
45 1.4 media-gfx/opencsg/opencsg-1.3.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild?r1=1.3&r2=1.4
50
51 Index: opencsg-1.3.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- opencsg-1.3.2.ebuild 21 Aug 2012 07:47:57 -0000 1.3
58 +++ opencsg-1.3.2.ebuild 2 Mar 2013 21:37:49 -0000 1.4
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild,v 1.3 2012/08/21 07:47:57 mattm Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencsg/opencsg-1.3.2.ebuild,v 1.4 2013/03/02 21:37:49 hwoarang Exp $
65
66 EAPI="2"
67
68 @@ -15,7 +15,7 @@
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 -CDEPEND="media-libs/glew x11-libs/qt-core:4"
73 +CDEPEND="media-libs/glew dev-qt/qtcore:4"
74 DEPEND="${CDEPEND} sys-devel/gcc"
75 RDEPEND="${CDEPEND}"
76
77
78
79
80 1.5 media-gfx/opencsg/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/ChangeLog?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/ChangeLog?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/opencsg/ChangeLog?r1=1.4&r2=1.5
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-gfx/opencsg/ChangeLog,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- ChangeLog 11 Feb 2013 03:56:07 -0000 1.4
93 +++ ChangeLog 2 Mar 2013 21:37:49 -0000 1.5
94 @@ -1,6 +1,10 @@
95 # ChangeLog for media-gfx/opencsg
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencsg/ChangeLog,v 1.4 2013/02/11 03:56:07 mattm Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencsg/ChangeLog,v 1.5 2013/03/02 21:37:49 hwoarang Exp $
99 +
100 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> opencsg-1.3.2-r1.ebuild,
101 + opencsg-1.3.2.ebuild:
102 + Move Qt dependencies to the new category
103
104 *opencsg-1.3.2-r1 (11 Feb 2013)