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 BB7EB138334 for ; Sun, 10 Jun 2018 21:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D77E8E07F1; Sun, 10 Jun 2018 21:23:49 +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 A9A20E07F1 for ; Sun, 10 Jun 2018 21:23:49 +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 E943B335C8B for ; Sun, 10 Jun 2018 21:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AA5F29E for ; Sun, 10 Jun 2018 21:23:46 +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: <1528665817.fffafb55e3c089eaee4e11eaf7bb9f18a997093e.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-7.0.5b.ebuild X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fffafb55e3c089eaee4e11eaf7bb9f18a997093e X-VCS-Branch: master Date: Sun, 10 Jun 2018 21:23: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-Archives-Salt: 92978e77-c56d-44b3-a3f1-82a4d062b523 X-Archives-Hash: cb2aafb5c43c0deced4d31dc0e9a8fa5 commit: fffafb55e3c089eaee4e11eaf7bb9f18a997093e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jun 10 21:23:37 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jun 10 21:23:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffafb55 net-misc/dhcpcd: Use HTTPS Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild index 3d93853bedc..bca59ecd5d7 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.5b.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"