Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.3_beta1.ebuild ChangeLog
Date: Thu, 05 Jul 2012 17:44:18
Message-Id: 20120705174407.2078D2004B@flycatcher.gentoo.org
1 jdhore 12/07/05 17:44:07
2
3 Modified: audacious-3.3_beta1.ebuild ChangeLog
4 Log:
5 Drop the use_enable line for session too. I guess it's going to be one of those days...
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 media-sound/audacious/audacious-3.3_beta1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild?r1=1.2&r2=1.3
15
16 Index: audacious-3.3_beta1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- audacious-3.3_beta1.ebuild 5 Jul 2012 17:41:29 -0000 1.2
23 +++ audacious-3.3_beta1.ebuild 5 Jul 2012 17:44:07 -0000 1.3
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/audacious/audacious-3.3_beta1.ebuild,v 1.2 2012/07/05 17:41:29 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild,v 1.3 2012/07/05 17:44:07 jdhore Exp $
29
30 EAPI=4
31 inherit eutils
32 @@ -41,8 +41,7 @@
33 econf \
34 --enable-dbus \
35 $(use_enable chardet) \
36 - $(use_enable nls) \
37 - $(use_enable session sm)
38 + $(use_enable nls)
39 }
40
41 src_install() {
42
43
44
45 1.275 media-sound/audacious/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.275&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.275&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.274&r2=1.275
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
54 retrieving revision 1.274
55 retrieving revision 1.275
56 diff -u -r1.274 -r1.275
57 --- ChangeLog 5 Jul 2012 17:41:29 -0000 1.274
58 +++ ChangeLog 5 Jul 2012 17:44:07 -0000 1.275
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-sound/audacious
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.274 2012/07/05 17:41:29 jdhore Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.275 2012/07/05 17:44:07 jdhore Exp $
64 +
65 + 05 Jul 2012; Jeff Horelick <jdhore@g.o> audacious-3.3_beta1.ebuild:
66 + Drop the use_enable line for session too. I guess it's going to be one of
67 + those days...
68
69 05 Jul 2012; Jeff Horelick <jdhore@g.o> audacious-3.3_beta1.ebuild:
70 Drop the session flag on 3.3 as it was dropped by upstream.