diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-10 22:35:41 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-10 22:40:51 +0200 |
commit | 784def5e0a41b839fdd743dead6f22571882d49c (patch) | |
tree | fcd3509efdd514e85a7e1d253ca1aaa96868467a /sci-biology/unafold | |
parent | dev-util/tmake: EAPI bump (diff) | |
download | gentoo-784def5e0a41b839fdd743dead6f22571882d49c.tar.gz gentoo-784def5e0a41b839fdd743dead6f22571882d49c.tar.bz2 gentoo-784def5e0a41b839fdd743dead6f22571882d49c.zip |
sci-biology/unafold: Remove old, bug 605728
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-biology/unafold')
-rw-r--r-- | sci-biology/unafold/unafold-3.8.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-biology/unafold/unafold-3.8.ebuild b/sci-biology/unafold/unafold-3.8.ebuild deleted file mode 100644 index b4e426632002..000000000000 --- a/sci-biology/unafold/unafold-3.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit flag-o-matic - -DESCRIPTION="Unified Nucleic Acid Folding and hybridization package" -HOMEPAGE="http://mfold.rna.albany.edu/" -SRC_URI="http://dinamelt.bioinfo.rpi.edu/download/${P}.tar.bz2" - -LICENSE="unafold" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - # recommended in README - append-flags -O3 - - sed \ - -e 's:hybrid (UNAFold) 3.7:hybrid (UNAFold) 3.8:g' \ - -i tests/hybrid.tml || die -} - -src_install() { - einstall || die -} |