Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/qrna: qrna-2.0.3c.ebuild ChangeLog
Date: Sun, 22 Jun 2008 19:30:39
Message-Id: E1KAVGj-00089I-9K@stork.gentoo.org
1 je_fro 08/06/22 19:30:33
2
3 Modified: qrna-2.0.3c.ebuild ChangeLog
4 Log:
5 Rely on squid from hmmer. Fixes bug #208462
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.10 sci-biology/qrna/qrna-2.0.3c.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild?r1=1.9&r2=1.10
14
15 Index: qrna-2.0.3c.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- qrna-2.0.3c.ebuild 22 May 2007 01:08:10 -0000 1.9
22 +++ qrna-2.0.3c.ebuild 22 Jun 2008 19:30:32 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.9 2007/05/22 01:08:10 ribosome Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.10 2008/06/22 19:30:32 je_fro Exp $
29
30 inherit toolchain-funcs
31
32 @@ -10,22 +10,20 @@
33 LICENSE="GPL-2"
34
35 SLOT="0"
36 -KEYWORDS="amd64 ppc x86"
37 +KEYWORDS="amd64 ~ppc x86"
38 IUSE=""
39
40 -DEPEND="dev-lang/perl"
41 +DEPEND="dev-lang/perl
42 + sci-biology/hmmer"
43
44 src_compile () {
45 sed -e "s/CC = gcc/CC = $(tc-getCC)/" \
46 -e "s/CFLAGS = -O/CFLAGS = ${CFLAGS}/" \
47 -i src/Makefile squid/Makefile
48 - sed -e "s/CC = gcc/CC = $(tc-getCC)/" \
49 - -e "s/CFLAGS = -g -O2/CFLAGS = ${CFLAGS}/" \
50 - -i squid02/Makefile
51 +
52 cd "${S}"/squid
53 emake || die
54 - cd "${S}"/squid02
55 - emake || die
56 +
57 cd "${S}"/src
58 emake || die
59 }
60 @@ -33,9 +31,7 @@
61 src_install () {
62 cd "${S}"/src
63 dobin cfgbuild eqrna eqrna_sample main rnamat_main shuffle || die
64 - cd "${S}"/squid02
65 - dobin afetch alistat compalign compstruct revcomp seqsplit seqstat \
66 - sfetch shuffle sindex sreformat translate weight || die
67 +
68 cd "${S}"
69 dobin scripts/* || die
70
71
72
73
74 1.17 sci-biology/qrna/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/ChangeLog?rev=1.17&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/ChangeLog?rev=1.17&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/ChangeLog?r1=1.16&r2=1.17
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v
83 retrieving revision 1.16
84 retrieving revision 1.17
85 diff -u -r1.16 -r1.17
86 --- ChangeLog 22 May 2007 01:08:10 -0000 1.16
87 +++ ChangeLog 22 Jun 2008 19:30:32 -0000 1.17
88 @@ -1,6 +1,10 @@
89 # ChangeLog for sci-biology/qrna
90 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.16 2007/05/22 01:08:10 ribosome Exp $
92 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.17 2008/06/22 19:30:32 je_fro Exp $
94 +
95 + 22 Jun 2008; Jeff Gardner <je_fro@g.o> qrna-2.0.3c.ebuild:
96 + No longer compiling files in squid02 because they are newer in hmmer and
97 + we avoid collisions. qrna now depends on hmmer. See bug #208462.
98
99 22 May 2007; Olivier Fisette <ribosome@g.o> qrna-2.0.3c.ebuild:
100 Updated home page.
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list