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