Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/rmblast: ChangeLog rmblast-1.2.ebuild
Date: Mon, 02 May 2011 09:39:49
Message-Id: 20110502093939.EC0B920054@flycatcher.gentoo.org
1 jlec 11/05/02 09:39:39
2
3 Modified: ChangeLog rmblast-1.2.ebuild
4 Log:
5 Removed redundant src_install
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-biology/rmblast/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 7 Nov 2010 20:41:37 -0000 1.1
23 +++ ChangeLog 2 May 2011 09:39:39 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-biology/rmblast
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.1 2010/11/07 20:41:37 weaver Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.2 2011/05/02 09:39:39 jlec Exp $
30 +
31 + 02 May 2011; Justin Lecher <jlec@g.o> rmblast-1.2.ebuild:
32 + Removed redundant src_install
33
34 *rmblast-1.2 (06 Nov 2010)
35
36
37
38
39 1.2 sci-biology/rmblast/rmblast-1.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?r1=1.1&r2=1.2
44
45 Index: rmblast-1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- rmblast-1.2.ebuild 7 Nov 2010 20:41:37 -0000 1.1
52 +++ rmblast-1.2.ebuild 2 May 2011 09:39:39 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.1 2010/11/07 20:41:37 weaver Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.2 2011/05/02 09:39:39 jlec Exp $
59
60 EAPI="3"
61
62 @@ -22,10 +22,6 @@
63
64 S="${WORKDIR}/${P}-ncbi-blast-${MY_NCBI_BLAST_V}-src/c++"
65
66 -src_install() {
67 - einstall || die
68 -}
69 -
70 src_prepare() {
71 filter-ldflags -Wl,--as-needed
72 sed -i -e 's/-print-file-name=libstdc++.a//' \