summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-11 00:48:15 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-11 00:48:15 +0100
commitc1e0f5a1b41fdf40ea2a8d0df4fac796f08133f3 (patch)
treed591f358d464f561d98e5a12f3acd8ccd3b8316c /sci-biology
parentsci-biology/gibbs: Port to EAPI 7 (diff)
downloadgentoo-c1e0f5a1b41fdf40ea2a8d0df4fac796f08133f3.tar.gz
gentoo-c1e0f5a1b41fdf40ea2a8d0df4fac796f08133f3.tar.bz2
gentoo-c1e0f5a1b41fdf40ea2a8d0df4fac796f08133f3.zip
sci-biology/last: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/last/Manifest1
-rw-r--r--sci-biology/last/last-230.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/sci-biology/last/Manifest b/sci-biology/last/Manifest
index b9343da687c2..22e3590e9d28 100644
--- a/sci-biology/last/Manifest
+++ b/sci-biology/last/Manifest
@@ -1,2 +1 @@
-DIST last-230.zip 418077 BLAKE2B 372dbf986ec926c91598085c579bc92d6449dfb6fbf6a240558514ce9d9efd4c3f8e26d17b78528d09afa182fd6e23713e639f3b02a4f4d639afa16fecb5f3a5 SHA512 46c858c2bd4a9aa00ac3b448ce78bdee6c1edd4f6569cff3c81ec8a7c661d89a9b5e7a888cbc6da190b243f0ec83c485b4574dadc6a58669d9b955eb70c329d1
DIST last-299.zip 453159 BLAKE2B 3f8ddc24a2eba189880f2547f458ebbc2b349f0517c25165257f4cf3a90f68d8df313f7eece3930c33376aa0e16185c54b586b6f411975a1fb15e6426c535ca0 SHA512 74e89129cc17482ec1a99e2d940ca62374c130fea2fa53ea7d2c3703b6ca5751f348110909d61562c4839d8fb1793619c2f41c25c8968b3ab53f0c7191f4a00b
diff --git a/sci-biology/last/last-230.ebuild b/sci-biology/last/last-230.ebuild
deleted file mode 100644
index 29134bb908df..000000000000
--- a/sci-biology/last/last-230.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils 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() {
- sed \
- -e 's:-o $@:$(LDFLAGS) -o $@:g' \
- -i src/makefile || die
-}
-
-src_compile() {
- emake \
- -e -C src \
- CXX="$(tc-getCXX)" \
- CC="$(tc-getCC)" \
- STRICT="" || die
-}
-
-src_install() {
- dobin src/last{al,db,ex}
- exeinto /usr/share/${PN}/scripts
- doexe scripts/*
- dodoc doc/*.txt ChangeLog.txt README.txt
-}