public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/mafft: ChangeLog mafft-6.811.ebuild
@ 2010-06-15 13:17 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 13:17 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/15 13:17:02

  Modified:             ChangeLog
  Added:                mafft-6.811.ebuild
  Log:
  Version BUmp, keyworded for prefix, repecting multilib and LDFLAGS
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-biology/mafft/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Jul 2009 05:53:45 -0000	1.6
+++ ChangeLog	15 Jun 2010 13:17:02 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-biology/mafft
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.6 2009/07/27 05:53:45 dberkholz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.7 2010/06/15 13:17:02 jlec Exp $
+
+*mafft-6.811 (15 Jun 2010)
+
+  15 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/6.811-respect.patch,
+  +mafft-6.811.ebuild:
+  Version BUmp, keyworded for prefix, repecting multilib and LDFLAGS
 
 *mafft-6.707 (27 Jul 2009)
 



1.1                  sci-biology/mafft/mafft-6.811.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-6.811.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-6.811.ebuild?rev=1.1&content-type=text/plain

Index: mafft-6.811.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-6.811.ebuild,v 1.1 2010/06/15 13:17:02 jlec Exp $

EAPI="3"

inherit eutils flag-o-matic multilib toolchain-funcs

EXTENSIONS="-without-extensions"

DESCRIPTION="Multiple sequence alignments using a variety of algorithms"
HOMEPAGE="http://mafft.cbrc.jp/alignment/software/index.html"
SRC_URI="http://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz"

LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="threads"

S="${WORKDIR}"/${P}${EXTENSIONS}

src_prepare() {
	epatch "${FILESDIR}"/${PV}-respect.patch
	use threads && append-flags -Denablemultithread
	sed "s:GENTOOLIBDIR:$(get_libdir):g" -i core/Makefile
}

src_compile() {
	pushd core
	emake \
		PREFIX="${EPREFIX}"/usr \
		CC="$(tc-getCC)" \
		CFLAGS="${CFLAGS}" \
		|| die "make failed"
	popd
}

src_install() {
	pushd core
	emake PREFIX="${ED}usr" install || die "install failed"
	popd
	dodoc readme
}






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/mafft: ChangeLog mafft-6.811.ebuild
@ 2011-11-21 15:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-21 15:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/11/21 15:30:20

  Modified:             ChangeLog mafft-6.811.ebuild
  Log:
  keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
  
  (Portage version: 2.2.0_alpha76/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-biology/mafft/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Jun 2010 19:30:59 -0000	1.8
+++ ChangeLog	21 Nov 2011 15:30:19 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/mafft
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.8 2010/06/24 19:30:59 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.9 2011/11/21 15:30:19 jlec Exp $
+
+  21 Nov 2011; Justin Lecher <jlec@gentoo.org> mafft-6.811.ebuild:
+  keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
 
   24 Jun 2010; Justin Lecher <jlec@gentoo.org> mafft-6.240-r1.ebuild,
   mafft-6.707.ebuild, mafft-6.811.ebuild:



1.3                  sci-biology/mafft/mafft-6.811.ebuild

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

Index: mafft-6.811.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-6.811.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mafft-6.811.ebuild	24 Jun 2010 19:30:59 -0000	1.2
+++ mafft-6.811.ebuild	21 Nov 2011 15:30:19 -0000	1.3
@@ -1,6 +1,6 @@
-# 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/mafft/mafft-6.811.ebuild,v 1.2 2010/06/24 19:30:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-6.811.ebuild,v 1.3 2011/11/21 15:30:19 jlec Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="free-noncomm"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
 IUSE="threads"
 
 S="${WORKDIR}"/${P}${EXTENSIONS}






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

end of thread, other threads:[~2011-11-21 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 15:30 [gentoo-commits] gentoo-x86 commit in sci-biology/mafft: ChangeLog mafft-6.811.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-15 13:17 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox