aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/khmer/khmer-9999.ebuild')
-rw-r--r--sci-biology/khmer/khmer-9999.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sci-biology/khmer/khmer-9999.ebuild b/sci-biology/khmer/khmer-9999.ebuild
deleted file mode 100644
index 7855665e1..000000000
--- a/sci-biology/khmer/khmer-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="In-memory K-mer counting in DNA/RNA/protein sequences"
-HOMEPAGE="https://github.com/ged-lab/khmer"
-#SRC_URI=""
-EGIT_REPO_URI="https://github.com/ged-lab/khmer"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="sci-biology/screed"
-
-#python_prepare_all(){
-# rm -rf lib/{bzip2,zlib} || die
-#
-# sed \
-# -e 's:zlib/zlib.h:zlib.h:g' \
-# -e 's:bzip2/bzlib.h:bzlib.h:g' \
-# -i lib/read_parsers.hh lib/counting.cc || die
-#
-# sed \
-# -e "/extra_objects/d" \
-# -e "s:'nose >= 1.0', ::g" \
-# -e "s:'sphinx',::g" \
-# -e '/libraries/s:, ]:, "z", "bz2", ]:g' \
-# -e "s:'-O3',::g" \
-# -i setup.py || die
-#
-# distutils-r1_python_prepare_all
-#}
-
-# setup.py --libraries z,bz2 || die