Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/photo: photo-0.7.1.1.ebuild photo-0.8.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:39:06
Message-Id: 20130302213903.58B692171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:39:03
2
3 Modified: photo-0.7.1.1.ebuild photo-0.8.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 media-gfx/photo/photo-0.7.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.7.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.7.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.7.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: photo-0.7.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.7.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- photo-0.7.1.1.ebuild 11 May 2012 09:29:46 -0000 1.1
23 +++ photo-0.7.1.1.ebuild 2 Mar 2013 21:39:03 -0000 1.2
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/media-gfx/photo/photo-0.7.1.1.ebuild,v 1.1 2012/05/11 09:29:46 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.7.1.1.ebuild,v 1.2 2013/03/02 21:39:03 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -16,7 +16,7 @@
34 IUSE=""
35
36 DEPEND="media-gfx/exiv2
37 - x11-libs/qt-gui:4"
38 + dev-qt/qtgui:4"
39 RDEPEND="${DEPEND}"
40
41 src_prepare() {
42
43
44
45 1.2 media-gfx/photo/photo-0.8.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.8.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.8.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/photo-0.8.ebuild?r1=1.1&r2=1.2
50
51 Index: photo-0.8.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.8.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- photo-0.8.ebuild 15 Oct 2012 07:28:30 -0000 1.1
58 +++ photo-0.8.ebuild 2 Mar 2013 21:39:03 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.8.ebuild,v 1.1 2012/10/15 07:28:30 yngwin Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.8.ebuild,v 1.2 2013/03/02 21:39:03 hwoarang Exp $
65
66 EAPI=4
67
68 @@ -16,7 +16,7 @@
69 IUSE=""
70
71 DEPEND="media-gfx/exiv2
72 - x11-libs/qt-gui:4"
73 + dev-qt/qtgui:4"
74 RDEPEND="${DEPEND}"
75
76 src_prepare() {
77
78
79
80 1.3 media-gfx/photo/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photo/ChangeLog?r1=1.2&r2=1.3
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- ChangeLog 15 Oct 2012 07:28:30 -0000 1.2
93 +++ ChangeLog 2 Mar 2013 21:39:03 -0000 1.3
94 @@ -1,6 +1,10 @@
95 # ChangeLog for media-gfx/photo
96 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.2 2012/10/15 07:28:30 yngwin Exp $
98 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.3 2013/03/02 21:39:03 hwoarang Exp $
100 +
101 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> photo-0.7.1.1.ebuild,
102 + photo-0.8.ebuild:
103 + Move Qt dependencies to the new category
104
105 *photo-0.8 (15 Oct 2012)