diff options
Diffstat (limited to 'sci-biology/epga/epga-9999.ebuild')
-rw-r--r-- | sci-biology/epga/epga-9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sci-biology/epga/epga-9999.ebuild b/sci-biology/epga/epga-9999.ebuild deleted file mode 100644 index 63a50e614..000000000 --- a/sci-biology/epga/epga-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -[ "$PV" == "9999" ] && inherit git-2 - -inherit toolchain-funcs - -DESCRIPTION="De novo assembler using distribution of reads and insert size" -HOMEPAGE="https://github.com/bioinfomaticsCSU/EPGA" -if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="https://github.com/bioinfomaticsCSU/EPGA.git" - KEYWORDS="" -else - SRC_URI="" - KEYWORDS="" -fi - -LICENSE="" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile(){ - $(tc-getCXX) ${CFLAGS} main.cpp -o epga -lpthread -} - -src_install(){ - dobin epga - dodoc README.md -} |