From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mrbayes/
Date: Sat, 25 Jun 2011 17:21:59 +0000 (UTC) [thread overview]
Message-ID: <d510ea19782b4e68bf53ac5beb1d38b64fb5c459.jlec@gentoo> (raw)
commit: d510ea19782b4e68bf53ac5beb1d38b64fb5c459
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:44:37 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:44:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d510ea19
RDEPEND is not explicitly assigned -> fixed
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-biology/mrbayes/ChangeLog | 6 +++++-
sci-biology/mrbayes/metadata.xml | 4 ++--
sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild | 13 ++++++++-----
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/sci-biology/mrbayes/ChangeLog b/sci-biology/mrbayes/ChangeLog
index f2ce305..7c54e60 100644
--- a/sci-biology/mrbayes/ChangeLog
+++ b/sci-biology/mrbayes/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-biology/mrbayes
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mrbayes/ChangeLog,v 1.19 2008/06/11 18:10:48 ken69267 Exp $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> mrbayes-3.1.2-r1.ebuild,
+ metadata.xml:
+ RDEPEND is not explicitly assigned -> fixed
+
27 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
mrbayes-3.1.2-r1.ebuild:
QA fixes
diff --git a/sci-biology/mrbayes/metadata.xml b/sci-biology/mrbayes/metadata.xml
index d33282d..102b1ec 100644
--- a/sci-biology/mrbayes/metadata.xml
+++ b/sci-biology/mrbayes/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-biology</herd>
-<longdescription>
+ <herd>sci-biology</herd>
+ <longdescription>
MrBayes is a program for the Bayesian estimation of phylogeny.
Bayesian inference of phylogeny is based upon a quantity called the
posterior probability distribution of trees, which is the probability of a
diff --git a/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild
index d4ad593..f29856a 100644
--- a/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild
+++ b/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mrbayes/mrbayes-3.1.2.ebuild,v 1.7 2008/06/11 18:10:48 ken69267 Exp $
inherit eutils mpi toolchain-funcs
DESCRIPTION="Bayesian Inference of Phylogeny"
-LICENSE="GPL-2"
HOMEPAGE="http://mrbayes.csit.fsu.edu/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
-IUSE="mpi readline"
+LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
+IUSE="mpi readline"
-DEPEND="mpi? ( $(mpi_pkg_deplist) )
+DEPEND="
+ mpi? ( $(mpi_pkg_deplist) )
readline? ( sys-libs/readline )"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
- sed -e "s:OPTFLAGS ?= -O3:CFLAGS = ${CFLAGS}:" \
+ sed \
+ -e "s:OPTFLAGS ?= -O3:CFLAGS = ${CFLAGS}:" \
-e "s:CC = gcc:CC = $(tc-getCC):" \
-e "s:CC = mpicc:CC = $(mpi_pkg_cc):" \
-e "s:LDFLAGS =:LDFLAGS ?=:" \
next reply other threads:[~2011-06-25 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-25 17:21 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-18 16:41 [gentoo-commits] proj/sci:master commit in: sci-biology/mrbayes/ Justin Lecher
2014-11-10 15:14 Justin Lecher
2011-06-24 17:09 Justin Lecher
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=d510ea19782b4e68bf53ac5beb1d38b64fb5c459.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