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: dev-python/sancho/
Date: Sat, 24 Mar 2018 13:10:57
Message-Id: 1521897047.b60d287e4acf3a4bce2a23227ecfe0d9ee480d78.mgorny@gentoo
1 commit: b60d287e4acf3a4bce2a23227ecfe0d9ee480d78
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 23 15:45:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 13:10:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60d287e
7
8 dev-python/sancho: use HTTPS
9
10 dev-python/sancho/sancho-2.4-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-python/sancho/sancho-2.4-r1.ebuild b/dev-python/sancho/sancho-2.4-r1.ebuild
14 index 3ae77d7de0e..38d99a97417 100644
15 --- a/dev-python/sancho/sancho-2.4-r1.ebuild
16 +++ b/dev-python/sancho/sancho-2.4-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -9,8 +9,8 @@ inherit distutils-r1
24 MY_P="Sancho-${PV}"
25
26 DESCRIPTION="Sancho is a unit testing framework"
27 -HOMEPAGE="http://www.mems-exchange.org/software/sancho/"
28 -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
29 +HOMEPAGE="https://www.mems-exchange.org/software/sancho/"
30 +SRC_URI="https://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
31
32 LICENSE="CNRI"
33 SLOT="0"