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 836EC13835A for ; Sat, 22 May 2021 19:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CB9EE0877; Sat, 22 May 2021 19:06:58 +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 6BEF8E0876 for ; Sat, 22 May 2021 19:06:58 +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 06C3F335CEA for ; Sat, 22 May 2021 19:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D9D793 for ; Sat, 22 May 2021 19:06:55 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1621710412.9416908e00d4d16ddc42a5e138b4fbbf65e467bc.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9416908e00d4d16ddc42a5e138b4fbbf65e467bc X-VCS-Branch: dev Date: Sat, 22 May 2021 19:06:55 +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: 8fc3676a-71ef-4d44-81a4-272f126491fc X-Archives-Hash: 7e99291406d09cf180638545bfbac25f commit: 9416908e00d4d16ddc42a5e138b4fbbf65e467bc Author: Anna Vyalkova sysrq in> AuthorDate: Sat May 22 18:02:36 2021 +0000 Commit: Anna Vyalkova sysrq in> 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() {