summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-11-17 14:17:51 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-11-17 14:17:51 +0000
commit8180a1ecf5d3101a5a1f162b0b6af013fbf69d56 (patch)
treeb9237a1d5778cbcdc0d1e4d45672d901c8dfd133 /app-sci/clustalx
parentnew version 0.6.6. :-) (diff)
downloadhistorical-8180a1ecf5d3101a5a1f162b0b6af013fbf69d56.tar.gz
historical-8180a1ecf5d3101a5a1f162b0b6af013fbf69d56.tar.bz2
historical-8180a1ecf5d3101a5a1f162b0b6af013fbf69d56.zip
Added to x86. Use toolchain-funcs eclass.
Diffstat (limited to 'app-sci/clustalx')
-rw-r--r--app-sci/clustalx/ChangeLog5
-rw-r--r--app-sci/clustalx/Manifest4
-rw-r--r--app-sci/clustalx/clustalx-1.83.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/app-sci/clustalx/ChangeLog b/app-sci/clustalx/ChangeLog
index c3f5e86abe66..8e93e4dc7118 100644
--- a/app-sci/clustalx/ChangeLog
+++ b/app-sci/clustalx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/clustalx
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalx/ChangeLog,v 1.2 2004/10/14 14:35:24 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalx/ChangeLog,v 1.3 2004/11/17 14:17:51 ribosome Exp $
+
+ 17 Nov 2004; Olivier Fisette <ribosome@gentoo.org> clustalx-1.83.ebuild:
+ Added to x86. Use toolchain-funcs rather than the gcc eclass.
14 Oct 2004; Olivier Fisette <ribosome@gentoo.org> clustalx-1.83.ebuild:
Use gcc.eclass rather than ${CC}.
diff --git a/app-sci/clustalx/Manifest b/app-sci/clustalx/Manifest
index d351a7fb027b..7eeffbd3f06c 100644
--- a/app-sci/clustalx/Manifest
+++ b/app-sci/clustalx/Manifest
@@ -1,4 +1,4 @@
-MD5 122bc0c7f8b716cf97ccfb166bb1cd57 ChangeLog 461
+MD5 71d3e7ce619266b8f067c73d935aa55d ChangeLog 601
MD5 272b5b012593acd07a7a60b8b64e6761 metadata.xml 509
-MD5 83e86e971c61721def805ab13e59e6ff clustalx-1.83.ebuild 1332
+MD5 94ffc3b8d7f732d56ad9dc76d8182bfd clustalx-1.83.ebuild 1342
MD5 800c4da737d4fb9af3d8ffb7f6f44892 files/digest-clustalx-1.83 68
diff --git a/app-sci/clustalx/clustalx-1.83.ebuild b/app-sci/clustalx/clustalx-1.83.ebuild
index 75f1fec30f3f..978fbef976f4 100644
--- a/app-sci/clustalx/clustalx-1.83.ebuild
+++ b/app-sci/clustalx/clustalx-1.83.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalx/clustalx-1.83.ebuild,v 1.2 2004/10/14 14:35:24 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalx/clustalx-1.83.ebuild,v 1.3 2004/11/17 14:17:51 ribosome Exp $
-inherit gcc
+inherit toolchain-funcs
DESCRIPTION="Graphical interface for the ClustalW multiple alignment program"
HOMEPAGE="http://www-igbmc.u-strasbg.fr/BioInfo/ClustalX/"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp-igbmc.u-strasbg.fr/pub/ClustalX/clustalx1.83.sun.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="app-sci/ncbi-tools
@@ -23,7 +23,7 @@ src_unpack() {
unpack ${A}
cd ${S}
cp makefile.linux makefile
- sed -i -e "s/CC = cc/CC = $(gcc-getCC)/" makefile
+ sed -i -e "s/CC = cc/CC = $(tc-getCC)/" makefile
sed -i -e "s/CFLAGS = -c -O/CFLAGS = -c ${CFLAGS}/" makefile
sed -i -e "s/LFLAGS = -O -lm/LFLAGS = -lm ${CFLAGS}/" makefile
sed -i -e "s%-I/usr/bio/src/ncbi/include%-I/usr/include/ncbi%" makefile