Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/clustalx: clustalx-2.0.9.ebuild ChangeLog
Date: Tue, 09 Sep 2008 13:31:34
Message-Id: E1Kd3Jb-0000kC-W1@stork.gentoo.org
1 markusle 08/09/09 13:31:31
2
3 Modified: clustalx-2.0.9.ebuild ChangeLog
4 Log:
5 Added patch to fix gcc-4.3 header issue (bug #237077). Relaxed dependency on full qt:4 to qt-gui:4 only which should be sufficient. Finally, keyworded the 2.0.9 ebuild amd64 since it works fine.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.2 sci-biology/clustalx/clustalx-2.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-2.0.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-2.0.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/clustalx-2.0.9.ebuild?r1=1.1&r2=1.2
14
15 Index: clustalx-2.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-2.0.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- clustalx-2.0.9.ebuild 28 Aug 2008 21:18:33 -0000 1.1
22 +++ clustalx-2.0.9.ebuild 9 Sep 2008 13:31:31 -0000 1.2
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-2.0.9.ebuild,v 1.1 2008/08/28 21:18:33 ribosome Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-2.0.9.ebuild,v 1.2 2008/09/09 13:31:31 markusle Exp $
28
29 EAPI=1
30
31 @@ -12,16 +12,17 @@
32
33 LICENSE="clustalw"
34 SLOT="0"
35 -KEYWORDS="~x86"
36 +KEYWORDS="~x86 ~amd64"
37 IUSE=""
38
39 -DEPEND="x11-libs/qt:4"
40 +DEPEND="x11-libs/qt-gui:4"
41
42 RDEPEND="sci-biology/clustalw:2"
43
44 src_unpack() {
45 unpack ${A}
46 cd "${S}"
47 + epatch "${FILESDIR}"/${P}-gcc4.3.patch
48 sed -e "s|colprot.xml|/usr/share/${PN}/colprot.xml|" \
49 -e "s|coldna.xml|/usr/share/${PN}/coldna.xml|" \
50 -e "s|colprint.xml|/usr/share/${PN}/colprint.xml|" \
51
52
53
54 1.17 sci-biology/clustalx/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?rev=1.17&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?rev=1.17&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/clustalx/ChangeLog?r1=1.16&r2=1.17
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v
63 retrieving revision 1.16
64 retrieving revision 1.17
65 diff -u -r1.16 -r1.17
66 --- ChangeLog 28 Aug 2008 21:18:33 -0000 1.16
67 +++ ChangeLog 9 Sep 2008 13:31:31 -0000 1.17
68 @@ -1,6 +1,13 @@
69 # ChangeLog for sci-biology/clustalx
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.16 2008/08/28 21:18:33 ribosome Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.17 2008/09/09 13:31:31 markusle Exp $
73 +
74 + 09 Sep 2008; Markus Dittrich <markusle@g.o>
75 + +files/clustalx-2.0.9-gcc4.3.patch, clustalx-2.0.9.ebuild:
76 + Added patch to fix gcc-4.3 header issue (bug #237077). Relaxed
77 + dependency on full qt:4 to qt-gui:4 only which should be
78 + sufficient. Finally, keyworded the 2.0.9 ebuild amd64 since it
79 + works fine.
80
81 *clustalx-2.0.9 (28 Aug 2008)