Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/cgal: cgal-4.1.ebuild cgal-4.0.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:24:35
Message-Id: 20130302232432.714642171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:24:32
2
3 Modified: cgal-4.1.ebuild cgal-4.0.2.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 sci-mathematics/cgal/cgal-4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: cgal-4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cgal-4.1.ebuild 12 Dec 2012 20:08:28 -0000 1.1
23 +++ cgal-4.1.ebuild 2 Mar 2013 23:24:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 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/sci-mathematics/cgal/cgal-4.1.ebuild,v 1.1 2012/12/12 20:08:28 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild,v 1.2 2013/03/02 23:24:32 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -32,8 +32,8 @@
34 virtual/opengl
35 gmp? ( dev-libs/gmp[cxx] )
36 qt4? (
37 - x11-libs/qt-gui:4
38 - x11-libs/qt-opengl:4 )
39 + dev-qt/qtgui:4
40 + dev-qt/qtopengl:4 )
41 mpfi? ( sci-libs/mpfi )"
42 DEPEND="${RDEPEND}
43 app-arch/xz-utils"
44
45
46
47 1.4 sci-mathematics/cgal/cgal-4.0.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild?r1=1.3&r2=1.4
52
53 Index: cgal-4.0.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- cgal-4.0.2.ebuild 9 Nov 2012 14:01:53 -0000 1.3
60 +++ cgal-4.0.2.ebuild 2 Mar 2013 23:24:32 -0000 1.4
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild,v 1.3 2012/11/09 14:01:53 jlec Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild,v 1.4 2013/03/02 23:24:32 hwoarang Exp $
67
68 EAPI=4
69
70 @@ -32,8 +32,8 @@
71 virtual/opengl
72 gmp? ( dev-libs/gmp[cxx] )
73 qt4? (
74 - x11-libs/qt-gui:4
75 - x11-libs/qt-opengl:4 )
76 + dev-qt/qtgui:4
77 + dev-qt/qtopengl:4 )
78 mpfi? ( sci-libs/mpfi )"
79 DEPEND="${RDEPEND}
80 app-arch/xz-utils"
81
82
83
84 1.21 sci-mathematics/cgal/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?rev=1.21&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?rev=1.21&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?r1=1.20&r2=1.21
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v
93 retrieving revision 1.20
94 retrieving revision 1.21
95 diff -u -r1.20 -r1.21
96 --- ChangeLog 12 Dec 2012 20:08:28 -0000 1.20
97 +++ ChangeLog 2 Mar 2013 23:24:32 -0000 1.21
98 @@ -1,6 +1,10 @@
99 # ChangeLog for sci-mathematics/cgal
100 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.20 2012/12/12 20:08:28 bicatali Exp $
102 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.21 2013/03/02 23:24:32 hwoarang Exp $
104 +
105 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> cgal-4.0.2.ebuild,
106 + cgal-4.1.ebuild:
107 + Move Qt dependencies to the new category
108
109 *cgal-4.1 (12 Dec 2012)