public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ngsview/
Date: Wed, 18 Feb 2015 16:41:24 +0000 (UTC)	[thread overview]
Message-ID: <1424266793.7b7aeb05a33ccb33f3a709548f621538a051e43c.jlec@gentoo> (raw)

commit:     7b7aeb05a33ccb33f3a709548f621538a051e43c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 13:39:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 13:39:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7b7aeb05

sci-biology/ngsview: fix SLOT operators

Package-Manager: portage-2.2.17

---
 sci-biology/ngsview/ChangeLog           |  5 ++++-
 sci-biology/ngsview/ngsview-0.91.ebuild | 23 +++++++++++++++--------
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/sci-biology/ngsview/ChangeLog b/sci-biology/ngsview/ChangeLog
index 9743fd9..231f7fe 100644
--- a/sci-biology/ngsview/ChangeLog
+++ b/sci-biology/ngsview/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-biology/ngsview
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Feb 2015; Justin Lecher <jlec@gentoo.org> ngsview-0.91.ebuild:
+  sci-biology/ngsview: fix SLOT operators
+
   16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> ngsview-0.91.ebuild:
   fixed DESCRIPTION
 

diff --git a/sci-biology/ngsview/ngsview-0.91.ebuild b/sci-biology/ngsview/ngsview-0.91.ebuild
index 8e827b1..db0fde6 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
 }


             reply	other threads:[~2015-02-18 16:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 16:41 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-10 17:24 [gentoo-commits] proj/sci:master commit in: sci-biology/ngsview/ Martin Mokrejs
2018-09-10 17:19 Martin Mokrejs
2015-06-08 12:19 Justin Lecher
2014-09-16 17:50 Christoph Junghans
2014-03-24  0:49 Martin Mokrejs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424266793.7b7aeb05a33ccb33f3a709548f621538a051e43c.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox