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
commit10800fb4cf03b7e606f17bff656d2d0c8f511c7e (patch)
tree8c3a12cc13b8b8b8bd0317bc9d522e2cfd92a8b3 /app-sci/phylip
parentFixed header files needing to be installed. Was breaking libdvb. (Manifest r... (diff)
downloadgentoo-2-10800fb4cf03b7e606f17bff656d2d0c8f511c7e.tar.gz
gentoo-2-10800fb4cf03b7e606f17bff656d2d0c8f511c7e.tar.bz2
gentoo-2-10800fb4cf03b7e606f17bff656d2d0c8f511c7e.zip
Version bump.
Diffstat (limited to 'app-sci/phylip')
-rw-r--r--app-sci/phylip/ChangeLog7
-rw-r--r--app-sci/phylip/Manifest6
-rw-r--r--app-sci/phylip/files/digest-phylip-3.611
-rw-r--r--app-sci/phylip/phylip-3.61.ebuild38
4 files changed, 50 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..733e6908aa1a 100644
--- a/app-sci/phylip/Manifest
+++ b/app-sci/phylip/Manifest
@@ -1,6 +1,10 @@
+MD5 7e243df5827af1e39f1b2b0b66978762 phylip-3.61.ebuild 730
MD5 6be0a97d7c6c48a80ccacb41680065df phylip-3.5.ebuild 1456
+MD5 98f7fab1b9e26b6cf5374f7627eb762f .#ChangeLog.1.4 872
+MD5 1790c5f4546ba04ae1d2a627852f7a01 .#Manifest.1.10 477
MD5 4d8f84b42744a11547c845cfa8493b72 phylip-3.6.ebuild 844
-MD5 fb9046c124209d742dc36fc38940563c ChangeLog 802
+MD5 8567464bfcf5d9d386b60e69cab93e0f ChangeLog 983
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/*
+}