Gentoo Archives: gentoo-commits

From: "Olivier Fisette (ribosome)" <ribosome@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/clustalx: clustalx-1.83-r2.ebuild ChangeLog
Date: Tue, 26 Aug 2008 15:29:34
Message-Id: E1KY079-0006kT-Dl@stork.gentoo.org
1 ribosome 08/08/26 15:05:47
2
3 Modified: clustalx-1.83-r2.ebuild ChangeLog
4 Log:
5 Added missing libXpm dependency. Fixes bug #233046.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 sci-biology/clustalx/clustalx-1.83-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: clustalx-1.83-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- clustalx-1.83-r2.ebuild 27 Jun 2008 10:19:52 -0000 1.6
22 +++ clustalx-1.83-r2.ebuild 26 Aug 2008 15:05:46 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild,v 1.6 2008/06/27 10:19:52 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild,v 1.7 2008/08/26 15:05:46 ribosome Exp $
28
29 inherit toolchain-funcs eutils
30
31 @@ -15,7 +15,8 @@
32
33 DEPEND="sci-biology/clustalw
34 sci-biology/ncbi-tools
35 - x11-libs/openmotif"
36 + x11-libs/openmotif
37 + x11-libs/libXpm"
38
39 S="${WORKDIR}/${PN}${PV}.sun"
40
41 @@ -33,7 +34,7 @@
42
43 src_unpack() {
44 unpack ${A}
45 - cd ${S}
46 + cd "${S}"
47 cp makefile.linux makefile
48 sed -e "s/CC = cc/CC = $(tc-getCC)/" \
49 -e "s/CFLAGS = -c -O/CFLAGS = -c ${CFLAGS}/" \
50
51
52
53 1.14 sci-biology/clustalx/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?rev=1.14&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?rev=1.14&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?r1=1.13&r2=1.14
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v
62 retrieving revision 1.13
63 retrieving revision 1.14
64 diff -u -r1.13 -r1.14
65 --- ChangeLog 27 Jun 2008 10:19:52 -0000 1.13
66 +++ ChangeLog 26 Aug 2008 15:05:46 -0000 1.14
67 @@ -1,6 +1,10 @@
68 # ChangeLog for sci-biology/clustalx
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.13 2008/06/27 10:19:52 ulm Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.14 2008/08/26 15:05:46 ribosome Exp $
72 +
73 + 26 Aug 2008; Olivier Fisette <ribosome@g.o>
74 + clustalx-1.83-r2.ebuild:
75 + Added missing libXpm dependency. Fixes bug #233046.
76
77 27 Jun 2008; Ulrich Mueller <ulm@g.o> clustalx-1.83-r2.ebuild:
78 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.