sci-biology/maqview: Modernise to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 20:47:59 +0000 (21:47 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 21:24:03 +0000 (22:24 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3856

sci-biology/maqview/maqview-0.2.5-r3.ebuild [moved from sci-biology/maqview/maqview-0.2.5-r2.ebuild with 78% similarity]

similarity index 78%
rename from sci-biology/maqview/maqview-0.2.5-r2.ebuild
rename to sci-biology/maqview/maqview-0.2.5-r3.ebuild
index e549497830bd9d916ecaac627696e3ec21d39cac..7b31f96bf2646768a1e6ea8315e7e351872543df 100644 (file)
@@ -1,12 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="GUI for sci-biology/maq, a short read mapping assembler"
 HOMEPAGE="http://maq.sourceforge.net/"
@@ -15,7 +13,7 @@ SRC_URI="mirror://sourceforge/maq/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="
        media-libs/freeglut
@@ -29,4 +27,9 @@ PATCHES=(
        "${FILESDIR}"/${PV}-ldflags.patch
        "${FILESDIR}"/${PV}-zlib.patch
        "${FILESDIR}"/${P}-gcc4.7.patch
-       )
+)
+
+src_prepare() {
+       default
+       eautoreconf
+}