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: app-misc/sleepyhead/
Date: Sun, 30 Jul 2017 08:48:10
Message-Id: 1501404406.af6bef65cb4518487389fde9b95ede9ef1a8b775.mgorny@gentoo
1 commit: af6bef65cb4518487389fde9b95ede9ef1a8b775
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:13:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:46:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6bef65
7
8 app-misc/sleepyhead: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-misc/sleepyhead/sleepyhead-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/sleepyhead/sleepyhead-9999.ebuild b/app-misc/sleepyhead/sleepyhead-9999.ebuild
16 index 6b4c8dabd18..36e00d73fd3 100644
17 --- a/app-misc/sleepyhead/sleepyhead-9999.ebuild
18 +++ b/app-misc/sleepyhead/sleepyhead-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 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,7 +8,7 @@ HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main
26
27 # Point to any required sources; these will be automatically downloaded by
28 # Portage.
29 -EGIT_REPO_URI="git://github.com/rich0/rich0-sleepyhead.git"
30 +EGIT_REPO_URI="https://github.com/rich0/rich0-sleepyhead.git"
31 EGIT_BRANCH="rich-test"
32
33 LICENSE="GPL-2"