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/zbar: zbar-0.10-r2.ebuild zbar-0.10-r1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:44:11
Message-Id: 20130302214157.DFD732171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:41:57
2
3 Modified: zbar-0.10-r2.ebuild zbar-0.10-r1.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.3 media-gfx/zbar/zbar-0.10-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: zbar-0.10-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- zbar-0.10-r2.ebuild 1 Mar 2013 08:00:15 -0000 1.2
23 +++ zbar-0.10-r2.ebuild 2 Mar 2013 21:41:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild,v 1.2 2013/03/01 08:00:15 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r2.ebuild,v 1.3 2013/03/02 21:41:57 hwoarang Exp $
29
30 EAPI=5
31 PYTHON_DEPEND="2:2.6"
32 @@ -22,7 +22,7 @@
33 media-gfx/graphicsmagick[imagemagick] ) )
34 jpeg? ( virtual/jpeg )
35 python? ( gtk? ( >=dev-python/pygtk-2 ) )
36 - qt4? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )
37 + qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
38 X? ( x11-libs/libXext
39 xv? ( x11-libs/libXv ) )"
40 DEPEND="${RDEPEND}
41
42
43
44 1.3 media-gfx/zbar/zbar-0.10-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild?r1=1.2&r2=1.3
49
50 Index: zbar-0.10-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- zbar-0.10-r1.ebuild 26 Jun 2012 11:49:35 -0000 1.2
57 +++ zbar-0.10-r1.ebuild 2 Mar 2013 21:41:57 -0000 1.3
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2012 Gentoo Foundation
60 +# Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild,v 1.2 2012/06/26 11:49:35 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild,v 1.3 2013/03/02 21:41:57 hwoarang Exp $
64
65 EAPI=4
66 PYTHON_DEPEND="2:2.6"
67 @@ -19,7 +19,7 @@
68 imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
69 jpeg? ( virtual/jpeg )
70 python? ( gtk? ( >=dev-python/pygtk-2 ) )
71 - qt4? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )
72 + qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
73 X? ( x11-libs/libXext
74 xv? ( x11-libs/libXv ) )"
75 DEPEND="${RDEPEND}
76
77
78
79 1.9 media-gfx/zbar/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.9&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.9&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?r1=1.8&r2=1.9
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v
88 retrieving revision 1.8
89 retrieving revision 1.9
90 diff -u -r1.8 -r1.9
91 --- ChangeLog 1 Mar 2013 08:00:15 -0000 1.8
92 +++ ChangeLog 2 Mar 2013 21:41:57 -0000 1.9
93 @@ -1,6 +1,10 @@
94 # ChangeLog for media-gfx/zbar
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.8 2013/03/01 08:00:15 xmw Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.9 2013/03/02 21:41:57 hwoarang Exp $
98 +
99 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> zbar-0.10-r1.ebuild,
100 + zbar-0.10-r2.ebuild:
101 + Move Qt dependencies to the new category
102
103 01 Mar 2013; Michael Weber <xmw@g.o> zbar-0.10-r2.ebuild:
104 Fix imagemagick dependency.