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: x11-misc/urxvt-font-size/
Date: Sun, 30 Jul 2017 09:23:21
Message-Id: 1501406573.ec5023d515ea3a923f3c4eaff0845421d1331203.mgorny@gentoo
1 commit: ec5023d515ea3a923f3c4eaff0845421d1331203
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:19:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5023d5
7
8 x11-misc/urxvt-font-size: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild | 4 ++--
13 x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
17 index 697cfbd7070..6e9c01b1a6e 100644
18 --- a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
19 +++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 inherit multilib
27
28 if [[ ${PV} == 9999* ]]; then
29 - EGIT_REPO_URI="git://github.com/majutsushi/urxvt-font-size.git"
30 + EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git"
31 inherit git-r3
32 else
33 KEYWORDS="amd64 x86"
34
35 diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild
36 index aaaec042cca..e09077f0ccc 100644
37 --- a/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild
38 +++ b/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 inherit multilib
46
47 if [[ ${PV} == 9999* ]]; then
48 - EGIT_REPO_URI="git://github.com/majutsushi/urxvt-font-size.git"
49 + EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git"
50 inherit git-r3
51 else
52 KEYWORDS="~amd64 ~x86"