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 E9CA9158094 for ; Thu, 7 Jul 2022 19:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3F87E08FC; Thu, 7 Jul 2022 19:58:17 +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 88BB4E08F1 for ; Thu, 7 Jul 2022 19:58:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9775C340E1E for ; Thu, 7 Jul 2022 19:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0983E52F 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: <1657223818.0fd274e29ed8e177eb9fac185c3d2cfcb9363d77.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/iqpnni/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild X-VCS-Directories: sci-biology/iqpnni/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0fd274e29ed8e177eb9fac185c3d2cfcb9363d77 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: 976836b6-c59e-4cc2-b34d-2d2ceec32be0 X-Archives-Hash: 8287b04f9a7ccb2cb635c97eee8dbf50 commit: 0fd274e29ed8e177eb9fac185c3d2cfcb9363d77 Author: David Seifert gentoo org> AuthorDate: Thu Jul 7 19:56:58 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jul 7 19:56:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd274e2 sci-biology/iqpnni: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../iqpnni/{iqpnni-3.3.2-r1.ebuild => iqpnni-3.3.2-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild b/sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild similarity index 71% rename from sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild rename to sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild index 1edeeada187b..4175330026a1 100644 --- a/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild +++ b/sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Important Quartet Puzzling and NNI Operation" HOMEPAGE="http://www.cibiv.at/software/iqpnni/" @@ -12,18 +12,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="" -RDEPEND="${DEPEND}" - PATCHES=( - "${FILESDIR}/${P}-cpp14.patch" # bug #594332 + "${FILESDIR}"/${P}-cpp14.patch # bug #594332 ) src_install() { dobin src/iqpnni if use doc ; then - HTML_DOCS+=( manual/iqpnni-manual.html ) + HTML_DOCS=( manual/iqpnni-manual.html ) dodoc manual/iqpnni-manual.pdf fi einstalldocs