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-libs/libechonest: libechonest-2.0.2.ebuild libechonest-1.2.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:44:50
Message-Id: 20130302214401.0C0D12171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:44:00
2
3 Modified: libechonest-2.0.2.ebuild libechonest-1.2.1.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.4 media-libs/libechonest/libechonest-2.0.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild?r1=1.3&r2=1.4
16
17 Index: libechonest-2.0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- libechonest-2.0.2.ebuild 22 Jan 2013 17:30:48 -0000 1.3
24 +++ libechonest-2.0.2.ebuild 2 Mar 2013 21:44:00 -0000 1.4
25 @@ -1,6 +1,6 @@
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-libs/libechonest/libechonest-2.0.2.ebuild,v 1.3 2013/01/22 17:30:48 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild,v 1.4 2013/03/02 21:44:00 hwoarang Exp $
30
31 EAPI=5
32 inherit cmake-utils
33 @@ -18,10 +18,10 @@
34 RESTRICT="test" # Networking required
35
36 RDEPEND=">=dev-libs/qjson-0.5
37 - x11-libs/qt-core:4"
38 + dev-qt/qtcore:4"
39 DEPEND="${RDEPEND}
40 virtual/pkgconfig
41 - x11-libs/qt-test:4"
42 + dev-qt/qttest:4"
43
44 PATCHES=( "${FILESDIR}"/${PN}-2.0.1-Werror.patch )
45
46
47
48
49 1.6 media-libs/libechonest/libechonest-1.2.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild?rev=1.6&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild?rev=1.6&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild?r1=1.5&r2=1.6
54
55 Index: libechonest-1.2.1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild,v
58 retrieving revision 1.5
59 retrieving revision 1.6
60 diff -u -r1.5 -r1.6
61 --- libechonest-1.2.1.ebuild 27 Dec 2012 23:14:16 -0000 1.5
62 +++ libechonest-1.2.1.ebuild 2 Mar 2013 21:44:00 -0000 1.6
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild,v 1.5 2012/12/27 23:14:16 hasufell Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild,v 1.6 2013/03/02 21:44:00 hwoarang Exp $
69
70 EAPI=4
71 inherit cmake-utils
72 @@ -15,10 +15,10 @@
73 IUSE=""
74
75 RDEPEND=">=dev-libs/qjson-0.5
76 - x11-libs/qt-core:4"
77 + dev-qt/qtcore:4"
78 DEPEND="${RDEPEND}
79 virtual/pkgconfig
80 - x11-libs/qt-test:4"
81 + dev-qt/qttest:4"
82
83 RESTRICT="test" # network access required
84
85
86
87
88 1.20 media-libs/libechonest/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/ChangeLog?rev=1.20&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/ChangeLog?rev=1.20&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libechonest/ChangeLog?r1=1.19&r2=1.20
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v
97 retrieving revision 1.19
98 retrieving revision 1.20
99 diff -u -r1.19 -r1.20
100 --- ChangeLog 22 Jan 2013 17:30:48 -0000 1.19
101 +++ ChangeLog 2 Mar 2013 21:44:00 -0000 1.20
102 @@ -1,6 +1,10 @@
103 # ChangeLog for media-libs/libechonest
104 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.19 2013/01/22 17:30:48 ago Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.20 2013/03/02 21:44:00 hwoarang Exp $
107 +
108 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> libechonest-1.2.1.ebuild,
109 + libechonest-2.0.2.ebuild:
110 + Move Qt dependencies to the new category
111
112 22 Jan 2013; Agostino Sarubbo <ago@g.o> libechonest-2.0.2.ebuild:
113 Stable for x86, wrt bug #451404