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 3CE06158086 for ; Sun, 24 Oct 2021 09:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E9DE086F; Sun, 24 Oct 2021 09:29:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79132E086F for ; Sun, 24 Oct 2021 09:29:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7189534364F for ; Sun, 24 Oct 2021 09:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CADD8F for ; Sun, 24 Oct 2021 09:29:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635067706.c0ab3f924d00587dd0d819927930330759d4cd0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild net-misc/dhcpcd/dhcpcd-9999.ebuild net-misc/dhcpcd/metadata.xml X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0ab3f924d00587dd0d819927930330759d4cd0f X-VCS-Branch: master Date: Sun, 24 Oct 2021 09:29:43 +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: 30c14f28-8ac5-4f52-a005-6f61d8bf02bd X-Archives-Hash: a330d06a7e43cb34d7bd81d6a58ed9fc commit: c0ab3f924d00587dd0d819927930330759d4cd0f Author: Sam James gentoo org> AuthorDate: Sun Oct 24 09:28:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 09:28:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab3f92 net-misc/dhcpcd: update HOMEPAGE/EGIT_REPO_URI/remote-id Closes: https://bugs.gentoo.org/819966 Signed-off-by: Sam James gentoo.org> net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild | 4 ++-- net-misc/dhcpcd/dhcpcd-9999.ebuild | 6 +++--- net-misc/dhcpcd/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild index b70fbf92e08..abe76a4939a 100644 --- a/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild @@ -7,7 +7,7 @@ inherit systemd toolchain-funcs if [[ ${PV} == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://roy.marples.name/cgit/dhcpcd.git" + EGIT_REPO_URI="https://github.com/NetworkConfiguration/dhcpcd.git" else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" @@ -18,7 +18,7 @@ else fi DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="https://roy.marples.name/projects/dhcpcd" +HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="debug elibc_glibc +embedded ipv6 kernel_linux privsep +udev" diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 092c6e4a1dd..5726f78a3a5 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.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 @@ -7,7 +7,7 @@ inherit systemd toolchain-funcs if [[ ${PV} == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://roy.marples.name/cgit/dhcpcd.git" + EGIT_REPO_URI="https://github.com/NetworkConfiguration/dhcpcd.git" else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" @@ -18,7 +18,7 @@ else fi DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="https://roy.marples.name/projects/dhcpcd" +HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="debug elibc_glibc +embedded ipv6 kernel_linux privsep +udev" diff --git a/net-misc/dhcpcd/metadata.xml b/net-misc/dhcpcd/metadata.xml index a6bcbfaf27f..6455e11f0a2 100644 --- a/net-misc/dhcpcd/metadata.xml +++ b/net-misc/dhcpcd/metadata.xml @@ -10,7 +10,7 @@ Gentoo Base System - rsmarples/dhcpcd + NetworkConfiguration/dhcpcd cpe:/a:roy_marples:dhcpcd