Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lilypond: ChangeLog lilypond-2.12.2.ebuild
Date: Wed, 29 Jul 2009 20:49:41
Message-Id: E1MWG5j-0006uu-5R@stork.gentoo.org
1 dirtyepic 09/07/29 20:49:39
2
3 Modified: ChangeLog lilypond-2.12.2.ebuild
4 Log:
5 Fix build w/ glibc-2.10. (bug #270718)
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.98 media-sound/lilypond/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/ChangeLog?rev=1.98&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/ChangeLog?rev=1.98&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/ChangeLog?r1=1.97&r2=1.98
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v
18 retrieving revision 1.97
19 retrieving revision 1.98
20 diff -u -r1.97 -r1.98
21 --- ChangeLog 26 May 2009 05:56:51 -0000 1.97
22 +++ ChangeLog 29 Jul 2009 20:49:39 -0000 1.98
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/lilypond
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.97 2009/05/26 05:56:51 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.98 2009/07/29 20:49:39 dirtyepic Exp $
28 +
29 + 29 Jul 2009; Ryan Hill <dirtyepic@g.o> lilypond-2.12.2.ebuild,
30 + +files/lilypond-2.12.2-glibc-2.10.patch:
31 + Fix build w/ glibc-2.10. (bug #270718)
32
33 26 May 2009; Peter Volkov <pva@g.o> lilypond-2.10.33.ebuild,
34 lilypond-2.11.50.ebuild, lilypond-2.11.51.ebuild, lilypond-2.11.52.ebuild,
35
36
37
38 1.3 media-sound/lilypond/lilypond-2.12.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild?r1=1.2&r2=1.3
43
44 Index: lilypond-2.12.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- lilypond-2.12.2.ebuild 26 May 2009 05:56:51 -0000 1.2
51 +++ lilypond-2.12.2.ebuild 29 Jul 2009 20:49:39 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild,v 1.2 2009/05/26 05:56:51 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild,v 1.3 2009/07/29 20:49:39 dirtyepic Exp $
57
58 inherit eutils versionator toolchain-funcs elisp-common
59
60 @@ -53,6 +53,12 @@
61 fi
62 }
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
68 +}
69 +
70 src_compile() {
71 if [[ $(gcc-major-version) -lt 4 ]]; then
72 eerror "You need GCC 4.x to build this software."