Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
Date: Tue, 29 Mar 2011 06:56:45
Message-Id: 20110329065634.2E0602004F@flycatcher.gentoo.org
1 radhermit 11/03/29 06:56:34
2
3 Modified: lash-0.5.4-r1.ebuild ChangeLog
4 Log:
5 Use slot dep for gtk+ and remove unnecessary die statement for econf.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 media-sound/lash/lash-0.5.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.11&r2=1.12
15
16 Index: lash-0.5.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- lash-0.5.4-r1.ebuild 1 Mar 2010 19:03:30 -0000 1.11
23 +++ lash-0.5.4-r1.ebuild 29 Mar 2011 06:56:34 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.11 2010/03/01 19:03:30 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $
30
31 EAPI=2
32
33 @@ -18,7 +18,7 @@
34 RDEPEND="alsa? ( media-libs/alsa-lib )
35 media-sound/jack-audio-connection-kit
36 dev-libs/libxml2
37 - gtk? ( >=x11-libs/gtk+-2.0 )
38 + gtk? ( x11-libs/gtk+:2 )
39 python? ( dev-lang/python )
40 || ( sys-libs/readline dev-libs/libedit )"
41 DEPEND="${RDEPEND}
42 @@ -41,8 +41,7 @@
43 $(use_enable gtk gtk2) \
44 $(use_enable debug) \
45 ${myconf} \
46 - --disable-dependency-tracking \
47 - || die "econf failed"
48 + --disable-dependency-tracking
49 }
50
51 src_install() {
52
53
54
55 1.33 media-sound/lash/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.33&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.33&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?r1=1.32&r2=1.33
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
64 retrieving revision 1.32
65 retrieving revision 1.33
66 diff -u -r1.32 -r1.33
67 --- ChangeLog 1 Mar 2010 19:03:30 -0000 1.32
68 +++ ChangeLog 29 Mar 2011 06:56:34 -0000 1.33
69 @@ -1,6 +1,9 @@
70 # ChangeLog for media-sound/lash
71 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.32 2010/03/01 19:03:30 jer Exp $
73 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.33 2011/03/29 06:56:34 radhermit Exp $
75 +
76 + 29 Mar 2011; Tim Harder <radhermit@g.o> lash-0.5.4-r1.ebuild:
77 + Use slot dep for gtk+ and remove unnecessary die statement for econf.
78
79 01 Mar 2010; Jeroen Roovers <jer@g.o> lash-0.5.4-r1.ebuild:
80 Stable for HPPA (bug #295051).