diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-biology/phylip | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-biology/phylip')
-rw-r--r-- | sci-biology/phylip/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/phylip/files/README.Gentoo | 15 | ||||
-rw-r--r-- | sci-biology/phylip/metadata.xml | 5 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.69-r1.ebuild | 52 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.696.ebuild | 54 |
5 files changed, 128 insertions, 0 deletions
diff --git a/sci-biology/phylip/Manifest b/sci-biology/phylip/Manifest new file mode 100644 index 000000000000..5971f2782bbb --- /dev/null +++ b/sci-biology/phylip/Manifest @@ -0,0 +1,2 @@ +DIST phylip-3.69.tar.gz 1511935 SHA256 27947ce8dab4416e4823db38b3d1b0bf17bc545b6907cf09dcf6177df94c1a8f SHA512 e36d12bfe597896b4298c1d0e3b0b7bd783573dc03e861b9472d8284391b2339cb3fb58eb6580298724bbd516127b68925815455514f939da9272fcfed7e229d WHIRLPOOL 25c45ac2a96278eaef9a62aecc367aa32a894df0cd5aff9b626abd013ecbe52f9d4bdaf7805ba5c5d8699f9a74d3d26cfe6e1c1b22960c03061171625d16415f +DIST phylip-3.696.tar.gz 3955721 SHA256 cd0a452ca51922142ad06d585e2ef98565536a227cbd2bd47a2243af72c84a06 SHA512 711a9a34be72b0f63c746733cd1384f091b7cc597dbd9a40c130e074efbf0a0ecc30e5a6b3452bb73dc69cddbdae2fc07d1c0a68f0be207471eab73ab876c6be WHIRLPOOL 7d4d4bd703ecd84b7570c937484c15f52643221ca178fb494f81b18991149fc2f8d1c8c5b99b57e20ada0bef7e93dcb15c55410f8f1012b1656419fab19b3cab diff --git a/sci-biology/phylip/files/README.Gentoo b/sci-biology/phylip/files/README.Gentoo new file mode 100644 index 000000000000..3b2062003996 --- /dev/null +++ b/sci-biology/phylip/files/README.Gentoo @@ -0,0 +1,15 @@ +Using the PHYlogeny Inference Package on Gentoo systems + +Location of the factor program + +On Gentoo systems, the PHYLIP program "factor" is named "factor-phylip", in +order to avoid a file collision with the program of the same name provided by +the "sys-apps/coreutils" package. + +Location of the font files + +PHYLIP programs will find font files only if they are in a directory +referenced by the "PATH" variable or if they are in the current working +directory. When working with PHYLIP programs that need these files, either +copy or symlink the fonts you need to your working directory, or add +"/usr/share/phylip/fonts/" to your "PATH" variable. diff --git a/sci-biology/phylip/metadata.xml b/sci-biology/phylip/metadata.xml new file mode 100644 index 000000000000..f17a827e3101 --- /dev/null +++ b/sci-biology/phylip/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> +</pkgmetadata> diff --git a/sci-biology/phylip/phylip-3.69-r1.ebuild b/sci-biology/phylip/phylip-3.69-r1.ebuild new file mode 100644 index 000000000000..ecc44200ac57 --- /dev/null +++ b/sci-biology/phylip/phylip-3.69-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION=" The PHYLogeny Inference Package" +HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" +SRC_URI="http://evolution.gs.washington.edu/${PN}/download/${P}.tar.gz" + +SLOT="0" +LICENSE="freedist" +IUSE="" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-proto/xproto" + +S="${WORKDIR}/${P}/src" + +src_prepare() { + sed \ + -e "s/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = ${CFLAGS}/" \ + -e "s/CC = cc/CC = $(tc-getCC)/" \ + -e "s/DC = cc/DC = $(tc-getCC)/" \ + -e "/ -o /s:\(\$(CC)\):\1 ${LDFLAGS}:g" \ + -i Makefile || die "Patching Makefile failed." + mkdir ../fonts || die +} + +src_compile() { + emake -j1 all put +} + +src_install() { + cd "${WORKDIR}/${P}" || die + + mv exe/font* fonts || die "Font move failed." + mv exe/factor exe/factor-${PN} || die "Renaming factor failed." + + dobin exe/* + + dodoc "${FILESDIR}"/README.Gentoo + + dohtml -r phylip.html doc + + insinto /usr/share/${PN}/ + doins -r fonts +} diff --git a/sci-biology/phylip/phylip-3.696.ebuild b/sci-biology/phylip/phylip-3.696.ebuild new file mode 100644 index 000000000000..d5960bb62bb7 --- /dev/null +++ b/sci-biology/phylip/phylip-3.696.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION=" The PHYLogeny Inference Package" +HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" +SRC_URI="http://evolution.gs.washington.edu/${PN}/download/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD-2" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-proto/xproto" + +S="${WORKDIR}/${P}/src" + +src_prepare() { + mv Makefile.unx Makefile || die + sed \ + -e "/ -o /s:\(\$(CC)\):\1 ${LDFLAGS}:g" \ + -i Makefile || die "Patching Makefile failed." + mkdir ../fonts || die +} + +src_compile() { + emake -j1 \ + CC="$(tc-getCC)" \ + DC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} -Wno-unused-result" \ + all put +} + +src_install() { + cd "${WORKDIR}/${P}" || die + + mv exe/font* fonts || die "Font move failed." + mv exe/factor exe/factor-${PN} || die "Renaming factor failed." + + dobin exe/* + + dodoc "${FILESDIR}"/README.Gentoo + + dohtml -r phylip.html doc + + insinto /usr/share/${PN}/ + doins -r fonts +} |