From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D5DB15ACFC for ; Tue, 2 May 2023 12:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8F65E0871; Tue, 2 May 2023 12:15:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C903E0871 for ; Tue, 2 May 2023 12:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AED733FE74 for ; Tue, 2 May 2023 12:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A6FA5C for ; Tue, 2 May 2023 12:15:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1683029712.1f27fbb695ecf56869c100059e5455be5c5cd972.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/last/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/last/last-1179.ebuild sci-biology/last/metadata.xml X-VCS-Directories: sci-biology/last/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1f27fbb695ecf56869c100059e5455be5c5cd972 X-VCS-Branch: master Date: Tue, 2 May 2023 12:15:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d71a684-1d18-435f-b7e0-79102f4430bc X-Archives-Hash: 8f90f6666f5ce6dfc12f3e28dbacffa1 commit: 1f27fbb695ecf56869c100059e5455be5c5cd972 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 2 12:08:43 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 2 12:15:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f27fbb6 sci-biology/last: treeclean Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/last/last-1179.ebuild | 37 ------------------------------------- sci-biology/last/metadata.xml | 8 -------- 2 files changed, 45 deletions(-) diff --git a/sci-biology/last/last-1179.ebuild b/sci-biology/last/last-1179.ebuild deleted file mode 100644 index 6972a0312..000000000 --- a/sci-biology/last/last-1179.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit toolchain-funcs python-single-r1 - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="app-arch/unzip" - -src_configure() { - tc-export CC CXX -} - -src_install() { - local DOCS=( doc/*.txt ChangeLog.txt README.txt ) - local HTML_DOCS=( doc/*html ) - einstalldocs - - dobin src/lastdb src/lastal src/last-split src/last-merge-batches \ - src/last-pair-probs src/lastdb8 src/lastal8 src/last-split8 - - cd scripts || die - dobin * -} diff --git a/sci-biology/last/metadata.xml b/sci-biology/last/metadata.xml deleted file mode 100644 index 8417d1580..000000000 --- a/sci-biology/last/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-biology@gentoo.org - Gentoo Biology Project - -