Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/tomahawk: tomahawk-0.6.1.ebuild tomahawk-9999.ebuild ChangeLog
Date: Wed, 27 Mar 2013 17:51:26
Message-Id: 20130327175121.2E7E32171D@flycatcher.gentoo.org
1 ago 13/03/27 17:51:21
2
3 Modified: tomahawk-0.6.1.ebuild tomahawk-9999.ebuild
4 ChangeLog
5 Log:
6 Fix depend, port the changes to -9999
7
8 (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
9
10 Revision Changes Path
11 1.2 media-sound/tomahawk/tomahawk-0.6.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild?r1=1.1&r2=1.2
16
17 Index: tomahawk-0.6.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- tomahawk-0.6.1.ebuild 27 Mar 2013 16:28:40 -0000 1.1
24 +++ tomahawk-0.6.1.ebuild 27 Mar 2013 17:51:21 -0000 1.2
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-sound/tomahawk/tomahawk-0.6.1.ebuild,v 1.1 2013/03/27 16:28:40 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild,v 1.2 2013/03/27 17:51:21 ago Exp $
30
31 EAPI=5
32
33 @@ -27,28 +27,30 @@
34 IUSE="debug jabber twitter"
35
36 DEPEND="
37 - app-crypt/qca
38 + app-crypt/qca:2
39 >=dev-cpp/clucene-2.3.3.4
40 >=dev-libs/boost-1.41
41 >=dev-libs/libattica-0.4.0
42 dev-libs/qjson
43 dev-libs/quazip
44 - >=media-libs/liblastfm-1.0.1
45 - >=media-libs/libechonest-2.0.1
46 - >=media-libs/phonon-4.5.0
47 - media-libs/taglib
48 - x11-libs/libX11
49 >=dev-qt/qtcore-${QT_MINIMAL}:4
50 >=dev-qt/qtdbus-${QT_MINIMAL}:4
51 >=dev-qt/qtgui-${QT_MINIMAL}:4
52 >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite]
53 + >=dev-qt/qtsvg-${QT_MINIMAL}:4
54 >=dev-qt/qtwebkit-${QT_MINIMAL}:4
55 + >=media-libs/liblastfm-1.0.1
56 + >=media-libs/libechonest-2.0.1
57 + >=media-libs/phonon-4.5.0
58 + >=media-libs/taglib-1.6.0
59 + x11-libs/libX11
60 jabber? ( >=net-libs/jreen-1.1.1 )
61 twitter? ( net-libs/qtweetlib )
62 "
63 RDEPEND="${DEPEND}
64 app-crypt/qca-ossl
65 "
66 +DOCS=( AUTHORS ChangeLog README.md )
67
68 src_configure() {
69 local mycmakeargs=(
70
71
72
73 1.12 media-sound/tomahawk/tomahawk-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.12&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.12&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.11&r2=1.12
78
79 Index: tomahawk-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v
82 retrieving revision 1.11
83 retrieving revision 1.12
84 diff -u -r1.11 -r1.12
85 --- tomahawk-9999.ebuild 2 Mar 2013 22:04:34 -0000 1.11
86 +++ tomahawk-9999.ebuild 27 Mar 2013 17:51:21 -0000 1.12
87 @@ -1,17 +1,19 @@
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.11 2013/03/02 22:04:34 hwoarang Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.12 2013/03/27 17:51:21 ago Exp $
92
93 EAPI=5
94
95 QT_MINIMAL="4.7.0"
96
97 +CMAKE_MIN_VERSION="2.8.6"
98 +
99 if [[ ${PV} != *9999* ]]; then
100 SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
101 KEYWORDS="~amd64 ~x86"
102 else
103 GIT_ECLASS="git-2"
104 - EGIT_REPO_URI="git://github.com/tomahawk-player/tomahawk.git"
105 + EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
106 KEYWORDS=""
107 fi
108
109 @@ -25,22 +27,23 @@
110 IUSE="debug jabber twitter"
111
112 DEPEND="
113 - app-crypt/qca
114 + app-crypt/qca:2
115 >=dev-cpp/clucene-2.3.3.4
116 >=dev-libs/boost-1.41
117 >=dev-libs/libattica-0.4.0
118 dev-libs/qjson
119 dev-libs/quazip
120 - >=media-libs/liblastfm-1.0.1
121 - >=media-libs/libechonest-2.0.2
122 - >=media-libs/phonon-4.5.0
123 - media-libs/taglib
124 - x11-libs/libX11
125 >=dev-qt/qtcore-${QT_MINIMAL}:4
126 >=dev-qt/qtdbus-${QT_MINIMAL}:4
127 >=dev-qt/qtgui-${QT_MINIMAL}:4
128 >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite]
129 + >=dev-qt/qtsvg-${QT_MINIMAL}:4
130 >=dev-qt/qtwebkit-${QT_MINIMAL}:4
131 + >=media-libs/liblastfm-1.0.1
132 + >=media-libs/libechonest-2.0.2
133 + >=media-libs/phonon-4.5.0
134 + >=media-libs/taglib-1.6.0
135 + x11-libs/libX11
136 jabber? ( >=net-libs/jreen-1.1.1 )
137 twitter? ( net-libs/qtweetlib )
138 "
139
140
141
142 1.24 media-sound/tomahawk/ChangeLog
143
144 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.24&view=markup
145 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.24&content-type=text/plain
146 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.23&r2=1.24
147
148 Index: ChangeLog
149 ===================================================================
150 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v
151 retrieving revision 1.23
152 retrieving revision 1.24
153 diff -u -r1.23 -r1.24
154 --- ChangeLog 27 Mar 2013 16:28:40 -0000 1.23
155 +++ ChangeLog 27 Mar 2013 17:51:21 -0000 1.24
156 @@ -1,6 +1,10 @@
157 # ChangeLog for media-sound/tomahawk
158 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
159 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.23 2013/03/27 16:28:40 ago Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.24 2013/03/27 17:51:21 ago Exp $
161 +
162 + 27 Mar 2013; Agostino Sarubbo <ago@g.o> tomahawk-0.6.1.ebuild,
163 + tomahawk-9999.ebuild:
164 + Fix depend, port the changes to -9999
165
166 *tomahawk-0.6.1 (27 Mar 2013)