Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/tomahawk: tomahawk-9999.ebuild ChangeLog
Date: Sat, 30 Jun 2012 20:46:27
Message-Id: 20120630204617.9059F2004B@flycatcher.gentoo.org
1 johu 12/06/30 20:46:17
2
3 Modified: tomahawk-9999.ebuild ChangeLog
4 Log:
5 Sync live ebuild with dev overlay. Updates dependencies and build options.
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 media-sound/tomahawk/tomahawk-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.6&r2=1.7
15
16 Index: tomahawk-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- tomahawk-9999.ebuild 6 Apr 2012 08:44:31 -0000 1.6
23 +++ tomahawk-9999.ebuild 30 Jun 2012 20:46:17 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.6 2012/04/06 08:44:31 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.7 2012/06/30 20:46:17 johu Exp $
29
30 EAPI=4
31
32 @@ -22,28 +22,28 @@
33
34 LICENSE="GPL-3 BSD"
35 SLOT="0"
36 -IUSE="debug fftw jabber libsamplerate +resolver twitter"
37 +IUSE="debug fftw jabber libsamplerate twitter"
38
39 DEPEND="
40 app-crypt/qca
41 >=dev-cpp/clucene-2.3.3.4
42 >=dev-libs/boost-1.41
43 - >=dev-libs/qjson-0.7.1
44 - >=media-libs/libechonest-1.1.10
45 + >=dev-libs/libattica-0.4.0
46 + dev-libs/qjson
47 + dev-libs/quazip
48 + >=media-libs/liblastfm-1.0.1
49 + media-libs/libechonest
50 >=media-libs/phonon-4.5.0
51 media-libs/taglib
52 + x11-libs/libX11
53 >=x11-libs/qt-core-${QT_MINIMAL}:4
54 + >=x11-libs/qt-dbus-${QT_MINIMAL}:4
55 >=x11-libs/qt-gui-${QT_MINIMAL}:4
56 >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite]
57 >=x11-libs/qt-webkit-${QT_MINIMAL}:4
58 - >=x11-libs/qt-xmlpatterns-${QT_MINIMAL}:4
59 fftw? ( sci-libs/fftw:3.0 )
60 jabber? ( net-libs/jreen )
61 libsamplerate? ( media-libs/libsamplerate )
62 - resolver? (
63 - dev-libs/libattica
64 - >=dev-libs/quazip-0.4.3
65 - )
66 twitter? ( net-libs/qtweetlib )
67 "
68 RDEPEND="${DEPEND}
69 @@ -53,14 +53,11 @@
70 src_configure() {
71 local mycmakeargs=(
72 $(cmake-utils_use_with jabber Jreen)
73 - $(cmake-utils_use_with resolver LibAttica)
74 - $(cmake-utils_use_with resolver QuaZip)
75 $(cmake-utils_use_with twitter QTweetLib)
76 - -DINTERNAL_JREEN=OFF
77 )
78
79 if [[ ${PV} != *9999* ]]; then
80 - mycmakeargs+=( -DBUILD_RELEASE=ON )
81 + mycmakeargs+=( -DBUILD_RELEASE=ON )
82 fi
83
84 cmake-utils_src_configure
85 @@ -73,12 +70,3 @@
86 src_install() {
87 cmake-utils_src_install
88 }
89 -
90 -pkg_postinst() {
91 - if ! use resolver; then
92 - echo
93 - elog "Information on how to get more resolvers for ${PN}"
94 - elog "is available at ${HOMEPAGE}resolvers"
95 - echo
96 - fi
97 -}
98
99
100
101 1.12 media-sound/tomahawk/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.12&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.12&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.11&r2=1.12
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v
110 retrieving revision 1.11
111 retrieving revision 1.12
112 diff -u -r1.11 -r1.12
113 --- ChangeLog 11 Apr 2012 09:13:44 -0000 1.11
114 +++ ChangeLog 30 Jun 2012 20:46:17 -0000 1.12
115 @@ -1,6 +1,9 @@
116 # ChangeLog for media-sound/tomahawk
117 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.11 2012/04/11 09:13:44 johu Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.12 2012/06/30 20:46:17 johu Exp $
120 +
121 + 30 Jun 2012; Johannes Huber <johu@g.o> tomahawk-9999.ebuild:
122 + Sync live ebuild with dev overlay. Updates dependencies and build options.
123
124 *tomahawk-0.4.2 (11 Apr 2012)
125
126 @@ -60,4 +63,3 @@
127 +files/tomahawk-0.3.0-remove-quazip.patch, +tomahawk-9999.ebuild,
128 +metadata.xml:
129 New application, bug 379385. Thanks to eliasp, johu and jmbsvicetto...
130 -