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-strategy/warzone2100: warzone2100-3.1.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:22:34
Message-Id: 20130302212231.9D1D72171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:22:31
2
3 Modified: warzone2100-3.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.2 games-strategy/warzone2100/warzone2100-3.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: warzone2100-3.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- warzone2100-3.1.0.ebuild 10 Feb 2013 01:27:10 -0000 1.1
23 +++ warzone2100-3.1.0.ebuild 2 Mar 2013 21:22:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.1 2013/02/10 01:27:10 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.2 2013/03/02 21:22:31 hwoarang Exp $
29
30 EAPI=5
31 inherit autotools eutils versionator gnome2-utils games
32 @@ -35,12 +35,12 @@
33 virtual/opengl
34 x11-libs/libX11
35 x11-libs/libXrandr
36 - x11-libs/qt-core:4
37 - x11-libs/qt-script:4
38 + dev-qt/qtcore:4
39 + dev-qt/qtscript:4
40 nls? ( virtual/libintl )
41 qt4? (
42 - x11-libs/qt-gui:4
43 - x11-libs/qt-opengl:4
44 + dev-qt/qtgui:4
45 + dev-qt/qtopengl:4
46 )
47 !qt4? ( media-libs/libsdl[opengl,video] )"
48 DEPEND="${RDEPEND}
49
50
51
52 1.78 games-strategy/warzone2100/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.78&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.78&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.77&r2=1.78
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
61 retrieving revision 1.77
62 retrieving revision 1.78
63 diff -u -r1.77 -r1.78
64 --- ChangeLog 10 Feb 2013 01:27:10 -0000 1.77
65 +++ ChangeLog 2 Mar 2013 21:22:31 -0000 1.78
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-strategy/warzone2100
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.77 2013/02/10 01:27:10 hasufell Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.78 2013/03/02 21:22:31 hwoarang Exp $
71 +
72 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> warzone2100-3.1.0.ebuild:
73 + Move Qt dependencies to the new category
74
75 *warzone2100-3.1.0 (10 Feb 2013)