Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/twolame: twolame-0.3.13.ebuild ChangeLog
Date: Wed, 30 Nov 2011 14:10:20
Message-Id: 20111130141004.40EB82004B@flycatcher.gentoo.org
1 grobian 11/11/30 14:10:04
2
3 Modified: twolame-0.3.13.ebuild ChangeLog
4 Log:
5 Work around bad configure script (uses bash features) for Solaris hosts, bug #388885
6
7 (Portage version: 2.2.01.19572-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.2 media-sound/twolame/twolame-0.3.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild?r1=1.1&r2=1.2
15
16 Index: twolame-0.3.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- twolame-0.3.13.ebuild 7 Apr 2011 12:12:45 -0000 1.1
23 +++ twolame-0.3.13.ebuild 30 Nov 2011 14:10:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v 1.1 2011/04/07 12:12:45 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v 1.2 2011/11/30 14:10:04 grobian Exp $
29
30 EAPI=3
31 inherit libtool
32 @@ -24,6 +24,9 @@
33 if [[ ${CHOST} == *solaris* ]]; then
34 # libsndfile doesn't like -std=c99 on Solaris
35 sed -i -e '/CFLAGS/s:-std=c99::' configure || die
36 + # configure isn't really bourne shell (comment 0) or dash (comment 6)
37 + # compatible, bug #388885
38 + export CONFIG_SHELL=${BASH}
39 fi
40
41 elibtoolize
42
43
44
45 1.43 media-sound/twolame/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/twolame/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 7 Apr 2011 12:12:45 -0000 1.42
58 +++ ChangeLog 30 Nov 2011 14:10:04 -0000 1.43
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-sound/twolame
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.42 2011/04/07 12:12:45 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.43 2011/11/30 14:10:04 grobian Exp $
64 +
65 + 30 Nov 2011; Fabian Groffen <grobian@g.o> twolame-0.3.13.ebuild:
66 + Work around bad configure script (uses bash features) for Solaris hosts, bug
67 + #388885
68
69 *twolame-0.3.13 (07 Apr 2011)