summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-08-07 18:54:54 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-08-07 18:54:54 +0000
commit949816e2b3acb86b470082eef4c1cb6d02bde17b (patch)
treef03919b09dea1fbde636c230f42b7ce85d36e1fb /app-sci/phylip
parentFixed header files needing to be installed. Was breaking libdvb. (diff)
downloadhistorical-949816e2b3acb86b470082eef4c1cb6d02bde17b.tar.gz
historical-949816e2b3acb86b470082eef4c1cb6d02bde17b.tar.bz2
historical-949816e2b3acb86b470082eef4c1cb6d02bde17b.zip
Version bump.
Diffstat (limited to 'app-sci/phylip')
-rw-r--r--app-sci/phylip/ChangeLog7
-rw-r--r--app-sci/phylip/Manifest4
-rw-r--r--app-sci/phylip/files/digest-phylip-3.611
-rw-r--r--app-sci/phylip/phylip-3.61.ebuild38
4 files changed, 48 insertions, 2 deletions
diff --git a/app-sci/phylip/ChangeLog b/app-sci/phylip/ChangeLog
index 16d40a3a7d5a..f4c736f96b7a 100644
--- a/app-sci/phylip/ChangeLog
+++ b/app-sci/phylip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/phylip
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/phylip/ChangeLog,v 1.5 2004/07/23 16:03:01 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/phylip/ChangeLog,v 1.6 2004/08/07 18:54:54 ribosome Exp $
+
+*phylip-3.61.ebuild (7 Aug 2004)
+
+ 7 Aug 2004; Olivier Fisette <ribosome@gentoo.org> phylip-3.61.ebuild:
+ Version bump. The program icons are no longer part of the distribution.
23 Jul 2004; Jon Hood <squinky86@gentoo.org> phylip-3.6.ebuild:
Change virtual/glibc -> virtual/libc.
diff --git a/app-sci/phylip/Manifest b/app-sci/phylip/Manifest
index f8deb5a63bec..19a28ca9cd3d 100644
--- a/app-sci/phylip/Manifest
+++ b/app-sci/phylip/Manifest
@@ -1,6 +1,8 @@
+MD5 ae0f224dc66cd8c2f1ff1a5e37f3de0b phylip-3.61.ebuild 827
MD5 6be0a97d7c6c48a80ccacb41680065df phylip-3.5.ebuild 1456
MD5 4d8f84b42744a11547c845cfa8493b72 phylip-3.6.ebuild 844
-MD5 fb9046c124209d742dc36fc38940563c ChangeLog 802
+MD5 ce71ede2777f6e196c27980a53a7ddae ChangeLog 982
MD5 e8b4df3df76800c376905734d8043cfa metadata.xml 216
+MD5 77bbf087b7d892c8912f13ae85e74f32 files/digest-phylip-3.61 63
MD5 cfa8a22ac65037bfe8dfefda7c4171f5 files/digest-phylip-3.5 57
MD5 bb199081099f331eaaf2e491736e754e files/digest-phylip-3.6 62
diff --git a/app-sci/phylip/files/digest-phylip-3.61 b/app-sci/phylip/files/digest-phylip-3.61
new file mode 100644
index 000000000000..81ba8f3c3a6e
--- /dev/null
+++ b/app-sci/phylip/files/digest-phylip-3.61
@@ -0,0 +1 @@
+MD5 4c5206c0dbb5b5f9a035adddda7c46b2 phylip-3.61.tar.gz 835969
diff --git a/app-sci/phylip/phylip-3.61.ebuild b/app-sci/phylip/phylip-3.61.ebuild
new file mode 100644
index 000000000000..5bd99f8f414f
--- /dev/null
+++ b/app-sci/phylip/phylip-3.61.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/phylip/phylip-3.61.ebuild,v 1.1 2004/08/07 18:54:54 ribosome Exp $
+
+DESCRIPTION="PHYLIP - The PHYLogeny Inference Package"
+HOMEPAGE="http://evolution.genetics.washington.edu/${PN}.html"
+SRC_URI="ftp://evolution.genetics.washington.edu/pub/${PN}/${P}.tar.gz"
+LICENSE="freedist"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="virtual/libc
+ virtual/x11"
+
+S=${WORKDIR}/${P}/src
+
+src_compile() {
+ mkdir ../fonts
+ emake -j1 -e all put || die
+ mv ../exe/font* ../fonts
+ mv ../doc/phylip.html ../phylip.html
+}
+
+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/*
+}