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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C984E13835A for ; Mon, 18 Jan 2021 12:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E85DCE07F1; Mon, 18 Jan 2021 12:26:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C75FBE07F1 for ; Mon, 18 Jan 2021 12:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AEA1340FF2 for ; Mon, 18 Jan 2021 12:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9323A6 for ; Mon, 18 Jan 2021 12:26:13 +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: <1610972742.7d31e6b17e47b0c0012c527aba7ac0d963e96e10.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/wgs_tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/wgs_tools/wgs_tools-9999.ebuild X-VCS-Directories: sci-biology/wgs_tools/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7d31e6b17e47b0c0012c527aba7ac0d963e96e10 X-VCS-Branch: master Date: Mon, 18 Jan 2021 12:26:13 +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: 2d42025a-ef14-4fa1-a5c0-2ed1f471a838 X-Archives-Hash: 568446d24242215bbcdce3fafddad735 commit: 7d31e6b17e47b0c0012c527aba7ac0d963e96e10 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 18 12:25:42 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 18 12:25:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7d31e6b1 sci-biology/wgs_tools: regen manifest Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/wgs_tools/wgs_tools-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sci-biology/wgs_tools/wgs_tools-9999.ebuild b/sci-biology/wgs_tools/wgs_tools-9999.ebuild index 94a2d9648..9048d106a 100644 --- a/sci-biology/wgs_tools/wgs_tools-9999.ebuild +++ b/sci-biology/wgs_tools/wgs_tools-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Scripts for ncbi-tools++ and SRA postprocessing using taxonomy" HOMEPAGE="ftp://ftp.ncbi.nih.gov/blast/WGS_TOOLS @@ -13,13 +13,10 @@ SRC_URI="ftp://ftp.ncbi.nih.gov/blast/WGS_TOOLS/taxid2tsa.pl LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND} - dev-lang/perl" +RDEPEND="dev-lang/perl" -S="${W}/" +S="${WORKDIR}" src_install(){ cd "${DISTDIR}" || die