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/snpfile: snpfile-2.0.1-r1.ebuild ChangeLog
Date: Sat, 28 May 2011 10:58:59
Message-Id: 20110528105846.86C6720054@flycatcher.gentoo.org
1 jlec 11/05/28 10:58:46
2
3 Modified: snpfile-2.0.1-r1.ebuild ChangeLog
4 Log:
5 Gold fix, #369001
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-biology/snpfile/snpfile-2.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: snpfile-2.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- snpfile-2.0.1-r1.ebuild 20 Jun 2010 16:58:42 -0000 1.1
23 +++ snpfile-2.0.1-r1.ebuild 28 May 2011 10:58:46 -0000 1.2
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild,v 1.1 2010/06/20 16:58:42 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild,v 1.2 2011/05/28 10:58:46 jlec Exp $
30 +
31 +EAPI=4
32
33 -EAPI=2
34 inherit autotools eutils
35
36 DESCRIPTION="A library and API for manipulating large SNP datasets"
37 @@ -18,16 +19,13 @@
38 DEPEND="${RDEPEND}"
39
40 src_prepare() {
41 - epatch "${FILESDIR}"/${P}-gcc44.patch \
42 - "${FILESDIR}"/${P}-gentoo.diff
43 + epatch \
44 + "${FILESDIR}"/${P}-gcc44.patch \
45 + "${FILESDIR}"/${P}-gentoo.diff \
46 + "${FILESDIR}"/${P}-gold.patch
47 eautoreconf
48 }
49
50 src_configure() {
51 econf $(use_enable static-libs static)
52 }
53 -
54 -src_install() {
55 - emake DESTDIR="${D}" install || die
56 - dodoc AUTHORS README NEWS || die
57 -}
58
59
60
61 1.7 sci-biology/snpfile/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/ChangeLog?rev=1.7&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/ChangeLog?rev=1.7&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/ChangeLog?r1=1.6&r2=1.7
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sci-biology/snpfile/ChangeLog,v
70 retrieving revision 1.6
71 retrieving revision 1.7
72 diff -u -r1.6 -r1.7
73 --- ChangeLog 2 Oct 2010 07:52:04 -0000 1.6
74 +++ ChangeLog 28 May 2011 10:58:46 -0000 1.7
75 @@ -1,6 +1,10 @@
76 # ChangeLog for sci-biology/snpfile
77 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/snpfile/ChangeLog,v 1.6 2010/10/02 07:52:04 xarthisius Exp $
79 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/snpfile/ChangeLog,v 1.7 2011/05/28 10:58:46 jlec Exp $
81 +
82 + 28 May 2011; Justin Lecher <jlec@g.o> snpfile-2.0.1-r1.ebuild,
83 + +files/snpfile-2.0.1-gold.patch:
84 + Gold fix, #369001
85
86 02 Oct 2010; Kacper Kowalik <xarthisius@g.o>
87 files/snpfile-2.0.1-gentoo.diff: