summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/maq/maq-0.7.1.ebuild')
-rw-r--r--sci-biology/maq/maq-0.7.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-biology/maq/maq-0.7.1.ebuild b/sci-biology/maq/maq-0.7.1.ebuild
deleted file mode 100644
index 1f8df1f795ac..000000000000
--- a/sci-biology/maq/maq-0.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes"
-HOMEPAGE="http://maq.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
- mirror://sourceforge/${PN}/calib-36.dat.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
- insinto /usr/share/maq
- doins "${WORKDIR}"/*.dat || die
- doman maq.1
- dodoc AUTHORS ChangeLog NEWS maq.pdf
-}