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/infernal: ChangeLog infernal-1.0.2-r1.ebuild
Date: Sun, 06 Jul 2014 11:34:51
Message-Id: 20140706113447.126AD2004E@flycatcher.gentoo.org
1 jlec 14/07/06 11:34:46
2
3 Modified: ChangeLog infernal-1.0.2-r1.ebuild
4 Log:
5 sci-biology/infernal: Add patch as binary to prevent CVS magics, #431076
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.15 sci-biology/infernal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 11 Mar 2013 15:25:19 -0000 1.14
23 +++ ChangeLog 6 Jul 2014 11:34:46 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-biology/infernal
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.14 2013/03/11 15:25:19 jlec Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.15 2014/07/06 11:34:46 jlec Exp $
30 +
31 + 06 Jul 2014; Justin Lecher <jlec@g.o> infernal-1.0.2-r1.ebuild,
32 + +files/infernal-1.0.2-perl-5.16-2.patch,
33 + -files/infernal-1.0.2-perl-5.16.patch:
34 + Add patch as binary to prevent CVS magics, #431076
35
36 11 Mar 2013; Justin Lecher <jlec@g.o> metadata.xml:
37 Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
38
39
40
41 1.5 sci-biology/infernal/infernal-1.0.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?r1=1.4&r2=1.5
46
47 Index: infernal-1.0.2-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- infernal-1.0.2-r1.ebuild 25 Jun 2012 07:08:17 -0000 1.4
54 +++ infernal-1.0.2-r1.ebuild 6 Jul 2014 11:34:46 -0000 1.5
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2012 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v 1.4 2012/06/25 07:08:17 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v 1.5 2014/07/06 11:34:46 jlec Exp $
61
62 EAPI=4
63
64 @@ -22,7 +22,7 @@
65 epatch \
66 "${FILESDIR}"/${P}-parallel-build.patch \
67 "${FILESDIR}"/${P}-overflows.patch \
68 - "${FILESDIR}"/${P}-perl-5.16.patch \
69 + "${FILESDIR}"/${P}-perl-5.16-2.patch \
70 "${FILESDIR}"/${P}-ldflags.patch
71 }