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/muscle: ChangeLog muscle-3.7.ebuild muscle-3.6.ebuild muscle-3.8.31.ebuild
Date: Thu, 24 Jun 2010 19:03:23
Message-Id: 20100624190319.01EB32CF4D@corvid.gentoo.org
1 jlec 10/06/24 19:03:18
2
3 Modified: ChangeLog muscle-3.7.ebuild muscle-3.6.ebuild
4 Added: muscle-3.8.31.ebuild
5 Log:
6 Version BUmp, blocking sci-libs/libmuscle, #308707
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-biology/muscle/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 21 Mar 2008 21:23:44 -0000 1.9
23 +++ ChangeLog 24 Jun 2010 19:03:18 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-biology/muscle
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.9 2008/03/21 21:23:44 dberkholz Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.10 2010/06/24 19:03:18 jlec Exp $
30 +
31 +*muscle-3.8.31 (24 Jun 2010)
32 +
33 + 24 Jun 2010; Justin Lecher <jlec@g.o> +files/3.8.31-make.patch,
34 + muscle-3.6.ebuild, muscle-3.7.ebuild, +muscle-3.8.31.ebuild:
35 + Version BUmp, blocking sci-libs/libmuscle, #308707
36
37 *muscle-3.7 (21 Mar 2008)
38
39
40
41
42 1.2 sci-biology/muscle/muscle-3.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild?r1=1.1&r2=1.2
47
48 Index: muscle-3.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- muscle-3.7.ebuild 21 Mar 2008 21:23:44 -0000 1.1
55 +++ muscle-3.7.ebuild 24 Jun 2010 19:03:18 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2008 Gentoo Foundation
58 +# Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild,v 1.1 2008/03/21 21:23:44 dberkholz Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.7.ebuild,v 1.2 2010/06/24 19:03:18 jlec Exp $
62
63 inherit toolchain-funcs
64
65 @@ -8,12 +8,15 @@
66 DESCRIPTION="Multiple sequence comparison by log-expectation"
67 HOMEPAGE="http://www.drive5.com/muscle/"
68 SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
69 +
70 LICENSE="public-domain"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~x86"
73 IUSE=""
74 -RDEPEND=""
75 +
76 +RDEPEND="!sci-libs/libmuscle"
77 DEPEND="${RDEPEND}"
78 +
79 S="${WORKDIR}"
80
81 src_unpack() {
82
83
84
85 1.6 sci-biology/muscle/muscle-3.6.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild?rev=1.6&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild?rev=1.6&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild?r1=1.5&r2=1.6
90
91 Index: muscle-3.6.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v
94 retrieving revision 1.5
95 retrieving revision 1.6
96 diff -u -r1.5 -r1.6
97 --- muscle-3.6.ebuild 26 Dec 2007 10:25:01 -0000 1.5
98 +++ muscle-3.6.ebuild 24 Jun 2010 19:03:18 -0000 1.6
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2007 Gentoo Foundation
101 +# Copyright 1999-2010 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.5 2007/12/26 10:25:01 drac Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.6 2010/06/24 19:03:18 jlec Exp $
105
106 inherit toolchain-funcs
107
108 @@ -9,11 +9,14 @@
109 HOMEPAGE="http://www.drive5.com/muscle/"
110 SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
111 LICENSE="public-domain"
112 +
113 SLOT="0"
114 KEYWORDS="amd64 ppc x86"
115 IUSE=""
116 -RDEPEND=""
117 +
118 +RDEPEND="!sci-libs/libmuscle"
119 DEPEND="${RDEPEND}"
120 +
121 S="${WORKDIR}/${MY_P}"
122
123 src_unpack() {
124
125
126
127 1.1 sci-biology/muscle/muscle-3.8.31.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild?rev=1.1&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild?rev=1.1&content-type=text/plain
131
132 Index: muscle-3.8.31.ebuild
133 ===================================================================
134 # Copyright 1999-2010 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 # $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild,v 1.1 2010/06/24 19:03:18 jlec Exp $
137
138 EAPI="3"
139
140 inherit eutils toolchain-funcs
141
142 MY_P="${PN}${PV}_src"
143
144 DESCRIPTION="Multiple sequence comparison by log-expectation"
145 HOMEPAGE="http://www.drive5.com/muscle/"
146 SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
147
148 LICENSE="public-domain"
149 SLOT="0"
150 KEYWORDS="~amd64 ~ppc ~x86"
151 IUSE=""
152
153 RDEPEND="!sci-libs/libmuscle"
154 DEPEND=""
155
156 S="${WORKDIR}"/${PN}${PV}/src
157
158 src_prepare() {
159 epatch "${FILESDIR}"/${PV}-make.patch
160 tc-export CXX
161 }
162
163 src_install() {
164 dobin "${PN}" || die
165 dodoc *.txt || die
166 }