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 DDDA31382C5 for ; Tue, 15 Jun 2021 10:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD87E0833; Tue, 15 Jun 2021 10:06:52 +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 187B8E082B for ; Tue, 15 Jun 2021 10:06:52 +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 342E6335DA7 for ; Tue, 15 Jun 2021 10:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF8A7A4 for ; Tue, 15 Jun 2021 10:06:49 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1623751601.70d78463181d6fc38af6e8b7a8d74de96c3e0b7d.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/paperde/paperde-0.1.1_p20210426.ebuild X-VCS-Directories: gui-apps/paperde/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 70d78463181d6fc38af6e8b7a8d74de96c3e0b7d X-VCS-Branch: dev Date: Tue, 15 Jun 2021 10:06:49 +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: 2cb8e7a2-292d-4f58-aa68-8ef86674d8ef X-Archives-Hash: beab5248b4ae2c9d898947ec43e6b275 commit: 70d78463181d6fc38af6e8b7a8d74de96c3e0b7d Author: Maciej Barć riseup net> AuthorDate: Tue Jun 15 10:06:41 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Tue Jun 15 10:06:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70d78463 gui-apps/paperde: paperde -> PN Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> gui-apps/paperde/paperde-0.1.1_p20210426.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild index e1ae834fa..95dfd31e3 100644 --- a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild +++ b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else COMMIT="15018307192107e2915671d412f3fc900ac5af4b" - SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/paperde-${COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-${COMMIT}" fi