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/embassy-clustalomega: embassy-clustalomega-1.1.0.ebuild ChangeLog
Date: Sat, 28 Mar 2015 17:56:08
Message-Id: 20150328175603.D886514B81@oystercatcher.gentoo.org
1 jlec 15/03/28 17:56:03
2
3 Modified: embassy-clustalomega-1.1.0.ebuild ChangeLog
4 Log:
5 Clean global scope
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: embassy-clustalomega-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- embassy-clustalomega-1.1.0.ebuild 28 Mar 2015 17:33:53 -0000 1.1
23 +++ embassy-clustalomega-1.1.0.ebuild 28 Mar 2015 17:56:03 -0000 1.2
24 @@ -1,15 +1,17 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild,v 1.1 2015/03/28 17:33:53 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/embassy-clustalomega-1.1.0.ebuild,v 1.2 2015/03/28 17:56:03 jlec Exp $
29
30 EAPI=5
31
32 EBO_DESCRIPTION="Clustal Omega - Scalable multiple protein sequences alignment"
33
34 -PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
35 AUTOTOOLS_AUTORECONF=1
36 +
37 inherit emboss-r1
38
39 KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
40
41 RDEPEND+=" sci-biology/clustal-omega"
42 +
43 +PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
44
45
46
47 1.2 sci-biology/embassy-clustalomega/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog?r1=1.1&r2=1.2
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- ChangeLog 28 Mar 2015 17:33:53 -0000 1.1
60 +++ ChangeLog 28 Mar 2015 17:56:03 -0000 1.2
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sci-biology/embassy-clustalomega
63 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog,v 1.1 2015/03/28 17:33:53 jlec Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-clustalomega/ChangeLog,v 1.2 2015/03/28 17:56:03 jlec Exp $
66 +
67 + 28 Mar 2015; Justin Lecher <jlec@g.o>
68 + embassy-clustalomega-1.1.0.ebuild:
69 + Clean global scope
70
71 *embassy-clustalomega-1.1.0 (28 Mar 2015)