summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-10 22:35:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-10 22:40:51 +0200
commit784def5e0a41b839fdd743dead6f22571882d49c (patch)
treefcd3509efdd514e85a7e1d253ca1aaa96868467a
parent2696b3b394fcdae1367f2c18223b0179d140fd96 (diff)
downloadgentoo-784def5e0a41b839fdd743dead6f22571882d49c.tar.gz
gentoo-784def5e0a41b839fdd743dead6f22571882d49c.tar.xz
sci-biology/unafold: Remove old, bug 605728
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-biology/unafold/unafold-3.8.ebuild31
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 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
-}