aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-07-01 11:24:29 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-07-01 11:24:29 +0200
commit423fa9e9e83b14b89c31adcae3107b04f15709b9 (patch)
tree0148cb52d60bfff8cece2db9a12219d85b145bd0 /sci-biology/assembly-stats
parentsci-biology/assembly-stats: chnage quotes (diff)
downloadsci-423fa9e9e83b14b89c31adcae3107b04f15709b9.tar.gz
sci-423fa9e9e83b14b89c31adcae3107b04f15709b9.tar.bz2
sci-423fa9e9e83b14b89c31adcae3107b04f15709b9.zip
sci-biology/assembly-stats: switch back to EAPI=5
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology/assembly-stats')
-rw-r--r--sci-biology/assembly-stats/assembly-stats-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-biology/assembly-stats/assembly-stats-9999.ebuild b/sci-biology/assembly-stats/assembly-stats-9999.ebuild
index dffa59dff..7c1024cf3 100644
--- a/sci-biology/assembly-stats/assembly-stats-9999.ebuild
+++ b/sci-biology/assembly-stats/assembly-stats-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=6
+EAPI=5
inherit git-r3 cmake-utils
@@ -20,12 +20,10 @@ RDEPEND="${DEPEND}"
# TODO: should not even try to compile bundled gtest
src_prepare(){
- eapply_user
sed -e "s#/usr/local/bin#${EPREFIX}/usr/bin#" -i CMakeLists.txt || die
}
src_install(){
- default
- mv "${D}"/usr/bin/assembly-stats "${D}"/"${EPREFIX}"/usr/bin/ || die
- rmdir "${D}"/usr/bin || die
+ dobin ../assembly-stats-9999_build/assembly-stats
+ dodoc README.md
}