summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2011-04-02 18:26:30 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2011-04-02 18:26:30 +0000
commit018b527b3dc6ad3d2d96c7f1c7444483180db438 (patch)
treea6a928ab5d8d3f2d86bc4e9908972b53159fe7e0 /sci-biology
parentVersion bump (diff)
downloadgentoo-2-018b527b3dc6ad3d2d96c7f1c7444483180db438.tar.gz
gentoo-2-018b527b3dc6ad3d2d96c7f1c7444483180db438.tar.bz2
gentoo-2-018b527b3dc6ad3d2d96c7f1c7444483180db438.zip
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/last/ChangeLog7
-rw-r--r--sci-biology/last/last-162.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/sci-biology/last/ChangeLog b/sci-biology/last/ChangeLog
index 75211fcbf295..cb639143d409 100644
--- a/sci-biology/last/ChangeLog
+++ b/sci-biology/last/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/last
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.10 2011/02/11 13:03:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.11 2011/04/02 18:26:30 weaver Exp $
+
+*last-162 (02 Apr 2011)
+
+ 02 Apr 2011; Andrey Kislyuk <weaver@gentoo.org> +last-162.ebuild:
+ Version bump
11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> last-146.ebuild:
Stable on amd64 wrt bug #353567
diff --git a/sci-biology/last/last-162.ebuild b/sci-biology/last/last-162.ebuild
new file mode 100644
index 000000000000..24a418b5af01
--- /dev/null
+++ b/sci-biology/last/last-162.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-162.ebuild,v 1.1 2011/04/02 18:26:30 weaver Exp $
+
+EAPI="2"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Genome-scale comparison of biological sequences"
+HOMEPAGE="http://last.cbrc.jp/"
+SRC_URI="http://last.cbrc.jp/archive/${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+src_compile() {
+ emake -e -C src CXX="$(tc-getCXX)" \
+ STRICT="${LDFLAGS}" || die
+}
+
+src_install() {
+ dobin src/last{al,db} || die
+ exeinto /usr/share/${PN}/scripts
+ doexe scripts/* || die
+ dodoc doc/*.txt ChangeLog.txt README.txt || die
+}