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 A9F431382C5 for ; Mon, 18 Jan 2021 13:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4150E0809; Mon, 18 Jan 2021 13:48:51 +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 AC58DE0809 for ; Mon, 18 Jan 2021 13:48:51 +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 5B5FE340E43 for ; Mon, 18 Jan 2021 13:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFA23A6 for ; Mon, 18 Jan 2021 13:48:48 +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: <1610977691.6ff0fe6421ccb04c1746e46ea2b61fc02d4c0f98.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tablet-bin/tablet-bin-1.17.08.17.ebuild sci-biology/tablet-bin/tablet-bin-1.20.12.24.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6ff0fe6421ccb04c1746e46ea2b61fc02d4c0f98 X-VCS-Branch: master Date: Mon, 18 Jan 2021 13:48:48 +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: 1e45a5c3-7591-4637-b13a-ca079dc401f6 X-Archives-Hash: 8a99055a3d007ebfb3fa929d5fd3ed13 commit: 6ff0fe6421ccb04c1746e46ea2b61fc02d4c0f98 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 18 13:48:11 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 18 13:48:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ff0fe64 sci-biology/tablet-bin: fix fetching Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> ...bin-1.17.08.17.ebuild => tablet-bin-1.20.12.24.ebuild} | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/sci-biology/tablet-bin/tablet-bin-1.17.08.17.ebuild b/sci-biology/tablet-bin/tablet-bin-1.20.12.24.ebuild similarity index 89% rename from sci-biology/tablet-bin/tablet-bin-1.17.08.17.ebuild rename to sci-biology/tablet-bin/tablet-bin-1.20.12.24.ebuild index fb89b4208..697ae0d36 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.17.08.17.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.20.12.24.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -10,14 +10,13 @@ inherit java-pkg-2 python-r1 DESCRIPTION="Viewer of next generation sequence assemblies and alignments" HOMEPAGE="https://ics.hutton.ac.uk/tablet" SRC_URI=" - x86? ( https://ics.hutton.ac.uk/resources/tablet/installers/tablet_linux_x86_$(replace_all_version_separators _).sh -> ${P}.sh ) - amd64? ( https://ics.hutton.ac.uk/resources/tablet/installers/tablet_linux_x64_$(replace_all_version_separators _).sh -> ${P}.sh ) - http://bioinf.hutton.ac.uk/tablet/additional/coveragestats.py" + x86? ( https://ics.hutton.ac.uk/resources/tablet/installers/tablet_linux_x86_$(ver_rs 0-3 _).sh -> ${P}.sh ) + amd64? ( https://ics.hutton.ac.uk/resources/tablet/installers/tablet_linux_x64_$(ver_rs 0-3 _).sh -> ${P}.sh ) + https://bioinf.hutton.ac.uk/tablet/additional/coveragestats.py" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -68,7 +67,7 @@ src_install() { -e "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home=${TMPDIR} -Dinstall4j.jvmDir -Djava.util.prefs.systemRoot=${TMPDIR}#" -i "${WORKDIR}"/${P}.sh || die else sed \ - -e 's#"$app_java_home/bin/java" -Dinstall4j.jvmDir# '"${EPREFIX}""/usr/bin/java -Duser.home=${TMPDIR} -Dinstall4j.jvmDir -Djava.util.prefs.systemRoot=${TMPDIR}#" -i "${WORKDIR}"/${P}.sh || die + -e 's#"$app_java_home/bin/java" -Dinstall4j.jvmDir# '"${EPREFIX}""/usr/bin/java -Duser.home=${TMPDIR} -Dinstall4j.jvmDir -Djava.util.prefs.systemRoot=${TMPDIR}#" -i "${WORKDIR}"/${P}.sh || die fi sh \ "${WORKDIR}"/${P}.sh \