Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/
Date: Sun, 10 Jun 2018 21:23:50
Message-Id: 1528665817.fffafb55e3c089eaee4e11eaf7bb9f18a997093e.whissi@gentoo
1 commit: fffafb55e3c089eaee4e11eaf7bb9f18a997093e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 21:23:37 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 21:23:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffafb55
7
8 net-misc/dhcpcd: Use HTTPS
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild
16 index 3d93853bedc..bca59ecd5d7 100644
17 --- a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild
18 +++ b/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild
19 @@ -4,13 +4,13 @@
20 EAPI=6
21
22 if [[ ${PV} == "9999" ]]; then
23 - EGIT_REPO_URI="git://roy.marples.name/dhcpcd"
24 + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git"
25 inherit git-r3
26 else
27 MY_P="${P/_alpha/-alpha}"
28 MY_P="${MY_P/_beta/-beta}"
29 MY_P="${MY_P/_rc/-rc}"
30 - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz"
31 + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz"
32 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
33 S="${WORKDIR}/${MY_P}"
34 fi
35 @@ -18,7 +18,7 @@ fi
36 inherit eutils systemd toolchain-funcs
37
38 DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
39 -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
40 +HOMEPAGE="https://roy.marples.name/projects/dhcpcd"
41 LICENSE="BSD-2"
42 SLOT="0"
43 IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"