+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-flags.patch \
- "${FILESDIR}"/${P}-bfr-overfl.patch \
- "${FILESDIR}"/${P}-gcc-4.7.patch
- sed \
- -e '/ext_CFLAGS/s:-m64::g' \
- -i configure* || die
- eautoreconf
-}
-
-src_install() {
- default
- insinto /usr/share/maq
- doins "${WORKDIR}"/*.dat
- doman maq.1
- dodoc ${PN}.pdf
-}
+++ /dev/null
-# 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
-}