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/seaview: ChangeLog seaview-20071113.ebuild
Date: Fri, 04 Sep 2009 04:14:38
Message-Id: E1MjV0P-0000BU-FH@stork.gentoo.org
1 ssuominen 09/09/04 09:22:53
2
3 Modified: ChangeLog seaview-20071113.ebuild
4 Log:
5 Fix building with GLIBC 2.10+ wrt #282431.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.28 sci-biology/seaview/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 24 Mar 2009 21:06:07 -0000 1.27
22 +++ ChangeLog 4 Sep 2009 09:22:53 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-biology/seaview
25 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.27 2009/03/24 21:06:07 ribosome Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.28 2009/09/04 09:22:53 ssuominen Exp $
29 +
30 + 04 Sep 2009; Samuli Suominen <ssuominen@g.o>
31 + seaview-20071113.ebuild, +files/seaview-20071113-glibc-2.10.patch:
32 + Fix building with GLIBC 2.10+ wrt #282431.
33
34 24 Mar 2009; Olivier Fisette <ribosome@g.o> metadata.xml:
35 Giving up maintainership of this package.
36
37
38
39 1.5 sci-biology/seaview/seaview-20071113.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild?r1=1.4&r2=1.5
44
45 Index: seaview-20071113.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- seaview-20071113.ebuild 14 Nov 2008 19:31:29 -0000 1.4
52 +++ seaview-20071113.ebuild 4 Sep 2009 09:22:53 -0000 1.5
53 @@ -1,10 +1,9 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild,v 1.4 2008/11/14 19:31:29 ribosome Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild,v 1.5 2009/09/04 09:22:53 ssuominen Exp $
59
60 -EAPI="1"
61 -
62 -inherit toolchain-funcs multilib
63 +EAPI=1
64 +inherit eutils toolchain-funcs multilib
65
66 DESCRIPTION="A graphical multiple sequence alignment editor"
67 HOMEPAGE="http://pbil.univ-lyon1.fr/software/seaview.html"
68 @@ -44,6 +43,8 @@
69 -e "s:^#HELP_NOT_IN_PATH:HELP_NOT_IN_PATH:" \
70 -e "s:bge/mgouy:usr/share:" \
71 Makefile || die "sed Makefile failed"
72 +
73 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
74 }
75
76 src_install() {