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-board/cockatrice: cockatrice-20120702.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:12:02
Message-Id: 20130302211159.3FA2A2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:11:59
2
3 Modified: cockatrice-20120702.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.5 games-board/cockatrice/cockatrice-20120702.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?r1=1.4&r2=1.5
15
16 Index: cockatrice-20120702.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- cockatrice-20120702.ebuild 19 Nov 2012 19:14:12 -0000 1.4
23 +++ cockatrice-20120702.ebuild 2 Mar 2013 21:11:59 -0000 1.5
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-board/cockatrice/cockatrice-20120702.ebuild,v 1.4 2012/11/19 19:14:12 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
30
31 EAPI=3
32 inherit cmake-utils eutils gnome2-utils games
33 @@ -17,12 +17,12 @@
34 DEPEND="
35 dev-libs/libgcrypt
36 dev-libs/protobuf
37 - x11-libs/qt-core:4
38 - x11-libs/qt-sql:4
39 + dev-qt/qtcore:4
40 + dev-qt/qtsql:4
41 !dedicated? (
42 - x11-libs/qt-multimedia:4
43 - x11-libs/qt-svg:4
44 - x11-libs/qt-gui:4
45 + dev-qt/qtmultimedia:4
46 + dev-qt/qtsvg:4
47 + dev-qt/qtgui:4
48 )"
49
50 S=${WORKDIR}/${PN}_${PV}
51
52
53
54 1.5 games-board/cockatrice/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.5&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.5&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?r1=1.4&r2=1.5
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v
63 retrieving revision 1.4
64 retrieving revision 1.5
65 diff -u -r1.4 -r1.5
66 --- ChangeLog 19 Nov 2012 19:14:12 -0000 1.4
67 +++ ChangeLog 2 Mar 2013 21:11:59 -0000 1.5
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-board/cockatrice
70 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.4 2012/11/19 19:14:12 hasufell Exp $
72 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
74 +
75 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> cockatrice-20120702.ebuild:
76 + Move Qt dependencies to the new category
77
78 19 Nov 2012; Julian Ospald <hasufell@g.o> cockatrice-20120702.ebuild,
79 files/cockatrice-20120702-build.patch:
80 @@ -19,4 +22,3 @@
81 +files/cockatrice-20120702-build.patch,
82 +files/cockatrice-20120702-underlinking.patch, +metadata.xml:
83 initial commit based on ebuild of Alexander Berntsen
84 -