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-sound/qastools: qastools-0.17.1.ebuild qastools-0.17.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:59:44
Message-Id: 20130302215941.A14A82171C@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:59:41
2
3 Modified: qastools-0.17.1.ebuild qastools-0.17.2.ebuild
4 ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.2 media-sound/qastools/qastools-0.17.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild?r1=1.1&r2=1.2
16
17 Index: qastools-0.17.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- qastools-0.17.1.ebuild 13 Mar 2012 01:21:14 -0000 1.1
24 +++ qastools-0.17.1.ebuild 2 Mar 2013 21:59:41 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild,v 1.1 2012/03/13 01:21:14 pesa Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild,v 1.2 2013/03/02 21:59:41 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -18,9 +18,9 @@
35 IUSE=""
36
37 DEPEND="media-libs/alsa-lib
38 - >=x11-libs/qt-core-4.6:4
39 - >=x11-libs/qt-gui-4.6:4
40 - >=x11-libs/qt-svg-4.6:4"
41 + >=dev-qt/qtcore-4.6:4
42 + >=dev-qt/qtgui-4.6:4
43 + >=dev-qt/qtsvg-4.6:4"
44 RDEPEND="${DEPEND}"
45
46 S=${WORKDIR}/${MY_P}
47
48
49
50 1.2 media-sound/qastools/qastools-0.17.2.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild?r1=1.1&r2=1.2
55
56 Index: qastools-0.17.2.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- qastools-0.17.2.ebuild 9 May 2012 16:17:38 -0000 1.1
63 +++ qastools-0.17.2.ebuild 2 Mar 2013 21:59:41 -0000 1.2
64 @@ -1,6 +1,6 @@
65 -# Copyright 1999-2012 Gentoo Foundation
66 +# Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild,v 1.1 2012/05/09 16:17:38 kensington Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild,v 1.2 2013/03/02 21:59:41 hwoarang Exp $
70
71 EAPI=4
72
73 @@ -23,9 +23,9 @@
74 done
75
76 RDEPEND="media-libs/alsa-lib
77 - >=x11-libs/qt-core-4.6:4
78 - >=x11-libs/qt-gui-4.6:4
79 - >=x11-libs/qt-svg-4.6:4"
80 + >=dev-qt/qtcore-4.6:4
81 + >=dev-qt/qtgui-4.6:4
82 + >=dev-qt/qtsvg-4.6:4"
83 DEPEND="${RDEPEND}
84 app-arch/xz-utils"
85
86
87
88
89 1.4 media-sound/qastools/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?r1=1.3&r2=1.4
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- ChangeLog 9 May 2012 16:17:38 -0000 1.3
102 +++ ChangeLog 2 Mar 2013 21:59:41 -0000 1.4
103 @@ -1,6 +1,10 @@
104 # ChangeLog for media-sound/qastools
105 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v 1.3 2012/05/09 16:17:38 kensington Exp $
107 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v 1.4 2013/03/02 21:59:41 hwoarang Exp $
109 +
110 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qastools-0.17.1.ebuild,
111 + qastools-0.17.2.ebuild:
112 + Move Qt dependencies to the new category
113
114 *qastools-0.17.2 (09 May 2012)
115
116 @@ -22,4 +26,3 @@
117 +qastools-0.17.1.ebuild:
118 Import QasTools from qt overlay. Ebuild by <bigfoot@×××××.net> and Ben de
119 Groot <yngwin@×××××.com>, bug #394517.
120 -