public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/
Date: Mon,  4 Jan 2016 14:43:04 +0000 (UTC)	[thread overview]
Message-ID: <1451918500.d64b45637881bf496c6eaaf38a1047ac006958e6.mmokrejs@gentoo> (raw)

commit:     d64b45637881bf496c6eaaf38a1047ac006958e6
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jan  4 14:41:40 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jan  4 14:41:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d64b4563

sci-biology/ugene: version bump, maybe the >=Qt5-5.2.1 should be specified more properly?

Package-Manager: portage-2.2.26

 sci-biology/ugene/ChangeLog           |  9 ++++++++-
 sci-biology/ugene/ugene-1.20.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/sci-biology/ugene/ChangeLog b/sci-biology/ugene/ChangeLog
index 9899da6..57d457c 100644
--- a/sci-biology/ugene/ChangeLog
+++ b/sci-biology/ugene/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-biology/ugene
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*ugene-1.20.0 (04 Jan 2016)
+
+  04 Jan 2016; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +ugene-1.20.0.ebuild:
+  sci-biology/ugene: version bump, maybe the >=Qt5-5.2.1 should be specified
+  more properly?
+
 *ugene-1.16.1 (09 May 2015)
 
   09 May 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>

diff --git a/sci-biology/ugene/ugene-1.20.0.ebuild b/sci-biology/ugene/ugene-1.20.0.ebuild
new file mode 100644
index 0000000..206008c
--- /dev/null
+++ b/sci-biology/ugene/ugene-1.20.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qt4-r2
+
+DESCRIPTION="A free open-source cross-platform bioinformatics software"
+HOMEPAGE="http://ugene.unipro.ru"
+SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cpu_flags_x86_sse2"
+
+# http://ugene.net/download.html states Qt5.4 and QtWebkit but:
+#   Project MESSAGE: Cannot build Unipro UGENE with Qt version 4.8.7
+#   Project ERROR: Use at least Qt 5.2.1. 
+DEPEND="
+	>=dev-qt/qtgui-5.2.1"
+RDEPEND="${DEPEND}"
+
+LANGS="cs en ru zh"
+
+src_configure() {
+	local CONFIG_OPTS
+	if use amd64; then
+		CONFIG_OPTS+=( CONFIG+="x64" )
+	elif use ppc; then
+		CONFIG_OPTS+=( CONFIG+="ppc" )
+	fi
+
+	use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 )
+
+	eqmake4 $CONFIG_OPTS || die
+}


             reply	other threads:[~2016-01-04 14:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 14:43 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-30 14:01 [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/ Martin Mokrejs
2021-03-20 16:59 Andrew Ammerlaan
2021-03-20 16:52 Andrew Ammerlaan
2021-03-18 19:53 Andrew Ammerlaan
2021-03-18 15:58 Andrew Ammerlaan
2021-03-18 14:31 Andrew Ammerlaan
2021-03-18 12:50 Andrew Ammerlaan
2021-03-18 12:32 Andrew Ammerlaan
2021-03-18 12:32 Andrew Ammerlaan
2020-02-03  4:02 Benda XU
2018-09-10  1:36 Benda XU
2016-01-25 19:47 Justin Lecher
2016-01-05 16:49 Alexey Shvetsov
2016-01-05 14:47 Alexey Shvetsov
2015-05-09 21:41 Martin Mokrejs
2015-02-02 12:06 Justin Lecher
2014-06-02  3:36 Alexey Shvetsov

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=1451918500.d64b45637881bf496c6eaaf38a1047ac006958e6.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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