* [gentoo-commits] gentoo-x86 commit in sci-biology/mafft: mafft-7.040.ebuild ChangeLog mafft-7.037.ebuild
@ 2013-05-21 18:04 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-05-21 18:04 UTC (permalink / raw
To: gentoo-commits
jlec 13/05/21 18:04:05
Modified: ChangeLog mafft-7.037.ebuild
Added: mafft-7.040.ebuild
Log:
sci-biology/mafft: Version BUmp, drop unnecessary die
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.12 sci-biology/mafft/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 29 Apr 2013 10:19:17 -0000 1.11
+++ ChangeLog 21 May 2013 18:04:05 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/mafft
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.11 2013/04/29 10:19:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/ChangeLog,v 1.12 2013/05/21 18:04:05 jlec Exp $
+
+*mafft-7.040 (21 May 2013)
+
+ 21 May 2013; Justin Lecher <jlec@gentoo.org> mafft-7.037.ebuild,
+ +mafft-7.040.ebuild:
+ Version BUmp, drop unnecessary die
29 Apr 2013; Justin Lecher <jlec@gentoo.org> mafft-7.037.ebuild:
Fix USE=threads make flag magic
1.3 sci-biology/mafft/mafft-7.037.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild?r1=1.2&r2=1.3
Index: mafft-7.037.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mafft-7.037.ebuild 29 Apr 2013 10:19:17 -0000 1.2
+++ mafft-7.037.ebuild 21 May 2013 18:04:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild,v 1.2 2013/04/29 10:19:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-7.037.ebuild,v 1.3 2013/05/21 18:04:05 jlec Exp $
EAPI=5
@@ -22,7 +22,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-respect.patch
use threads && append-flags -Denablemultithread
- sed "s:GENTOOLIBDIR:$(get_libdir):g" -i core/Makefile
+ sed "s:GENTOOLIBDIR:$(get_libdir):g" -i core/Makefile || die
sed -i -e "s/(PREFIX)\/man/(PREFIX)\/share\/man/" "${S}"/core/Makefile || die "sed failed"
}
@@ -32,14 +32,13 @@
$(usex threads ENABLE_MULTITHREAD="-Denablemultithread" ENABLE_MULTITHREAD="") \
PREFIX="${EPREFIX}"/usr \
CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- || die "make failed"
+ CFLAGS="${CFLAGS}"
popd
}
src_install() {
pushd core
- emake PREFIX="${ED}usr" install || die "install failed"
+ emake PREFIX="${ED}usr" install
popd
- dodoc readme || die
+ dodoc readme
}
1.1 sci-biology/mafft/mafft-7.040.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-7.040.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mafft/mafft-7.040.ebuild?rev=1.1&content-type=text/plain
Index: mafft-7.040.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mafft/mafft-7.040.ebuild,v 1.1 2013/05/21 18:04:05 jlec Exp $
EAPI=5
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="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
IUSE="threads"
S="${WORKDIR}"/${P}${EXTENSIONS}
src_prepare() {
epatch "${FILESDIR}"/${PN}-7.037-respect.patch
use threads && append-flags -Denablemultithread
sed "s:GENTOOLIBDIR:$(get_libdir):g" -i core/Makefile || die
sed -i -e "s/(PREFIX)\/man/(PREFIX)\/share\/man/" "${S}"/core/Makefile || die "sed failed"
}
src_compile() {
pushd core
emake \
$(usex threads ENABLE_MULTITHREAD="-Denablemultithread" ENABLE_MULTITHREAD="") \
PREFIX="${EPREFIX}"/usr \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}"
popd
}
src_install() {
pushd core
emake PREFIX="${ED}usr" install
popd
dodoc readme
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 18:04 [gentoo-commits] gentoo-x86 commit in sci-biology/mafft: mafft-7.040.ebuild ChangeLog mafft-7.037.ebuild 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