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-misc/ggencoder: ggencoder-0.91a.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:17:30
Message-Id: 20130302211727.5EA382171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:17:27
2
3 Modified: ggencoder-0.91a.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-misc/ggencoder/ggencoder-0.91a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild?r1=1.3&r2=1.4
15
16 Index: ggencoder-0.91a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ggencoder-0.91a.ebuild 12 Apr 2012 23:13:44 -0000 1.3
23 +++ ggencoder-0.91a.ebuild 2 Mar 2013 21:17:27 -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-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.3 2012/04/12 23:13:44 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.4 2013/03/02 21:17:27 hwoarang Exp $
30
31 EAPI=4
32 inherit eutils qt4-r2
33 @@ -14,8 +14,8 @@
34 KEYWORDS="amd64 x86"
35 IUSE="doc"
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 S=${WORKDIR}/${P}/source
43
44
45
46
47 1.4 games-misc/ggencoder/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ChangeLog?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ChangeLog?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/ggencoder/ChangeLog?r1=1.3&r2=1.4
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- ChangeLog 12 Apr 2012 23:13:44 -0000 1.3
60 +++ ChangeLog 2 Mar 2013 21:17:27 -0000 1.4
61 @@ -1,6 +1,9 @@
62 # ChangeLog for games-misc/ggencoder
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v 1.3 2012/04/12 23:13:44 mr_bones_ Exp $
65 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v 1.4 2013/03/02 21:17:27 hwoarang Exp $
67 +
68 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> ggencoder-0.91a.ebuild:
69 + Move Qt dependencies to the new category
70
71 12 Apr 2012; Michael Sterrett <mr_bones_@g.o> ggencoder-0.91a.ebuild:
72 EAPI=4; move to qt4-r2 (bug #410379)
73 @@ -13,4 +16,3 @@
74 02 Aug 2009; Michael Sterrett <mr_bones_@g.o>
75 +ggencoder-0.91a.ebuild, +metadata.xml:
76 initial commit - ebuild submitted by John Ratliff via bug #65476
77 -