summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/phylip/phylip-3.64.ebuild')
-rw-r--r--sci-biology/phylip/phylip-3.64.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-biology/phylip/phylip-3.64.ebuild b/sci-biology/phylip/phylip-3.64.ebuild
deleted file mode 100644
index 4d2fadfeb373..000000000000
--- a/sci-biology/phylip/phylip-3.64.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.64.ebuild,v 1.5 2006/01/21 15:59:51 gongloo Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="PHYLIP - The PHYLogeny Inference Package"
-HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html"
-SRC_URI="ftp://evolution.genetics.washington.edu/pub/${PN}/${P}.tar.gz"
-LICENSE="freedist"
-
-SLOT="0"
-KEYWORDS="ppc ~ppc-macos x86"
-IUSE=""
-
-DEPEND="virtual/libc
- virtual/x11"
-
-S=${WORKDIR}/${P}/src
-
-src_compile() {
- 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
-}
-
-src_install()
-{
- cd ${WORKDIR}/${P}
-
- dobin exe/*
-
- dohtml phylip.html
- insinto /usr/share/doc/${PF}/html/doc
- doins doc/*
-
- insinto /usr/share/${PN}/fonts
- doins fonts/*
-}