Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-chan_unistim: ChangeLog asterisk-chan_unistim-1.0.0.4d.ebuild
Date: Wed, 26 May 2010 19:47:35
Message-Id: 20100526194728.05F992CF05@corvid.gentoo.org
1 angelos 10/05/26 19:47:26
2
3 Modified: ChangeLog asterisk-chan_unistim-1.0.0.4d.ebuild
4 Log:
5 Added ~amd64 (bug 171863) and respect LDFLAGS
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 net-misc/asterisk-chan_unistim/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 7 Jul 2009 15:18:54 -0000 1.10
22 +++ ChangeLog 26 May 2010 19:47:26 -0000 1.11
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-misc/asterisk-chan_unistim
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog,v 1.10 2009/07/07 15:18:54 volkmar Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog,v 1.11 2010/05/26 19:47:26 angelos Exp $
29 +
30 + 26 May 2010; Christoph Mende <angelos@g.o>
31 + asterisk-chan_unistim-1.0.0.4d.ebuild:
32 + Added ~amd64 (bug 171863) and respect LDFLAGS
33
34 *asterisk-chan_unistim-1.0.0.4d (07 Jul 2009)
35
36
37
38
39 1.2 net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild?r1=1.1&r2=1.2
44
45 Index: asterisk-chan_unistim-1.0.0.4d.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- asterisk-chan_unistim-1.0.0.4d.ebuild 7 Jul 2009 15:18:54 -0000 1.1
52 +++ asterisk-chan_unistim-1.0.0.4d.ebuild 26 May 2010 19:47:26 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild,v 1.1 2009/07/07 15:18:54 volkmar Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-1.0.0.4d.ebuild,v 1.2 2010/05/26 19:47:26 angelos Exp $
59
60 EAPI="2"
61
62 @@ -15,7 +15,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~ppc ~x86"
67 +KEYWORDS="~amd64 ~ppc ~x86"
68 IUSE=""
69
70 DEPEND="=net-misc/asterisk-1.2*"
71 @@ -29,6 +29,8 @@
72 # respect users C(XX)FLAGS
73 sed -i -e "s:^CFLAGS=:CFLAGS+=:" -e "/O6/d" -e "/march/d" Makefile \
74 || die "sed failed"
75 + # respect users LDFLAGS
76 + sed -i -e "s:-shared:${LDFLAGS} -shared:" Makefile || die "sed failed"
77 # better to let -pipe as user choice and add -fPIC
78 sed -i -e "s:pipe:fPIC:" Makefile || die "sed failed"
79 }