dev-python/objgraph: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 18 Jun 2018 19:57:57 +0000 (21:57 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 23 Jun 2018 21:55:03 +0000 (17:55 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8897

dev-python/objgraph/objgraph-1.7.2.ebuild
dev-python/objgraph/objgraph-1.8.1.ebuild
dev-python/objgraph/objgraph-3.1.0.ebuild

index 72f432f7209f92beebc849a114cb851cf895c7db..90fdb9d519257c9156780c18d1ffde2006c69bd1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/"
+HOMEPAGE="https://mg.pov.lt/objgraph/"
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index 44d0b197b22f8b48e4bb777cdac08c3a7f90bb63..90fdb9d519257c9156780c18d1ffde2006c69bd1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/"
+HOMEPAGE="https://mg.pov.lt/objgraph/"
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index df22cf88af4e9953dd9535678637ca7015726654..c3a25b2db0ff66815a73875d4d3a6bca740712d2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/"
+HOMEPAGE="https://mg.pov.lt/objgraph/"
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"