diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2010-02-09 15:30:28 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2010-02-09 15:30:28 +0000 |
commit | ffca07950d2a5e6b31db3fa4241eabc0040dc0d0 (patch) | |
tree | 3264288d2e55e8e28974b6a327f506a701d390c3 /sci-biology | |
parent | Remove old. (diff) | |
download | historical-ffca07950d2a5e6b31db3fa4241eabc0040dc0d0.tar.gz historical-ffca07950d2a5e6b31db3fa4241eabc0040dc0d0.tar.bz2 historical-ffca07950d2a5e6b31db3fa4241eabc0040dc0d0.zip |
New package, ebuild written by me
Package-Manager: portage-2.2_rc30/cvs/Linux x86_64
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/last/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/last/Manifest | 4 | ||||
-rw-r--r-- | sci-biology/last/last-96.ebuild | 34 | ||||
-rw-r--r-- | sci-biology/last/metadata.xml | 9 |
4 files changed, 57 insertions, 0 deletions
diff --git a/sci-biology/last/ChangeLog b/sci-biology/last/ChangeLog new file mode 100644 index 000000000000..9bab50a2735e --- /dev/null +++ b/sci-biology/last/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/last +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.1 2010/02/09 15:30:28 weaver Exp $ + +*last-96 (09 Feb 2010) + + 09 Feb 2010; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, + +last-96.ebuild: + New package, ebuild written by me + diff --git a/sci-biology/last/Manifest b/sci-biology/last/Manifest new file mode 100644 index 000000000000..a847cd0e537d --- /dev/null +++ b/sci-biology/last/Manifest @@ -0,0 +1,4 @@ +DIST last-96.zip 194385 RMD160 2219ac3939da2349e94c742ea07ea7e916cd9fa9 SHA1 2fe3f3108a67c28fb3dbe2d4fc6ea31893d43652 SHA256 b88f59e1425132a39b24469967f31b97d6c63d532f96c098d3b51845fd62ad57 +EBUILD last-96.ebuild 780 RMD160 40ff2a37f30b3d9917b965db24395048a12cc3a8 SHA1 d9a443227199045d8d7d6ffe4a319acdc594a844 SHA256 8584d85f11b40ad8c8e8f44491df01d808649621e55f09f064159cafcdbcfff5 +MISC ChangeLog 350 RMD160 273d5e2dbcaf76f7307d3eb0d70bbf9181ba4591 SHA1 3160761256abe96348aaaf8ec182504a57eb5449 SHA256 f466dedb62ff9b4352b2aa3f74a103d8508fe470b325403144a015cb22fd8dab +MISC metadata.xml 259 RMD160 d9d81b67d635fabd81aef8ae0edf971211ae9072 SHA1 8e32f751c67ff891fa35405a2cf6fb33752d6eb1 SHA256 541c3fbcf299d9a8ccf4132ee61f9e53a5d737cefdaa6fdc77764d8d4c7f3110 diff --git a/sci-biology/last/last-96.ebuild b/sci-biology/last/last-96.ebuild new file mode 100644 index 000000000000..9c44dff1d619 --- /dev/null +++ b/sci-biology/last/last-96.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-96.ebuild,v 1.1 2010/02/09 15:30:28 weaver Exp $ + +EAPI="2" + +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="" +RDEPEND="" + +src_prepare() { + sed -i -e 's/CXXFLAGS =/CXXFLAGS +=/' -e 's/CCFLAGS =/CCFLAGS = ${CFLAGS}/' \ + src/makefile || die +} + +src_compile() { + emake -C src || die +} + +src_install() { + dobin src/last{al,db} || die + exeinto /usr/share/${PN}/scripts + doexe scripts/* || die + insinto /usr/share/doc/${PF} + doins -r doc ChangeLog.txt README.txt +} diff --git a/sci-biology/last/metadata.xml b/sci-biology/last/metadata.xml new file mode 100644 index 000000000000..3302123e5718 --- /dev/null +++ b/sci-biology/last/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>weaver@gentoo.org</email> + <name>Andrey Kislyuk</name> + </maintainer> + <herd>sci-biology</herd> +</pkgmetadata> |