commit:     1487192d65642559a6132185eca15fcdc929d918
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 30 16:46:00 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 00:26:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1487192d

dev-python/pysvg: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-python/pysvg/pysvg-0.2.2.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pysvg/pysvg-0.2.2.ebuild 
b/dev-python/pysvg/pysvg-0.2.2.ebuild
index 1313278326f..afbdeb656ca 100644
--- a/dev-python/pysvg/pysvg-0.2.2.ebuild
+++ b/dev-python/pysvg/pysvg-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,13 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python SVG document creation library"
-HOMEPAGE="http://codeboje.de/pysvg/";
+HOMEPAGE="https://codeboje.de/pysvg/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="app-arch/unzip"
-RDEPEND=""

Reply via email to