Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pragha: ChangeLog pragha-1.0_rc3.ebuild
Date: Tue, 07 Feb 2012 19:05:22
Message-Id: 20120207190508.6E5002004B@flycatcher.gentoo.org
1 ssuominen 12/02/07 19:05:08
2
3 Modified: ChangeLog pragha-1.0_rc3.ebuild
4 Log:
5 Punt USE="minimal" to unbreak the build wrt #402349 by Myckel Habets
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 media-sound/pragha/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 30 Jan 2012 16:44:34 -0000 1.4
23 +++ ChangeLog 7 Feb 2012 19:05:08 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-sound/pragha
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.4 2012/01/30 16:44:34 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.5 2012/02/07 19:05:08 ssuominen Exp $
29 +
30 + 07 Feb 2012; Samuli Suominen <ssuominen@g.o> pragha-1.0_rc3.ebuild:
31 + Punt USE="minimal" to unbreak the build wrt #402349 by Myckel Habets
32
33 30 Jan 2012; Agostino Sarubbo <ago@g.o> pragha-1.0_rc3.ebuild:
34 Stable for amd64, wrt bug #401229
35
36
37
38 1.3 media-sound/pragha/pragha-1.0_rc3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild?r1=1.2&r2=1.3
43
44 Index: pragha-1.0_rc3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- pragha-1.0_rc3.ebuild 30 Jan 2012 16:44:34 -0000 1.2
51 +++ pragha-1.0_rc3.ebuild 7 Feb 2012 19:05:08 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild,v 1.2 2012/01/30 16:44:34 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc3.ebuild,v 1.3 2012/02/07 19:05:08 ssuominen Exp $
57
58 EAPI=4
59 inherit xfconf
60 @@ -14,7 +14,7 @@
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="amd64 ~x86"
64 -IUSE="debug +glyr lastfm minimal"
65 +IUSE="debug +glyr lastfm"
66
67 COMMON_DEPEND="dev-db/sqlite:3
68 >=dev-libs/dbus-glib-0.92
69 @@ -27,9 +27,9 @@
70 >=net-misc/curl-7.18
71 x11-libs/libX11
72 >=x11-libs/libnotify-0.7
73 + >=xfce-base/exo-0.6.0
74 glyr? ( media-libs/glyr )
75 - lastfm? ( media-libs/libclastfm )
76 - !minimal? ( >=xfce-base/exo-0.6.0 )"
77 + lastfm? ( media-libs/libclastfm )"
78 RDEPEND="${COMMON_DEPEND}
79 media-plugins/gst-plugins-meta:0.10"
80 DEPEND="${COMMON_DEPEND}
81 @@ -44,7 +44,6 @@
82 $(use_enable debug)
83 $(use_enable lastfm libclastfm)
84 $(use_enable glyr libglyr)
85 - $(use_enable !minimal exo-1)
86 )
87 }