Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
Date: Fri, 01 Mar 2019 00:26:59
Message-Id: 1551399993.e78836872cb16601481be5f4d973951d6e478451.bman@gentoo
1 commit: e78836872cb16601481be5f4d973951d6e478451
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:50:20 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7883687
7
8 dev-python/robotframework: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/robotframework/robotframework-3.0.2.ebuild | 4 ++--
14 dev-python/robotframework/robotframework-3.0.4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
18 index 20a491ce597..e07519e4dfe 100644
19 --- a/dev-python/robotframework/robotframework-3.0.2.ebuild
20 +++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
28 inherit distutils-r1
29
30 DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
31 -HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/"
32 +HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 LICENSE="Apache-2.0"
35 SLOT="0"
36
37 diff --git a/dev-python/robotframework/robotframework-3.0.4.ebuild b/dev-python/robotframework/robotframework-3.0.4.ebuild
38 index 20a491ce597..e07519e4dfe 100644
39 --- a/dev-python/robotframework/robotframework-3.0.4.ebuild
40 +++ b/dev-python/robotframework/robotframework-3.0.4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
48 inherit distutils-r1
49
50 DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
51 -HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/"
52 +HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54 LICENSE="Apache-2.0"
55 SLOT="0"