diff options
Diffstat (limited to 'sci-biology/last/last-162.ebuild')
-rw-r--r-- | sci-biology/last/last-162.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-biology/last/last-162.ebuild b/sci-biology/last/last-162.ebuild deleted file mode 100644 index 092a985fb3ac..000000000000 --- a/sci-biology/last/last-162.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.2 2011/04/25 11:00:59 jlec 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_prepare() { - epatch \ - "${FILESDIR}"/${PV}-gcc46.patch -} -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 -} |