public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/phyml: ChangeLog phyml-2.4.5-r1.ebuild
@ 2009-03-09 13:41 Andrey Kislyuk (weaver)
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Kislyuk (weaver) @ 2009-03-09 13:41 UTC (permalink / raw
  To: gentoo-commits

weaver      09/03/09 13:41:01

  Modified:             ChangeLog
  Added:                phyml-2.4.5-r1.ebuild
  Log:
  QA fixes
  (Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)

Revision  Changes    Path
1.4                  sci-biology/phyml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phyml/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phyml/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phyml/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Feb 2008 11:24:21 -0000	1.3
+++ ChangeLog	9 Mar 2009 13:41:01 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/phyml
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v 1.3 2008/02/17 11:24:21 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v 1.4 2009/03/09 13:41:01 weaver Exp $
+
+*phyml-2.4.5-r1 (09 Mar 2009)
+
+  09 Mar 2009; Andrey Kislyuk <weaver@gentoo.org> +phyml-2.4.5-r1.ebuild:
+  QA fixes
 
   17 Feb 2008; Christian Faulhammer <opfer@gentoo.org> phyml-2.4.5.ebuild:
   stable x86/amd64, bug 207096



1.1                  sci-biology/phyml/phyml-2.4.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: phyml-2.4.5-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild,v 1.1 2009/03/09 13:41:01 weaver Exp $

inherit toolchain-funcs

DESCRIPTION="Estimation of large phylogenies by maximum likelihood"
HOMEPAGE="http://atgc.lirmm.fr/phyml/"
SRC_URI="http://www.lirmm.fr/~guindon/${PN}_v${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}_v${PV}"

src_unpack() {
	unpack ${A}
	sed -i -e 's/^hello !!!//' \
		-e 's/^CFLAGS =/#CFLAGS =/' \
		-e 's/^CC =/CC ='$(tc-getCC)'#/' \
		-e 's/-static//' "${S}/Makefile"
}

src_install() {
	dobin phyml
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/phyml: ChangeLog phyml-2.4.5-r1.ebuild
@ 2010-07-16  9:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-16  9:54 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/16 09:54:58

  Modified:             ChangeLog phyml-2.4.5-r1.ebuild
  Log:
  stable x86, bug 328425
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  sci-biology/phyml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Mar 2009 13:41:01 -0000	1.4
+++ ChangeLog	16 Jul 2010 09:54:58 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sci-biology/phyml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v 1.4 2009/03/09 13:41:01 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/ChangeLog,v 1.5 2010/07/16 09:54:58 fauli Exp $
+
+  16 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  phyml-2.4.5-r1.ebuild:
+  stable x86, bug 328425
 
 *phyml-2.4.5-r1 (09 Mar 2009)
 



1.2                  sci-biology/phyml/phyml-2.4.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild?r1=1.1&r2=1.2

Index: phyml-2.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phyml-2.4.5-r1.ebuild	9 Mar 2009 13:41:01 -0000	1.1
+++ phyml-2.4.5-r1.ebuild	16 Jul 2010 09:54:58 -0000	1.2
@@ -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/phyml/phyml-2.4.5-r1.ebuild,v 1.1 2009/03/09 13:41:01 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phyml/phyml-2.4.5-r1.ebuild,v 1.2 2010/07/16 09:54:58 fauli Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-16  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16  9:54 [gentoo-commits] gentoo-x86 commit in sci-biology/phyml: ChangeLog phyml-2.4.5-r1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-09 13:41 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