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/lash: lash-0.5.4-r2.ebuild ChangeLog
Date: Wed, 09 Jul 2014 18:25:54
Message-Id: 20140709182549.96C902004F@flycatcher.gentoo.org
1 ssuominen 14/07/09 18:25:49
2
3 Modified: lash-0.5.4-r2.ebuild ChangeLog
4 Log:
5 Fix underlinking bugs #367589 (missing -luuid) and #514748 (missing -lm). Thanks to Diego Elio Pettenò, Christian Compagnon and Ted Tanberry. Fix missing include of string.h for strcmp() while at it.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 media-sound/lash/lash-0.5.4-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: lash-0.5.4-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lash-0.5.4-r2.ebuild 3 May 2014 08:27:56 -0000 1.1
23 +++ lash-0.5.4-r2.ebuild 9 Jul 2014 18:25:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v 1.1 2014/05/03 08:27:56 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v 1.2 2014/07/09 18:25:49 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -45,9 +45,11 @@
33 epatch \
34 "${FILESDIR}"/${P}-glibc2.8.patch \
35 "${FILESDIR}"/${P}-swig_version_comparison.patch \
36 - "${FILESDIR}"/${P}-gcc47.patch
37 + "${FILESDIR}"/${P}-gcc47.patch \
38 + "${FILESDIR}"/${P}-underlinking.patch \
39 + "${FILESDIR}"/${P}-strcmp.patch
40
41 - AT_M4DIR="m4" eautoreconf
42 + AT_M4DIR=m4 eautoreconf
43 }
44
45 multilib_src_configure() {
46
47
48
49 1.41 media-sound/lash/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.41&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.41&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?r1=1.40&r2=1.41
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
58 retrieving revision 1.40
59 retrieving revision 1.41
60 diff -u -r1.40 -r1.41
61 --- ChangeLog 3 May 2014 08:27:56 -0000 1.40
62 +++ ChangeLog 9 Jul 2014 18:25:49 -0000 1.41
63 @@ -1,6 +1,13 @@
64 # ChangeLog for media-sound/lash
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.40 2014/05/03 08:27:56 mgorny Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.41 2014/07/09 18:25:49 ssuominen Exp $
68 +
69 + 09 Jul 2014; Samuli Suominen <ssuominen@g.o>
70 + +files/lash-0.5.4-strcmp.patch, +files/lash-0.5.4-underlinking.patch,
71 + lash-0.5.4-r2.ebuild:
72 + Fix underlinking bugs #367589 (missing -luuid) and #514748 (missing -lm).
73 + Thanks to Diego Elio Pettenò, Christian Compagnon and Ted Tanberry. Fix
74 + missing include of string.h for strcmp() while at it.
75
76 *lash-0.5.4-r2 (03 May 2014)