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 C5B351382C5 for ; Tue, 19 Jan 2021 16:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FA6E08E8; Tue, 19 Jan 2021 16:56:07 +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 44444E08E0 for ; Tue, 19 Jan 2021 16:56:07 +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 676FF340C4B for ; Tue, 19 Jan 2021 16:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E084A7 for ; Tue, 19 Jan 2021 16:56:03 +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: <1611074787.48eca1b9ad399cdf63cda38381897870d2fba5de.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/labbookdb/labbookdb-0.1.ebuild X-VCS-Directories: sci-libs/labbookdb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 48eca1b9ad399cdf63cda38381897870d2fba5de X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:56:03 +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: dd89ef9a-1911-44a8-9042-60224a2bd39b X-Archives-Hash: 1ed0a56758d9fedbc222fe7a2aac889f commit: 48eca1b9ad399cdf63cda38381897870d2fba5de Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:46:27 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:46:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48eca1b9 sci-libs/labbookdb: properly name tarball Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/labbookdb/labbookdb-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild b/sci-libs/labbookdb/labbookdb-0.1.ebuild index 68e045c9d..b98788eb7 100644 --- a/sci-libs/labbookdb/labbookdb-0.1.ebuild +++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Lab Book Database Framework" HOMEPAGE="https://github.com/TheChymera/LabbookDB" -SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz" +SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"