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/mp3diags: mp3diags-1.0.11.076.ebuild mp3diags-1.0.12.079.ebuild mp3diags-1.1.19.075.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:57:47
Message-Id: 20130302215744.37A832171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:57:44
2
3 Modified: mp3diags-1.0.11.076.ebuild
4 mp3diags-1.0.12.079.ebuild
5 mp3diags-1.1.19.075.ebuild ChangeLog
6 Log:
7 Move Qt dependencies to the new category
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
10
11 Revision Changes Path
12 1.2 media-sound/mp3diags/mp3diags-1.0.11.076.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild?r1=1.1&r2=1.2
17
18 Index: mp3diags-1.0.11.076.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- mp3diags-1.0.11.076.ebuild 9 Jul 2012 18:19:18 -0000 1.1
25 +++ mp3diags-1.0.11.076.ebuild 2 Mar 2013 21:57:44 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild,v 1.1 2012/07/09 18:19:18 kensington Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild,v 1.2 2013/03/02 21:57:44 hwoarang Exp $
32
33 EAPI=4
34
35 @@ -20,10 +20,10 @@
36
37 DEPEND=">=dev-libs/boost-1.37
38 sys-libs/zlib
39 - x11-libs/qt-core:4
40 - x11-libs/qt-gui:4"
41 + dev-qt/qtcore:4
42 + dev-qt/qtgui:4"
43 RDEPEND="${DEPEND}
44 - x11-libs/qt-svg:4"
45 + dev-qt/qtsvg:4"
46
47 S=${WORKDIR}/${MY_P}
48
49
50
51
52 1.2 media-sound/mp3diags/mp3diags-1.0.12.079.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild?r1=1.1&r2=1.2
57
58 Index: mp3diags-1.0.12.079.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- mp3diags-1.0.12.079.ebuild 5 Dec 2012 10:35:07 -0000 1.1
65 +++ mp3diags-1.0.12.079.ebuild 2 Mar 2013 21:57:44 -0000 1.2
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 +# Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild,v 1.1 2012/12/05 10:35:07 kensington Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild,v 1.2 2013/03/02 21:57:44 hwoarang Exp $
72
73 EAPI=5
74
75 @@ -20,10 +20,10 @@
76
77 DEPEND=">=dev-libs/boost-1.37
78 sys-libs/zlib
79 - x11-libs/qt-core:4
80 - x11-libs/qt-gui:4"
81 + dev-qt/qtcore:4
82 + dev-qt/qtgui:4"
83 RDEPEND="${DEPEND}
84 - x11-libs/qt-svg:4"
85 + dev-qt/qtsvg:4"
86
87 S=${WORKDIR}/${MY_P}
88
89
90
91
92 1.2 media-sound/mp3diags/mp3diags-1.1.19.075.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild?r1=1.1&r2=1.2
97
98 Index: mp3diags-1.1.19.075.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- mp3diags-1.1.19.075.ebuild 3 May 2012 09:10:07 -0000 1.1
105 +++ mp3diags-1.1.19.075.ebuild 2 Mar 2013 21:57:44 -0000 1.2
106 @@ -1,6 +1,6 @@
107 -# Copyright 1999-2012 Gentoo Foundation
108 +# Copyright 1999-2013 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild,v 1.1 2012/05/03 09:10:07 johu Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.19.075.ebuild,v 1.2 2013/03/02 21:57:44 hwoarang Exp $
112
113 EAPI=4
114
115 @@ -20,11 +20,11 @@
116
117 DEPEND="
118 >=dev-libs/boost-1.37
119 - x11-libs/qt-core:4
120 - x11-libs/qt-gui:4
121 + dev-qt/qtcore:4
122 + dev-qt/qtgui:4
123 "
124 RDEPEND="${DEPEND}
125 - x11-libs/qt-svg:4
126 + dev-qt/qtsvg:4
127 "
128
129 S=${WORKDIR}/${MY_P}
130
131
132
133 1.15 media-sound/mp3diags/ChangeLog
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.15&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.15&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?r1=1.14&r2=1.15
138
139 Index: ChangeLog
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v
142 retrieving revision 1.14
143 retrieving revision 1.15
144 diff -u -r1.14 -r1.15
145 --- ChangeLog 5 Dec 2012 10:35:07 -0000 1.14
146 +++ ChangeLog 2 Mar 2013 21:57:44 -0000 1.15
147 @@ -1,6 +1,10 @@
148 # ChangeLog for media-sound/mp3diags
149 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
150 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.14 2012/12/05 10:35:07 kensington Exp $
151 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
152 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.15 2013/03/02 21:57:44 hwoarang Exp $
153 +
154 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> mp3diags-1.0.11.076.ebuild,
155 + mp3diags-1.0.12.079.ebuild, mp3diags-1.1.19.075.ebuild:
156 + Move Qt dependencies to the new category
157
158 *mp3diags-1.0.12.079 (05 Dec 2012)