From 7b7aeb05a33ccb33f3a709548f621538a051e43c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 18 Feb 2015 14:39:53 +0100 Subject: sci-biology/ngsview: fix SLOT operators Package-Manager: portage-2.2.17 --- sci-biology/ngsview/ngsview-0.91.ebuild | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'sci-biology/ngsview/ngsview-0.91.ebuild') diff --git a/sci-biology/ngsview/ngsview-0.91.ebuild b/sci-biology/ngsview/ngsview-0.91.ebuild index 8e827b1cc..db0fde62f 100644 --- a/sci-biology/ngsview/ngsview-0.91.ebuild +++ b/sci-biology/ngsview/ngsview-0.91.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 +inherit qt4-r2 + DESCRIPTION="Display, edit next-gen sequence alignment (BED, BLAST, Eland, mapview processed MAQ, Corona formats)" HOMEPAGE="http://sourceforge.net/projects/ngsview" -SRC_URI="http://sourceforge.net/projects/ngsview/files/ngsview/ngsview-0.91.tar.gz" +SRC_URI="mirror://sourceforge/projects/${PN}/files/${PN}/${P}.tar.gz" # http://ngsview.sourceforge.net/manual.html @@ -15,13 +17,18 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="media-gfx/graphviz - >=sys-libs/db-4.3 - >=dev-qt/qtcore-4" +DEPEND=" + media-gfx/graphviz + sys-libs/db:* + dev-qt/qtcore:4" RDEPEND="${DEPEND}" -src_compile(){ +src_configure(){ + cd src/trapper || die "Cannot cd to src/trapper" + eqmake4 +} + +src_compile() { cd src/trapper || die "Cannot cd to src/trapper" - qmake || die - make || die + default } -- cgit v1.2.3-18-g5258