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 659BE1382C5 for ; Mon, 24 May 2021 07:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C033FE077D; Mon, 24 May 2021 07:31:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA98BE077D for ; Mon, 24 May 2021 07:31:49 +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 627DF340C8A for ; Mon, 24 May 2021 07:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86420793 for ; Mon, 24 May 2021 07:31:46 +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: <1621710412.9416908e00d4d16ddc42a5e138b4fbbf65e467bc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-biology/geneathome/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-biology/geneathome/geneathome-1.10.ebuild X-VCS-Directories: sci-biology/geneathome/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9416908e00d4d16ddc42a5e138b4fbbf65e467bc X-VCS-Branch: master Date: Mon, 24 May 2021 07:31:46 +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: 68804ba7-86eb-40f6-8f38-513eda423264 X-Archives-Hash: 517a280ff1375c996b42fa9111adec29 commit: 9416908e00d4d16ddc42a5e138b4fbbf65e467bc Author: Anna Vyalkova sysrq in> AuthorDate: Sat May 22 18:02:36 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat May 22 19:06:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9416908e sci-biology/geneathome: fix unpack Closes: https://bugs.gentoo.org/791409 Signed-off-by: Anna Vyalkova sysrq.in> sci-biology/geneathome/geneathome-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/geneathome/geneathome-1.10.ebuild b/sci-biology/geneathome/geneathome-1.10.ebuild index 10a169916..1c7b336d6 100644 --- a/sci-biology/geneathome/geneathome-1.10.ebuild +++ b/sci-biology/geneathome/geneathome-1.10.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="BOINC application for expanding Gene Regulatory Networks (GRN)" HOMEPAGE="http://gene.disi.unitn.it/test/genehome https://bitbucket.org/francesco-asnicar/pc-boinc" SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${BOINC_RELEASE}/${BOINC_VER}.tar.gz -> boinc-${BOINC_VER}.tar.gz https://bitbucket.org/francesco-asnicar/${MY_PN}/get/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/boinc-client_release-${BOINC_RELEASE}-${BOINC_VER}/samples/francesco-asnicar-${MY_PN}-${COMMIT}" +S="${WORKDIR}/boinc-client_release-${BOINC_RELEASE}-${BOINC_VER}/samples/${PN}" LICENSE="sunpro public-domain" SLOT="0" @@ -34,7 +34,7 @@ DOCS=( Readme.md ) src_unpack() { default - mv "${WORKDIR}/francesco-asnicar-${MY_PN}-${COMMIT}" "${S}" || die + mv "${WORKDIR}"/francesco-asnicar-* "${S}" || die } src_prepare() {