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 4685E158094 for ; Thu, 7 Jul 2022 19:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7037E0951; Thu, 7 Jul 2022 19:58:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C334E0952 for ; Thu, 7 Jul 2022 19:58:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ACFE340E47 for ; Thu, 7 Jul 2022 19:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5C77542 for ; Thu, 7 Jul 2022 19:58:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1657223829.f06de855d4149693e193279f162303361da4e26e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/prodigal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/prodigal/prodigal-2.6.3-r1.ebuild sci-biology/prodigal/prodigal-2.6.3.ebuild X-VCS-Directories: sci-biology/prodigal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f06de855d4149693e193279f162303361da4e26e X-VCS-Branch: master Date: Thu, 7 Jul 2022 19:58: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: 9e2bd880-ae06-4a62-bba7-fe2384124f16 X-Archives-Hash: ed3c5599e562b9ff85a7fa4d1365050d commit: f06de855d4149693e193279f162303361da4e26e Author: David Seifert gentoo org> AuthorDate: Thu Jul 7 19:57:09 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jul 7 19:57:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06de855 sci-biology/prodigal: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../{prodigal-2.6.3.ebuild => prodigal-2.6.3-r1.ebuild} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sci-biology/prodigal/prodigal-2.6.3.ebuild b/sci-biology/prodigal/prodigal-2.6.3-r1.ebuild similarity index 81% rename from sci-biology/prodigal/prodigal-2.6.3.ebuild rename to sci-biology/prodigal/prodigal-2.6.3-r1.ebuild index db8382982284..8428da82c5e7 100644 --- a/sci-biology/prodigal/prodigal-2.6.3.ebuild +++ b/sci-biology/prodigal/prodigal-2.6.3-r1.ebuild @@ -1,23 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs DESCRIPTION="Prokaryotic Dynamic Programming Genefinding Algorithm" HOMEPAGE="http://prodigal.ornl.gov/" SRC_URI="https://github.com/hyattpd/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P^}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${P^} PATCHES=( "${FILESDIR}"/${PN}-2.6.3-fix-build-system.patch )