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/trnascan-se: trnascan-se-1.23-r1.ebuild ChangeLog
Date: Wed, 05 Aug 2009 18:45:50
Message-Id: E1MYlUh-0003nK-CE@stork.gentoo.org
1 ssuominen 09/08/05 18:45:47
2
3 Modified: trnascan-se-1.23-r1.ebuild ChangeLog
4 Log:
5 Fix building with GLIBC 2.10+ wrt #279574.
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: trnascan-se-1.23-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- trnascan-se-1.23-r1.ebuild 22 May 2007 01:22:13 -0000 1.5
22 +++ trnascan-se-1.23-r1.ebuild 5 Aug 2009 18:45:47 -0000 1.6
23 @@ -1,23 +1,25 @@
24 -# Copyright 1999-2007 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/trnascan-se/trnascan-se-1.23-r1.ebuild,v 1.5 2007/05/22 01:22:13 ribosome Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/trnascan-se/trnascan-se-1.23-r1.ebuild,v 1.6 2009/08/05 18:45:47 ssuominen Exp $
29
30 -inherit toolchain-funcs
31 +inherit eutils toolchain-funcs
32
33 DESCRIPTION="tRNA detection in large-scale genome sequences"
34 HOMEPAGE="http://selab.wustl.edu/cgi-bin/selab.pl?mode=software#trnascan"
35 SRC_URI="mirror://gentoo/${P}.tar.bz2"
36 -LICENSE="GPL-2"
37
38 +LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="x86"
41 +KEYWORDS="~amd64 x86"
42 IUSE=""
43
44 -DEPEND="dev-lang/perl"
45 +RDEPEND="dev-lang/perl"
46 +DEPEND="${RDEPEND}"
47
48 src_unpack() {
49 unpack ${A}
50 cd "${S}"
51 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
52 sed -e "s%BINDIR = \$(HOME)/bin%BINDIR = /usr/bin%" \
53 -e "s%LIBDIR = \$(HOME)/lib/tRNAscan-SE%LIBDIR = /usr/lib/${PN}%" \
54 -e "s%MANDIR = \$(HOME)/man%MANDIR = /usr/share/man%" \
55
56
57
58 1.10 sci-biology/trnascan-se/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/ChangeLog?rev=1.10&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/ChangeLog?rev=1.10&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/trnascan-se/ChangeLog?r1=1.9&r2=1.10
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sci-biology/trnascan-se/ChangeLog,v
67 retrieving revision 1.9
68 retrieving revision 1.10
69 diff -u -r1.9 -r1.10
70 --- ChangeLog 22 May 2007 01:22:13 -0000 1.9
71 +++ ChangeLog 5 Aug 2009 18:45:47 -0000 1.10
72 @@ -1,6 +1,10 @@
73 # ChangeLog for sci-biology/trnascan-se
74 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/trnascan-se/ChangeLog,v 1.9 2007/05/22 01:22:13 ribosome Exp $
76 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/trnascan-se/ChangeLog,v 1.10 2009/08/05 18:45:47 ssuominen Exp $
78 +
79 + 05 Aug 2009; Samuli Suominen <ssuominen@g.o>
80 + trnascan-se-1.23-r1.ebuild, +files/trnascan-se-1.23-glibc-2.10.patch:
81 + Fix building with GLIBC 2.10+ wrt #279574.
82
83 22 May 2007; Olivier Fisette <ribosome@g.o>
84 trnascan-se-1.23-r1.ebuild: