diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-01-30 17:14:13 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-01-30 17:14:13 +0000 |
commit | 26d6d20ffdf8df9cd6a15a5666e633737aad048f (patch) | |
tree | 161557f8021c31a2fee92d511ede8ab5f5fd2ef3 /sci-biology/phylip | |
parent | Ebuild cleanup (diff) | |
download | gentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.tar.gz gentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.tar.bz2 gentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.zip |
Ebuild cleanup
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-biology/phylip')
-rw-r--r-- | sci-biology/phylip/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.63.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/phylip/ChangeLog b/sci-biology/phylip/ChangeLog index c433d9c27ae7..ce14ceabb09c 100644 --- a/sci-biology/phylip/ChangeLog +++ b/sci-biology/phylip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/phylip # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.5 2005/01/19 00:24:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.6 2005/01/30 17:10:12 ribosome Exp $ + + 30 Jan 2005; Olivier Fisette <ribosome@gentoo.org> phylip-3.63.ebuild: + Ebuild cleanup. 18 Jan 2005; Olivier Fisette <ribosome@gentoo.org> phylip-3.63.ebuild: Added to x86. diff --git a/sci-biology/phylip/phylip-3.63.ebuild b/sci-biology/phylip/phylip-3.63.ebuild index fb29c6b1150d..8ba3f433a7d8 100644 --- a/sci-biology/phylip/phylip-3.63.ebuild +++ b/sci-biology/phylip/phylip-3.63.ebuild @@ -1,6 +1,6 @@ # 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.4 2005/01/19 00:24:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.63.ebuild,v 1.5 2005/01/30 17:10:12 ribosome Exp $ inherit toolchain-funcs @@ -19,9 +19,10 @@ DEPEND="virtual/libc S=${WORKDIR}/${P}/src src_compile() { - sed -i -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" Makefile - sed -i -e "s/CC = cc/CC = $(tc-getCC)/" Makefile - sed -i -e "s/DC = cc/DC = $(tc-getCC)/" Makefile + sed -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" \ + -e "s/CC = cc/CC = $(tc-getCC)/" \ + -e "s/DC = cc/DC = $(tc-getCC)/" \ + -i Makefile || die mkdir ../fonts emake -j1 all put || die mv ../exe/font* ../fonts |