commit: 784def5e0a41b839fdd743dead6f22571882d49c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Apr 10 20:35:41 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Apr 10 20:40:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784def5e
sci-biology/unafold: Remove old, bug 605728 Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-biology/unafold/unafold-3.8.ebuild | 31 ------------------------------- 1 file changed, 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 b4e42663200..00000000000 --- 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 -}
