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/peg-e: peg-e-1.1.0.ebuild peg-e-1.1.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:12:57
Message-Id: 20130302211254.B78D32171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:12:54
2
3 Modified: peg-e-1.1.0.ebuild peg-e-1.1.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.4 games-board/peg-e/peg-e-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild?r1=1.3&r2=1.4
15
16 Index: peg-e-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- peg-e-1.1.0.ebuild 2 Nov 2011 01:36:41 -0000 1.3
23 +++ peg-e-1.1.0.ebuild 2 Mar 2013 21:12:54 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 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/peg-e/peg-e-1.1.0.ebuild,v 1.3 2011/11/02 01:36:41 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild,v 1.4 2013/03/02 21:12:54 hwoarang Exp $
30
31 EAPI=2
32 inherit eutils qt4-r2 games
33 @@ -14,7 +14,7 @@
34 KEYWORDS="~amd64 x86"
35 IUSE=""
36
37 -DEPEND="x11-libs/qt-gui:4"
38 +DEPEND="dev-qt/qtgui:4"
39
40 src_configure() {
41 eqmake4
42
43
44
45 1.2 games-board/peg-e/peg-e-1.1.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild?r1=1.1&r2=1.2
50
51 Index: peg-e-1.1.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- peg-e-1.1.2.ebuild 17 Feb 2013 03:19:28 -0000 1.1
58 +++ peg-e-1.1.2.ebuild 2 Mar 2013 21:12:54 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v 1.1 2013/02/17 03:19:28 hasufell Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v 1.2 2013/03/02 21:12:54 hwoarang Exp $
64
65 EAPI=5
66 inherit eutils gnome2-utils qt4-r2 games
67 @@ -14,8 +14,8 @@
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 -RDEPEND="x11-libs/qt-core:4
72 - x11-libs/qt-gui:4"
73 +RDEPEND="dev-qt/qtcore:4
74 + dev-qt/qtgui:4"
75 DEPEND="${RDEPEND}"
76
77 src_configure() {
78
79
80
81 1.6 games-board/peg-e/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/ChangeLog?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/ChangeLog?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/peg-e/ChangeLog?r1=1.5&r2=1.6
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- ChangeLog 19 Feb 2013 08:24:29 -0000 1.5
94 +++ ChangeLog 2 Mar 2013 21:12:54 -0000 1.6
95 @@ -1,6 +1,10 @@
96 # ChangeLog for games-board/peg-e
97 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.5 2013/02/19 08:24:29 mr_bones_ Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.6 2013/03/02 21:12:54 hwoarang Exp $
100 +
101 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> peg-e-1.1.0.ebuild,
102 + peg-e-1.1.2.ebuild:
103 + Move Qt dependencies to the new category
104
105 19 Feb 2013; Michael Sterrett <mr_bones_@g.o> -peg-e-1.1.1.ebuild:
106 old