Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/wise: wise-2.2.0.ebuild ChangeLog
Date: Wed, 05 Aug 2009 19:42:02
Message-Id: E1MYmN6-0005Wg-S3@stork.gentoo.org
1 ssuominen 09/08/05 19:42:00
2
3 Modified: wise-2.2.0.ebuild ChangeLog
4 Log:
5 Fix building with GLIBC 2.10+ wrt #278307.
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 sci-biology/wise/wise-2.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?r1=1.9&r2=1.10
14
15 Index: wise-2.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wise-2.2.0.ebuild 9 Jun 2008 10:12:00 -0000 1.9
22 +++ wise-2.2.0.ebuild 5 Aug 2009 19:42:00 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.9 2008/06/09 10:12:00 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.10 2009/08/05 19:42:00 ssuominen Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -20,10 +20,12 @@
33 dev-lang/perl
34 virtual/latex-base"
35
36 -S="${WORKDIR}/${PN}${PV}"
37 +S=${WORKDIR}/${PN}${PV}
38
39 src_unpack() {
40 unpack ${A}
41 + cd "${S}"
42 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
43 cd "${S}"/src
44 # if use threads; then
45 # append-flags "-DPTHREAD"
46
47
48
49 1.14 sci-biology/wise/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?r1=1.13&r2=1.14
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v
58 retrieving revision 1.13
59 retrieving revision 1.14
60 diff -u -r1.13 -r1.14
61 --- ChangeLog 9 Jun 2008 10:12:00 -0000 1.13
62 +++ ChangeLog 5 Aug 2009 19:42:00 -0000 1.14
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sci-biology/wise
65 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.13 2008/06/09 10:12:00 markusle Exp $
67 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.14 2009/08/05 19:42:00 ssuominen Exp $
69 +
70 + 05 Aug 2009; Samuli Suominen <ssuominen@g.o> wise-2.2.0.ebuild,
71 + +files/wise-2.2.0-glibc-2.10.patch:
72 + Fix building with GLIBC 2.10+ wrt #278307.
73
74 09 Jun 2008; Markus Dittrich <markusle@g.o> wise-2.2.0.ebuild:
75 Switched virtual/tetex -> virtual/latex-base and added amd64