Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/cutemaze: cutemaze-1.1.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:18:49
Message-Id: 20130302211846.728702171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:18:46
2
3 Modified: cutemaze-1.1.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.4 games-puzzle/cutemaze/cutemaze-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild?r1=1.3&r2=1.4
15
16 Index: cutemaze-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cutemaze-1.1.0.ebuild 28 Mar 2012 18:15:51 -0000 1.3
23 +++ cutemaze-1.1.0.ebuild 2 Mar 2013 21:18:46 -0000 1.4
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/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.4 2013/03/02 21:18:46 hwoarang Exp $
30
31 EAPI=2
32 inherit eutils qt4-r2 games
33 @@ -14,9 +14,9 @@
34 KEYWORDS="~amd64 x86"
35 IUSE=""
36
37 -DEPEND="x11-libs/qt-core:4
38 - x11-libs/qt-gui:4
39 - x11-libs/qt-svg:4"
40 +DEPEND="dev-qt/qtcore:4
41 + dev-qt/qtgui:4
42 + dev-qt/qtsvg:4"
43
44 src_configure() {
45 qt4-r2_src_configure
46
47
48
49 1.4 games-puzzle/cutemaze/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/ChangeLog?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/ChangeLog?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cutemaze/ChangeLog?r1=1.3&r2=1.4
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- ChangeLog 28 Mar 2012 18:15:51 -0000 1.3
62 +++ ChangeLog 2 Mar 2013 21:18:46 -0000 1.4
63 @@ -1,6 +1,9 @@
64 # ChangeLog for games-puzzle/cutemaze
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $
67 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.4 2013/03/02 21:18:46 hwoarang Exp $
69 +
70 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> cutemaze-1.1.0.ebuild:
71 + Move Qt dependencies to the new category
72
73 28 Mar 2012; Michael Sterrett <mr_bones_@g.o> cutemaze-1.1.0.ebuild:
74 Use qt4-r2 eclass with patch from Michael (kensington) (bug #410029)
75 @@ -14,4 +17,3 @@
76 04 Jan 2010; Samuli Suominen <ssuominen@g.o>
77 +cutemaze-1.1.0.ebuild:
78 Initial commit.
79 -