Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.99.0_pre20111001.ebuild
Date: Thu, 07 Jun 2012 05:37:45
Message-Id: 20120607053736.163902004B@flycatcher.gentoo.org
1 tetromino 12/06/07 05:37:36
2
3 Modified: ChangeLog sound-juicer-2.99.0_pre20111001.ebuild
4 Log:
5 Fix access violations with FEATURES=-userpriv (bug #419183, thanks to Travis Hansen).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.219 media-sound/sound-juicer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.219&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.219&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.218&r2=1.219
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
19 retrieving revision 1.218
20 retrieving revision 1.219
21 diff -u -r1.218 -r1.219
22 --- ChangeLog 5 May 2012 08:53:59 -0000 1.218
23 +++ ChangeLog 7 Jun 2012 05:37:35 -0000 1.219
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/sound-juicer
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.218 2012/05/05 08:53:59 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.219 2012/06/07 05:37:35 tetromino Exp $
29 +
30 + 07 Jun 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + sound-juicer-2.99.0_pre20111001.ebuild:
32 + Fix access violations with FEATURES=-userpriv (bug #419183, thanks to Travis
33 + Hansen).
34
35 05 May 2012; Michał Górny <mgorny@g.o>
36 sound-juicer-2.32.0-r1.ebuild, sound-juicer-2.99.0_pre20111001.ebuild,
37
38
39
40 1.6 media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild?r1=1.5&r2=1.6
45
46 Index: sound-juicer-2.99.0_pre20111001.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- sound-juicer-2.99.0_pre20111001.ebuild 5 May 2012 08:53:59 -0000 1.5
53 +++ sound-juicer-2.99.0_pre20111001.ebuild 7 Jun 2012 05:37:35 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild,v 1.5 2012/05/05 08:53:59 mgorny Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.99.0_pre20111001.ebuild,v 1.6 2012/06/07 05:37:35 tetromino Exp $
59
60 EAPI="4"
61 GCONF_DEBUG="yes"
62 @@ -55,6 +55,13 @@
63 DOCS="AUTHORS ChangeLog NEWS README TODO"
64 }
65
66 +src_configure() {
67 + # Work around sandbox violations when FEATURES=-userpriv caused by
68 + # gst-inspect-0.10 (bug #419183)
69 + unset DISPLAY
70 + gnome2_src_configure
71 +}
72 +
73 pkg_postinst() {
74 gnome2_pkg_postinst
75 ewarn "If ${PN} does not rip to some music format, please check your USE flags"