diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2009-11-13 17:12:58 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2009-11-13 17:12:58 +0000 |
commit | eeee6bd85cf15e916e61c5d6647023a1472ddc88 (patch) | |
tree | 67e2decb4976d11549c38e99181bcecf5cfc5b22 /sci-biology/paml | |
parent | Remove masked libkexif, orphaned library since showimg's removal (diff) | |
download | gentoo-2-eeee6bd85cf15e916e61c5d6647023a1472ddc88.tar.gz gentoo-2-eeee6bd85cf15e916e61c5d6647023a1472ddc88.tar.bz2 gentoo-2-eeee6bd85cf15e916e61c5d6647023a1472ddc88.zip |
Drop old versions
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/paml')
-rw-r--r-- | sci-biology/paml/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/paml/paml-4.2b.ebuild | 39 | ||||
-rw-r--r-- | sci-biology/paml/paml-4b.ebuild | 40 |
3 files changed, 5 insertions, 80 deletions
diff --git a/sci-biology/paml/ChangeLog b/sci-biology/paml/ChangeLog index dd135aa374e8..0186bf676153 100644 --- a/sci-biology/paml/ChangeLog +++ b/sci-biology/paml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/paml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.7 2009/11/13 15:36:55 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.8 2009/11/13 17:12:58 weaver Exp $ + + 13 Nov 2009; Andrey Kislyuk <weaver@gentoo.org> -paml-4.2b.ebuild, + -paml-4b.ebuild: + Drop old versions *paml-4.3a (13 Nov 2009) diff --git a/sci-biology/paml/paml-4.2b.ebuild b/sci-biology/paml/paml-4.2b.ebuild deleted file mode 100644 index 324c907c870b..000000000000 --- a/sci-biology/paml/paml-4.2b.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.2b.ebuild,v 1.1 2009/04/25 23:08:33 weaver Exp $ - -inherit toolchain-funcs - -MY_P="${PN}42" -DESCRIPTION="Phylogenetic Analysis by Maximum Likelihood" -HOMEPAGE="http://abacus.gene.ucl.ac.uk/software/paml.html" -SRC_URI="http://abacus.gene.ucl.ac.uk/software/${PN}${PV}.tar.gz" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - -src_compile() { - cd src - emake \ - -f Makefile.UNIX \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - || die "make failed" -} - -src_install() { - pushd "${S}"/src - dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2 - popd - dodoc README.txt doc/* - insinto /usr/share/${PN}/control - doins *.ctl || die "Failed to install control files" - insinto /usr/share/${PN}/dat - doins stewart* *.dat dat/* || die "Failed to install data files" - insinto /usr/share/${PN} - doins -r examples/ || die "Failed to install examples" -} diff --git a/sci-biology/paml/paml-4b.ebuild b/sci-biology/paml/paml-4b.ebuild deleted file mode 100644 index 58aab90bf711..000000000000 --- a/sci-biology/paml/paml-4b.ebuild +++ /dev/null @@ -1,40 +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/paml/paml-4b.ebuild,v 1.1 2008/04/20 11:11:20 markusle Exp $ - -inherit toolchain-funcs - -MY_PV="${PV:0:1}" -MY_P="${PN}${MY_PV}" -DESCRIPTION="Phylogenetic Analysis by Maximum Likelihood" -HOMEPAGE="http://abacus.gene.ucl.ac.uk/software/paml.html" -SRC_URI="http://abacus.gene.ucl.ac.uk/software/${PN}${PV}.tar.gz" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - -src_compile() { - cd src - emake \ - -f Makefile.UNIX \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - || die "make failed" -} - -src_install() { - pushd "${S}"/src - dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2 - popd - dodoc README.txt doc/* - insinto /usr/share/${PN}/control - doins *.ctl || die "Failed to install control files" - insinto /usr/share/${PN}/dat - doins stewart* *.dat dat/* || die "Failed to install data files" - insinto /usr/share/${PN} - doins -r examples/ || die "Failed to install examples" -} |