aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-03-28 21:13:47 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-03-28 21:13:47 +0100
commit2ca96f9db90098568873343a1d1a547bac4eab9a (patch)
tree5b2dbf48706ce97702eea540ce2f8da8f04f6f03
parentsci-biology/YASRA: version bump to a version without compile errors when gcc-... (diff)
downloadsci-2ca96f9db90098568873343a1d1a547bac4eab9a.tar.gz
sci-2ca96f9db90098568873343a1d1a547bac4eab9a.tar.bz2
sci-2ca96f9db90098568873343a1d1a547bac4eab9a.zip
sci-biology/khmer: upstream dropped the bundled zlib/bzip2 use if it is available system-wide, upstream https://github.com/ged-lab/khmer/pull/346
Package-Manager: portage-2.2.7
-rw-r--r--sci-biology/khmer/ChangeLog4
-rw-r--r--sci-biology/khmer/khmer-9999.ebuild36
2 files changed, 22 insertions, 18 deletions
diff --git a/sci-biology/khmer/ChangeLog b/sci-biology/khmer/ChangeLog
index 04e1cbd10..47af4ab5f 100644
--- a/sci-biology/khmer/ChangeLog
+++ b/sci-biology/khmer/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> khmer-9999.ebuild:
+ sci-biology/khmer: upstream dropped the bundled zlib/bzip2 use if it is
+ available system-wide, upstream https://github.com/ged-lab/khmer/pull/346
+
24 Mar 2014; Justin Lecher <jlec@gentoo.org> khmer-0.8.ebuild,
khmer-9999.ebuild:
Also drop sphinx as build requirement
diff --git a/sci-biology/khmer/khmer-9999.ebuild b/sci-biology/khmer/khmer-9999.ebuild
index 0bd7a8d92..f6c659454 100644
--- a/sci-biology/khmer/khmer-9999.ebuild
+++ b/sci-biology/khmer/khmer-9999.ebuild
@@ -21,21 +21,21 @@ 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
-}
+#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
+#}