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 B34E1139345 for ; Mon, 19 Jul 2021 10:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A3C5E0D4C; Mon, 19 Jul 2021 10:06: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 E5E60E0D4C for ; Mon, 19 Jul 2021 10:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D3E68342A87 for ; Mon, 19 Jul 2021 10:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA0C57DF for ; Mon, 19 Jul 2021 10:06: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: <1626689196.f279c79d87dea2b2a315ef0df9fdccd6f504b01c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/erofs-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/erofs-utils/erofs-utils-1.3.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f279c79d87dea2b2a315ef0df9fdccd6f504b01c X-VCS-Branch: master Date: Mon, 19 Jul 2021 10:06: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: 8f81fb7d-b1ad-4447-9b3f-ca0a45e35e10 X-Archives-Hash: d1839bb423270233f5c677b9d8f2c971 commit: f279c79d87dea2b2a315ef0df9fdccd6f504b01c Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jul 19 10:06:36 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 19 10:06:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f279c79d sys-fs/erofs-utils: fix HomepageInSrcUri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-fs/erofs-utils/erofs-utils-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild index ee37d4a49..5188e99b1 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Userspace tools for EROFS images" HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" -SRC_URI="${HOMEPAGE}/snapshot/${P}.tar.gz" +SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" 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 5E5D913933E for ; Mon, 19 Jul 2021 10:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8D0FE09F6; Mon, 19 Jul 2021 10:06:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 93735E09F6 for ; Mon, 19 Jul 2021 10:06:44 +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 C4DF2340CFE for ; Mon, 19 Jul 2021 10:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 263337DF for ; Mon, 19 Jul 2021 10:06:41 +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: <1626689196.f279c79d87dea2b2a315ef0df9fdccd6f504b01c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/erofs-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/erofs-utils/erofs-utils-1.3.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f279c79d87dea2b2a315ef0df9fdccd6f504b01c X-VCS-Branch: dev Date: Mon, 19 Jul 2021 10:06:41 +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: a2b68aff-b0b1-4a8b-8f07-eb1925e3076a X-Archives-Hash: 9feac2e427a6ef5ab0cfba041ff8889c Message-ID: <20210719100641.hNc1x6mg29DrJZ-YqHELkfE_73N92AjLvgkBGPyXzzs@z> commit: f279c79d87dea2b2a315ef0df9fdccd6f504b01c Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jul 19 10:06:36 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 19 10:06:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f279c79d sys-fs/erofs-utils: fix HomepageInSrcUri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-fs/erofs-utils/erofs-utils-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild index ee37d4a49..5188e99b1 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Userspace tools for EROFS images" HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" -SRC_URI="${HOMEPAGE}/snapshot/${P}.tar.gz" +SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"