Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsimple-dyndns/
Date: Sun, 30 Jul 2017 09:45:10
Message-Id: 1501407888.1aa590e1f520a43f072659c06546b5c5fbcd27c8.mgorny@gentoo
1 commit: 1aa590e1f520a43f072659c06546b5c5fbcd27c8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:51:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa590e1
7
8 net-dns/dnsimple-dyndns: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
16 index 42c29c75c8e..c7a62597fea 100644
17 --- a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
18 +++ b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
26 GIT_ECLASS=
27 if [[ ${PV} = *9999* ]]; then
28 GIT_ECLASS="git-r3"
29 - EGIT_REPO_URI="git://github.com/rafaelmartins/dnsimple-dyndns.git
30 - https://github.com/rafaelmartins/dnsimple-dyndns.git"
31 + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
32 fi
33
34 inherit distutils-r1 ${GIT_ECLASS}