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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF25B158086 for ; Sun, 19 Dec 2021 22:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD2B2BC086; Sun, 19 Dec 2021 22:10:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 099F42BC086 for ; Sun, 19 Dec 2021 22:10:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 786C1343207 for ; Sun, 19 Dec 2021 22:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9951F4 for ; Sun, 19 Dec 2021 22:09:52 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1639951783.844fcd6389a31497a88411c5ee20526d0e3236b1.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/runc/runc-1.0.2-r1.ebuild app-emulation/runc/runc-1.0.3.ebuild X-VCS-Directories: app-emulation/runc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 844fcd6389a31497a88411c5ee20526d0e3236b1 X-VCS-Branch: master Date: Sun, 19 Dec 2021 22:09:52 +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: ec6440b5-cfdf-4b3b-bad4-8e65ffb82f06 X-Archives-Hash: 11af80bd7b94d34696fc0e2d1a52552f commit: 844fcd6389a31497a88411c5ee20526d0e3236b1 Author: William Hubbs gentoo org> AuthorDate: Sun Dec 19 22:09:19 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Dec 19 22:09:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844fcd63 app-emulation/runc: fix home page Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> app-emulation/runc/runc-1.0.2-r1.ebuild | 2 +- app-emulation/runc/runc-1.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/runc/runc-1.0.2-r1.ebuild b/app-emulation/runc/runc-1.0.2-r1.ebuild index 3cd57d43c12e..38b6da62493d 100644 --- a/app-emulation/runc/runc-1.0.2-r1.ebuild +++ b/app-emulation/runc/runc-1.0.2-r1.ebuild @@ -11,7 +11,7 @@ RUNC_COMMIT=52b36a2dd837e8462de8e01458bf02cf9eea47dd CONFIG_CHECK="~USER_NS" DESCRIPTION="runc container cli tools" -HOMEPAGE="http://runc.io" +HOMEPAGE="http://github.com/opencontainers/runc/" MY_PV="${PV/_/-}" SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-emulation/runc/runc-1.0.3.ebuild b/app-emulation/runc/runc-1.0.3.ebuild index 92c4b7440bdb..db1d0c6af602 100644 --- a/app-emulation/runc/runc-1.0.3.ebuild +++ b/app-emulation/runc/runc-1.0.3.ebuild @@ -11,7 +11,7 @@ RUNC_COMMIT=f46b6ba2c9314cfc8caae24a32ec5fe9ef1059fe CONFIG_CHECK="~USER_NS" DESCRIPTION="runc container cli tools" -HOMEPAGE="http://runc.io" +HOMEPAGE="http://github.com/opencontainers/runc/" MY_PV="${PV/_/-}" SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"