commit:     51d123886275dc5e4a3b91fbac47600d4da7f196
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 20:48:02 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 21:26:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d12388

sci-biology/maq: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3856

 sci-biology/maq/maq-0.7.1-r1.ebuild | 40 -------------------------------------
 sci-biology/maq/maq-0.7.1.ebuild    | 24 ----------------------
 2 files changed, 64 deletions(-)

diff --git a/sci-biology/maq/maq-0.7.1-r1.ebuild 
b/sci-biology/maq/maq-0.7.1-r1.ebuild
deleted file mode 100644
index 1fd699b..00000000
--- a/sci-biology/maq/maq-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}

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 1f8df1f..00000000
--- 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
-}

Reply via email to