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 5CA1C13835A for ; Fri, 5 Mar 2021 21:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FCAE0880; Fri, 5 Mar 2021 21:44:39 +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 91429E0880 for ; Fri, 5 Mar 2021 21:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97FE7340DE2 for ; Fri, 5 Mar 2021 21:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2B9581 for ; Fri, 5 Mar 2021 21:44:37 +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: <1614979421.33b7a421d24ccb77f9632e5699270448a880576f.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/act-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/act-bin/act-bin-17.0.1.ebuild X-VCS-Directories: sci-biology/act-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 33b7a421d24ccb77f9632e5699270448a880576f X-VCS-Branch: master Date: Fri, 5 Mar 2021 21:44:37 +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: cc245f76-6360-4a1b-b3dc-84065ea99dad X-Archives-Hash: 2946d59f4353b2cca3f44f7ebbfafc6a commit: 33b7a421d24ccb77f9632e5699270448a880576f Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 21:23:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 21:23:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=33b7a421 sci-biology/act-bin: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/act-bin/act-bin-17.0.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-biology/act-bin/act-bin-17.0.1.ebuild b/sci-biology/act-bin/act-bin-17.0.1.ebuild index a124d5ab1..31bad30bb 100644 --- a/sci-biology/act-bin/act-bin-17.0.1.ebuild +++ b/sci-biology/act-bin/act-bin-17.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit java-pkg-2 @@ -16,9 +16,8 @@ SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/act/v17/v${PV}/sact-v${PV LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND="${DEPEND} >=virtual/jre-1.8:*" @@ -37,8 +36,8 @@ src_prepare(){ src_install(){ java-pkg_dojar "${DISTDIR}"/*.jar dodoc "${DISTDIR}"/${P}.manual.pdf "${DISTDIR}"/release_notes.txt - insinto /usr/share/doc/"${PN}"/html - doins act_html_build/* + docinto html + dodoc act_html_build/* } pkg_postinst(){