diff options
-rw-r--r-- | sci-biology/phylip/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.65-r1.ebuild | 47 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.66.ebuild | 47 |
3 files changed, 5 insertions, 95 deletions
diff --git a/sci-biology/phylip/ChangeLog b/sci-biology/phylip/ChangeLog index cac40d899206..ad2513e607b1 100644 --- a/sci-biology/phylip/ChangeLog +++ b/sci-biology/phylip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/phylip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.35 2009/09/01 19:19:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.36 2009/09/01 19:20:56 ribosome Exp $ + + 01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> -phylip-3.65-r1.ebuild, + -phylip-3.66.ebuild: + Pruned old versions. 01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> phylip-3.68.ebuild: Stabilised on amd64 and x86. diff --git a/sci-biology/phylip/phylip-3.65-r1.ebuild b/sci-biology/phylip/phylip-3.65-r1.ebuild deleted file mode 100644 index 8e6f8d147f41..000000000000 --- a/sci-biology/phylip/phylip-3.65-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.8 2008/06/29 08:24:01 tove Exp $ - -inherit toolchain-funcs - -DESCRIPTION="PHYLIP - The PHYLogeny Inference Package" -LICENSE="freedist" -HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" -SRC_URI="ftp://evolution.genetics.washington.edu/pub/${PN}/${P}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="ppc x86" - -RDEPEND="x11-libs/libXaw" - -DEPEND="${RDEPEND} - x11-proto/xproto" - -S="${WORKDIR}/${PN}${PV}/src" - -src_compile() { - sed -e "s/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = ${CFLAGS}/" \ - -e "s/CC = cc/CC = $(tc-getCC)/" \ - -e "s/DC = cc/DC = $(tc-getCC)/" \ - -i Makefile || die "Patching Makefile failed." - mkdir ../fonts - emake -j1 all put || die "Compilation failed." - mv ../exe/font* ../fonts || die "Font move failed." - mv ../exe/factor ../exe/factor-${PN} || die "Renaming factor failed." -} - -src_install() { - cd "${WORKDIR}/${PN}${PV}" - - dobin exe/* || die "Failed to install programs." - - dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes." - - dohtml phylip.html || die "Failed to install HTML documentation index." - insinto /usr/share/doc/${PF}/html/doc - doins doc/* || die "Failed to install HTML documentation." - - insinto /usr/share/${PN}/fonts - doins fonts/* || die "Fonts installation failed." -} diff --git a/sci-biology/phylip/phylip-3.66.ebuild b/sci-biology/phylip/phylip-3.66.ebuild deleted file mode 100644 index 36ffe9d6eebd..000000000000 --- a/sci-biology/phylip/phylip-3.66.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild,v 1.5 2008/06/29 08:24:01 tove Exp $ - -inherit toolchain-funcs - -DESCRIPTION="PHYLIP - The PHYLogeny Inference Package" -LICENSE="freedist" -HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" -SRC_URI="ftp://evolution.genetics.washington.edu/pub/${PN}/${P}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="~ppc ~x86 ~amd64" - -RDEPEND="x11-libs/libXaw" - -DEPEND="${RDEPEND} - x11-proto/xproto" - -S="${WORKDIR}/${PN}${PV}/src" - -src_compile() { - sed -e "s/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = ${CFLAGS}/" \ - -e "s/CC = cc/CC = $(tc-getCC)/" \ - -e "s/DC = cc/DC = $(tc-getCC)/" \ - -i Makefile || die "Patching Makefile failed." - mkdir ../fonts - emake -j1 all put || die "Compilation failed." - mv ../exe/font* ../fonts || die "Font move failed." - mv ../exe/factor ../exe/factor-${PN} || die "Renaming factor failed." -} - -src_install() { - cd "${WORKDIR}/${PN}${PV}" - - dobin exe/* || die "Failed to install programs." - - dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes." - - dohtml phylip.html || die "Failed to install HTML documentation index." - insinto /usr/share/doc/${PF}/html/doc - doins doc/* || die "Failed to install HTML documentation." - - insinto /usr/share/${PN}/fonts - doins fonts/* || die "Fonts installation failed." -} |