Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/moonlight: ChangeLog moonlight-1.0.1.ebuild
Date: Tue, 31 Aug 2010 15:38:36
Message-Id: 20100831153833.4BE0E20054@flycatcher.gentoo.org
1 ssuominen 10/08/31 15:38:33
2
3 Modified: ChangeLog moonlight-1.0.1.ebuild
4 Log:
5 Fix building with recent glibc wrt #333943 by Diego E. Pettenò.
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 www-plugins/moonlight/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/moonlight/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 25 Oct 2009 10:22:37 -0000 1.4
23 +++ ChangeLog 31 Aug 2010 15:38:33 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-plugins/moonlight
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/ChangeLog,v 1.4 2009/10/25 10:22:37 loki_val Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/ChangeLog,v 1.5 2010/08/31 15:38:33 ssuominen Exp $
30 +
31 + 31 Aug 2010; Samuli Suominen <ssuominen@g.o>
32 + moonlight-1.0.1.ebuild, +files/moonlight-1.0.1-glibc-212.patch:
33 + Fix building with recent glibc wrt #333943 by Diego E. Pettenò.
34
35 25 Oct 2009; Peter Alfredsen <loki_val@g.o> moonlight-1.0.1.ebuild:
36 Update SRC_URI per bug 290420. Thanks to Ewoud Kohl van Wijngaarden
37
38
39
40 1.4 www-plugins/moonlight/moonlight-1.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild?r1=1.3&r2=1.4
45
46 Index: moonlight-1.0.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- moonlight-1.0.1.ebuild 25 Oct 2009 10:22:37 -0000 1.3
53 +++ moonlight-1.0.1.ebuild 31 Aug 2010 15:38:33 -0000 1.4
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild,v 1.3 2009/10/25 10:22:37 loki_val Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/moonlight-1.0.1.ebuild,v 1.4 2010/08/31 15:38:33 ssuominen Exp $
60
61 EAPI=2
62
63 -inherit mono multilib nsplugins
64 +inherit eutils mono multilib nsplugins
65
66 MY_P=moon-${PV}
67 DESCRIPTION="Moonlight is an open source implementation of Silverlight"
68 @@ -47,6 +47,8 @@
69 -e "s:TEST_SUBDIR = test::" \
70 -e "s:TOOLS_SUBDIR = tools::" \
71 Makefile.in
72 +
73 + epatch "${FILESDIR}"/${P}-glibc-212.patch
74 }
75
76 src_configure() {