* [gentoo-commits] gentoo-x86 commit in sci-biology/paml: paml-4.3a.ebuild ChangeLog
@ 2009-11-13 15:36 Andrey Kislyuk (weaver)
0 siblings, 0 replies; 3+ messages in thread
From: Andrey Kislyuk (weaver) @ 2009-11-13 15:36 UTC (permalink / raw
To: gentoo-commits
weaver 09/11/13 15:36:56
Modified: ChangeLog
Added: paml-4.3a.ebuild
Log:
Version bump
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-biology/paml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 21 Jul 2009 08:44:44 -0000 1.6
+++ ChangeLog 13 Nov 2009 15:36:55 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/paml
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.6 2009/07/21 08:44:44 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.7 2009/11/13 15:36:55 weaver Exp $
+
+*paml-4.3a (13 Nov 2009)
+
+ 13 Nov 2009; Andrey Kislyuk <weaver@gentoo.org> +paml-4.3a.ebuild:
+ Version bump
*paml-4.2b-r1 (21 Jul 2009)
1.1 sci-biology/paml/paml-4.3a.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.1&content-type=text/plain
Index: paml-4.3a.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v 1.1 2009/11/13 15:36:55 weaver Exp $
EAPI="2"
inherit toolchain-funcs
MY_P="${PN}43"
DESCRIPTION="Phylogenetic Analysis by Maximum Likelihood"
HOMEPAGE="http://abacus.gene.ucl.ac.uk/software/paml.html"
SRC_URI="http://abacus.gene.ucl.ac.uk/software/${PN}${PV}.tar.gz"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
sed -i 's/-static//' "${S}/src/Makefile.UNIX" || die
}
src_compile() {
cd src
emake \
-f Makefile.UNIX \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
|| die "make failed"
}
src_install() {
pushd "${S}"/src
dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2 || die
popd
dodoc README.txt doc/*
insinto /usr/share/${PN}/control
doins *.ctl || die "Failed to install control files"
insinto /usr/share/${PN}/dat
doins stewart* *.dat dat/* || die "Failed to install data files"
insinto /usr/share/${PN}
doins -r examples/ || die "Failed to install examples"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/paml: paml-4.3a.ebuild ChangeLog
@ 2009-12-29 21:04 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-29 21:04 UTC (permalink / raw
To: gentoo-commits
fauli 09/12/29 21:04:32
Modified: paml-4.3a.ebuild ChangeLog
Log:
stable x86, bug 298772
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.2 sci-biology/paml/paml-4.3a.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?r1=1.1&r2=1.2
Index: paml-4.3a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paml-4.3a.ebuild 13 Nov 2009 15:36:55 -0000 1.1
+++ paml-4.3a.ebuild 29 Dec 2009 21:04:32 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v 1.1 2009/11/13 15:36:55 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v 1.2 2009/12/29 21:04:32 fauli Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND=""
1.10 sci-biology/paml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Dec 2009 19:43:37 -0000 1.9
+++ ChangeLog 29 Dec 2009 21:04:32 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/paml
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.9 2009/12/28 19:43:37 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.10 2009/12/29 21:04:32 fauli Exp $
+
+ 29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> paml-4.3a.ebuild:
+ stable x86, bug 298772
*paml-4.3b (28 Dec 2009)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/paml: paml-4.3a.ebuild ChangeLog
@ 2010-02-09 11:17 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-02-09 11:17 UTC (permalink / raw
To: gentoo-commits
pacho 10/02/09 11:17:39
Modified: paml-4.3a.ebuild ChangeLog
Log:
amd64 stable, bug 298772
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-biology/paml/paml-4.3a.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild?r1=1.2&r2=1.3
Index: paml-4.3a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paml-4.3a.ebuild 29 Dec 2009 21:04:32 -0000 1.2
+++ paml-4.3a.ebuild 9 Feb 2010 11:17:38 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v 1.2 2009/12/29 21:04:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.3a.ebuild,v 1.3 2010/02/09 11:17:38 pacho Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=""
1.11 sci-biology/paml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/paml/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 29 Dec 2009 21:04:32 -0000 1.10
+++ ChangeLog 9 Feb 2010 11:17:38 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/paml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.10 2009/12/29 21:04:32 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.11 2010/02/09 11:17:38 pacho Exp $
+
+ 09 Feb 2010; Pacho Ramos <pacho@gentoo.org> paml-4.3a.ebuild:
+ amd64 stable, bug 298772
29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> paml-4.3a.ebuild:
stable x86, bug 298772
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-09 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 21:04 [gentoo-commits] gentoo-x86 commit in sci-biology/paml: paml-4.3a.ebuild ChangeLog Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-02-09 11:17 Pacho Ramos (pacho)
2009-11-13 15:36 Andrey Kislyuk (weaver)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox