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/probcons: metadata.xml probcons-1.12-r1.ebuild ChangeLog probcons-1.10.ebuild probcons-1.12.ebuild
Date: Sun, 29 Mar 2015 14:59:00
Message-Id: 20150329145854.7410314C83@oystercatcher.gentoo.org
1 jlec 15/03/29 14:58:53
2
3 Modified: metadata.xml probcons-1.12-r1.ebuild ChangeLog
4 Removed: probcons-1.10.ebuild probcons-1.12.ebuild
5 Log:
6 Drop old
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.5 sci-biology/probcons/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/probcons/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 1 Oct 2006 17:38:49 -0000 1.4
24 +++ metadata.xml 29 Mar 2015 14:58:53 -0000 1.5
25 @@ -1,5 +1,5 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>sci-biology</herd>
30 + <herd>sci-biology</herd>
31 </pkgmetadata>
32
33
34
35 1.6 sci-biology/probcons/probcons-1.12-r1.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild?rev=1.6&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild?rev=1.6&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild?r1=1.5&r2=1.6
40
41 Index: probcons-1.12-r1.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v
44 retrieving revision 1.5
45 retrieving revision 1.6
46 diff -u -r1.5 -r1.6
47 --- probcons-1.12-r1.ebuild 13 Jun 2011 11:17:41 -0000 1.5
48 +++ probcons-1.12-r1.ebuild 29 Mar 2015 14:58:53 -0000 1.6
49 @@ -1,8 +1,8 @@
50 -# Copyright 1999-2011 Gentoo Foundation
51 +# Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v 1.5 2011/06/13 11:17:41 jlec Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v 1.6 2015/03/29 14:58:53 jlec Exp $
55
56 -EAPI=3
57 +EAPI=5
58
59 inherit eutils toolchain-funcs
60
61 @@ -35,15 +35,14 @@
62 src_compile() {
63 emake \
64 CXX="$(tc-getCXX)" \
65 - OPT_CXXFLAGS="${CXXFLAGS}" \
66 - || die "make failed"
67 + OPT_CXXFLAGS="${CXXFLAGS}"
68 }
69
70 src_install() {
71 - dobin probcons project makegnuplot || die "failed to install"
72 + dobin probcons project makegnuplot
73 # Overlap with imagemagick
74 - newbin compare compare-probcons || die "failed to install compare"
75 - dodoc README || die
76 + newbin compare compare-probcons
77 + dodoc README
78 }
79
80 pkg_postinst() {
81
82
83
84 1.15 sci-biology/probcons/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/ChangeLog?rev=1.15&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/ChangeLog?rev=1.15&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/probcons/ChangeLog?r1=1.14&r2=1.15
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sci-biology/probcons/ChangeLog,v
93 retrieving revision 1.14
94 retrieving revision 1.15
95 diff -u -r1.14 -r1.15
96 --- ChangeLog 13 Jun 2011 11:17:41 -0000 1.14
97 +++ ChangeLog 29 Mar 2015 14:58:53 -0000 1.15
98 @@ -1,6 +1,11 @@
99 # ChangeLog for sci-biology/probcons
100 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/ChangeLog,v 1.14 2011/06/13 11:17:41 jlec Exp $
102 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/ChangeLog,v 1.15 2015/03/29 14:58:53 jlec Exp $
104 +
105 + 29 Mar 2015; Justin Lecher <jlec@g.o> -files/1.10-fix-cxxflags.patch,
106 + -probcons-1.10.ebuild, -probcons-1.12.ebuild, metadata.xml,
107 + probcons-1.12-r1.ebuild:
108 + Drop old
109
110 13 Jun 2011; Justin Lecher <jlec@g.o> probcons-1.12-r1.ebuild,
111 +files/probcons-1.12-gcc-4.6.patch:
112 @@ -58,4 +63,3 @@
113 New multiple sequence alignment package. Probably the best global aligner,
114 although it runs slower. Takes 5-10 times longer than clustalw, but about
115 half as long as t-coffee.
116 -