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 243A4138334 for ; Thu, 7 Jun 2018 00:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B57A8E0C39; Thu, 7 Jun 2018 00:44:41 +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 06D0CE0C39 for ; Thu, 7 Jun 2018 00:44:37 +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 92A01335C7A for ; Thu, 7 Jun 2018 00:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83852C3 for ; Thu, 7 Jun 2018 00:44:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1528332257.69d305e72173e76a74a237a86e272530ea31092d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-6.11.3.ebuild net-misc/dhcpcd/dhcpcd-6.11.5.ebuild net-misc/dhcpcd/dhcpcd-7.0.0.ebuild net-misc/dhcpcd/dhcpcd-7.0.1.ebuild net-misc/dhcpcd/dhcpcd-7.0.2.ebuild net-misc/dhcpcd/dhcpcd-7.0.3.ebuild net-misc/dhcpcd/dhcpcd-7.0.4.ebuild net-misc/dhcpcd/dhcpcd-9999.ebuild X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 69d305e72173e76a74a237a86e272530ea31092d X-VCS-Branch: master Date: Thu, 7 Jun 2018 00:44:22 +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-Archives-Salt: 069eddf8-2308-4a1f-9f4c-fd2997f0a5a1 X-Archives-Hash: 0ae20615ca507e9335359167480ef6c6 commit: 69d305e72173e76a74a237a86e272530ea31092d Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 7 00:44:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 7 00:44:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d305e7 net-misc/dhcpcd: update URLs to use HTTPS Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/dhcpcd/dhcpcd-6.11.3.ebuild | 4 ++-- net-misc/dhcpcd/dhcpcd-6.11.5.ebuild | 4 ++-- net-misc/dhcpcd/dhcpcd-7.0.0.ebuild | 6 +++--- net-misc/dhcpcd/dhcpcd-7.0.1.ebuild | 6 +++--- net-misc/dhcpcd/dhcpcd-7.0.2.ebuild | 6 +++--- net-misc/dhcpcd/dhcpcd-7.0.3.ebuild | 6 +++--- net-misc/dhcpcd/dhcpcd-7.0.4.ebuild | 6 +++--- net-misc/dhcpcd/dhcpcd-9999.ebuild | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/net-misc/dhcpcd/dhcpcd-6.11.3.ebuild b/net-misc/dhcpcd/dhcpcd-6.11.3.ebuild index e3c4a2bbd1a..ba2d583ce99 100644 --- a/net-misc/dhcpcd/dhcpcd-6.11.3.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.11.3.ebuild @@ -9,7 +9,7 @@ else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -17,7 +17,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild index b3643c1a86f..88c108069c9 100644 --- a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild @@ -9,7 +9,7 @@ else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -17,7 +17,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-7.0.0.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.0.ebuild index 2723156dac9..c77b8fed58c 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.0.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.0.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild index be9639cc381..10a09a211b7 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-7.0.2.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.2.ebuild index 3d93853bedc..bca59ecd5d7 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.2.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.2.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild index 3d93853bedc..bca59ecd5d7 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-7.0.4.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.4.ebuild index 3d93853bedc..bca59ecd5d7 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.4.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 3d93853bedc..bca59ecd5d7 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"