Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/qtpfsgui: qtpfsgui-1.9.3.ebuild qtpfsgui-1.9.2-r1.ebuild ChangeLog
Date: Tue, 06 Oct 2009 18:09:27
Message-Id: E1MvETW-00084H-37@stork.gentoo.org
1 ayoy 09/10/06 18:09:26
2
3 Modified: qtpfsgui-1.9.3.ebuild qtpfsgui-1.9.2-r1.ebuild
4 ChangeLog
5 Log:
6 Removed alternative dependency on Qt metapackage
7 (Portage version: 2.2_rc43/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.3 media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild?r1=1.2&r2=1.3
15
16 Index: qtpfsgui-1.9.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qtpfsgui-1.9.3.ebuild 23 May 2009 10:24:01 -0000 1.2
23 +++ qtpfsgui-1.9.3.ebuild 6 Oct 2009 18:09:25 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild,v 1.2 2009/05/23 10:24:01 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.3.ebuild,v 1.3 2009/10/06 18:09:25 ayoy Exp $
29
30 EAPI="2"
31
32 @@ -24,8 +24,8 @@
33 >=media-libs/openexr-1.2.2-r2
34 >=media-libs/tiff-3.8.2-r2
35 >=sci-libs/fftw-3.0.1-r2
36 - || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )
37 - >=x11-libs/qt-4.2.3-r1 )
38 + x11-libs/qt-core:4
39 + x11-libs/qt-gui:4
40 >=sys-devel/gcc-4.2[openmp?]"
41 RDEPEND="${DEPEND}"
42
43
44
45
46 1.7 media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild?r1=1.6&r2=1.7
51
52 Index: qtpfsgui-1.9.2-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- qtpfsgui-1.9.2-r1.ebuild 14 Feb 2009 22:12:28 -0000 1.6
59 +++ qtpfsgui-1.9.2-r1.ebuild 6 Oct 2009 18:09:25 -0000 1.7
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild,v 1.6 2009/02/14 22:12:28 maekke Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.2-r1.ebuild,v 1.7 2009/10/06 18:09:25 ayoy Exp $
65
66 EAPI="1"
67
68 @@ -27,8 +27,8 @@
69 >=media-libs/openexr-1.2.2-r2
70 >=media-libs/tiff-3.8.2-r2
71 >=sci-libs/fftw-3.0.1-r2
72 - || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )
73 - >=x11-libs/qt-4.2.3-r1 )"
74 + x11-libs/qt-core:4
75 + x11-libs/qt-gui:4"
76 RDEPEND="${DEPEND}"
77
78 src_unpack() {
79
80
81
82 1.15 media-gfx/qtpfsgui/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.15&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.15&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?r1=1.14&r2=1.15
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v
91 retrieving revision 1.14
92 retrieving revision 1.15
93 diff -u -r1.14 -r1.15
94 --- ChangeLog 23 May 2009 10:24:01 -0000 1.14
95 +++ ChangeLog 6 Oct 2009 18:09:25 -0000 1.15
96 @@ -1,6 +1,10 @@
97 # ChangeLog for media-gfx/qtpfsgui
98 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v 1.14 2009/05/23 10:24:01 maekke Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v 1.15 2009/10/06 18:09:25 ayoy Exp $
101 +
102 + 06 Oct 2009; Dominik Kapusta <ayoy@g.o> qtpfsgui-1.9.2-r1.ebuild,
103 + qtpfsgui-1.9.3.ebuild:
104 + Removed alternative dependency on Qt metapackage
105
106 23 May 2009; Markus Meier <maekke@g.o> qtpfsgui-1.9.3.ebuild,
107 +files/qtpfsgui-1.9.3-hdr-save.patch: