Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/diveintopython/
Date: Mon, 04 Sep 2017 21:56:50
Message-Id: 1504562194.79e5086f9879465a6f7b74cf042633dc10835714.monsieurp@gentoo
1 commit: 79e5086f9879465a6f7b74cf042633dc10835714
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Sep 2 19:04:41 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 4 21:56:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e5086f
7
8 app-doc/diveintopython: use HTTPS for links to dev.gentoo.org.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5598
11
12 app-doc/diveintopython/diveintopython-3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild
16 index 51eb711cdac..b50c7bf34b3 100644
17 --- a/app-doc/diveintopython/diveintopython-3.ebuild
18 +++ b/app-doc/diveintopython/diveintopython-3.ebuild
19 @@ -6,9 +6,9 @@ EAPI=6
20 DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 3"
21 HOMEPAGE="http://www.diveintopython3.net/"
22
23 -SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
24 +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
25 pdf? (
26 - http://dev.gentoo.org/~monsieurp/packages/${P}-pdf.tar.gz
27 + https://dev.gentoo.org/~monsieurp/packages/${P}-pdf.tar.gz
28 )"
29
30 LICENSE="CC-BY-SA-3.0"