diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-01-02 23:00:56 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-01-02 23:00:56 +0000 |
commit | 24d48335ad4d79741a54a1ce02a03fff1e7e55c3 (patch) | |
tree | 06b4e208464c4ea4cc34ad280f1957ed2a3657f2 /sci-biology | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (diff) | |
download | historical-24d48335ad4d79741a54a1ce02a03fff1e7e55c3.tar.gz historical-24d48335ad4d79741a54a1ce02a03fff1e7e55c3.tar.bz2 historical-24d48335ad4d79741a54a1ce02a03fff1e7e55c3.zip |
Use toolchain-funcs rather gcc.
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/phylip/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/phylip/Manifest | 6 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.62.ebuild | 8 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.63.ebuild | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/sci-biology/phylip/ChangeLog b/sci-biology/phylip/ChangeLog index f29e55b70e13..b5e51cbdfe5f 100644 --- a/sci-biology/phylip/ChangeLog +++ b/sci-biology/phylip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/phylip -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.2 2004/12/24 02:32:43 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.3 2005/01/02 23:00:56 ribosome Exp $ + + 02 Jan 2005; Olivier Fisette <ribosome@gentoo.org> phylip-3.62.ebuild, + phylip-3.63.ebuild: + Use the toolchain-funcs rather than the gcc eclass. *phylip-3.63 (23 Dec 2004) diff --git a/sci-biology/phylip/Manifest b/sci-biology/phylip/Manifest index 765fafdafa85..c2f575eb7808 100644 --- a/sci-biology/phylip/Manifest +++ b/sci-biology/phylip/Manifest @@ -1,6 +1,6 @@ -MD5 36b01459bdde70cdbc6fb3f05ca0a5a6 phylip-3.63.ebuild 965 -MD5 0e8954fea52d99048e804a9302a7f324 phylip-3.62.ebuild 997 -MD5 4ca460dd31070e64dd188fb1893455dd ChangeLog 1795 +MD5 5aaead157988da161341bc76b2a8f06f phylip-3.63.ebuild 975 +MD5 26da5272bdd28eeb713092690f141ff4 phylip-3.62.ebuild 1007 +MD5 21a61adb8a0222de833b9a57b88c877d ChangeLog 1945 MD5 e8b4df3df76800c376905734d8043cfa metadata.xml 216 MD5 0481945687ffd40c06299b75ef705653 files/digest-phylip-3.62 64 MD5 407269b8d1524b0f8e71dece76bdd291 files/digest-phylip-3.63 64 diff --git a/sci-biology/phylip/phylip-3.62.ebuild b/sci-biology/phylip/phylip-3.62.ebuild index 0244f23ba9a0..355f6132faaa 100644 --- a/sci-biology/phylip/phylip-3.62.ebuild +++ b/sci-biology/phylip/phylip-3.62.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.62.ebuild,v 1.2 2005/01/02 15:03:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.62.ebuild,v 1.3 2005/01/02 23:00:56 ribosome Exp $ -inherit gcc +inherit toolchain-funcs DESCRIPTION="PHYLIP - The PHYLogeny Inference Package" HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" @@ -20,8 +20,8 @@ S=${WORKDIR}/${P}/src src_compile() { sed -i -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" Makefile - sed -i -e "s/CC = cc/CC = $(gcc-getCC)/" Makefile - sed -i -e "s/DC = cc/DC = $(gcc-getCC)/" Makefile + sed -i -e "s/CC = cc/CC = $(tc-getCC)/" Makefile + sed -i -e "s/DC = cc/DC = $(tc-getCC)/" Makefile mkdir ../fonts emake -j1 all put || die mv ../exe/font* ../fonts diff --git a/sci-biology/phylip/phylip-3.63.ebuild b/sci-biology/phylip/phylip-3.63.ebuild index b3f82a5020e8..faed94c539e1 100644 --- a/sci-biology/phylip/phylip-3.63.ebuild +++ b/sci-biology/phylip/phylip-3.63.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.63.ebuild,v 1.2 2005/01/02 15:03:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.63.ebuild,v 1.3 2005/01/02 23:00:56 ribosome Exp $ -inherit gcc +inherit toolchain-funcs DESCRIPTION="PHYLIP - The PHYLogeny Inference Package" HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" @@ -20,8 +20,8 @@ S=${WORKDIR}/${P}/src src_compile() { sed -i -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" Makefile - sed -i -e "s/CC = cc/CC = $(gcc-getCC)/" Makefile - sed -i -e "s/DC = cc/DC = $(gcc-getCC)/" Makefile + sed -i -e "s/CC = cc/CC = $(tc-getCC)/" Makefile + sed -i -e "s/DC = cc/DC = $(tc-getCC)/" Makefile mkdir ../fonts emake -j1 all put || die mv ../exe/font* ../fonts |