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 04BF21382C5 for ; Sat, 6 Mar 2021 13:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FB01E0867; Sat, 6 Mar 2021 13:35:41 +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 119C1E0867 for ; Sat, 6 Mar 2021 13:35:41 +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 E657834058A for ; Sat, 6 Mar 2021 13:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AEC6567 for ; Sat, 6 Mar 2021 13:35:38 +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: <1615037207.cdb163b7c0a842d89160c6d6f9d298977f6a3465.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pilon-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pilon-bin/pilon-bin-1.23.ebuild sci-biology/pilon-bin/pilon-bin-1.24.ebuild X-VCS-Directories: sci-biology/pilon-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cdb163b7c0a842d89160c6d6f9d298977f6a3465 X-VCS-Branch: master Date: Sat, 6 Mar 2021 13:35:38 +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: ee46c345-0983-4859-84b9-94f9c4d3111c X-Archives-Hash: 2249caea13a4de67b5ec5126d9eb6d21 commit: cdb163b7c0a842d89160c6d6f9d298977f6a3465 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 13:26:47 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 6 13:26:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cdb163b7 sci-biology/pilon-bin: version bump, EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../pilon-bin/{pilon-bin-1.23.ebuild => pilon-bin-1.24.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-biology/pilon-bin/pilon-bin-1.23.ebuild b/sci-biology/pilon-bin/pilon-bin-1.24.ebuild similarity index 92% rename from sci-biology/pilon-bin/pilon-bin-1.23.ebuild rename to sci-biology/pilon-bin/pilon-bin-1.24.ebuild index de401bd21..49d15366f 100644 --- a/sci-biology/pilon-bin/pilon-bin-1.23.ebuild +++ b/sci-biology/pilon-bin/pilon-bin-1.24.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit java-pkg-2 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/broadinstitute/pilon/releases/download/v${PV}/pilon- LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" # contains bundled sbt-assembly module DEPEND=">=virtual/jdk-1.7:*"