mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/cairosvg: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8747
This commit is contained in:
committed by
Aaron Bauman
parent
64fc58ca8c
commit
2a24bf29e2
@@ -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=5
|
||||
@@ -11,7 +11,7 @@ MY_PN="CairoSVG"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG"
|
||||
HOMEPAGE="http://cairosvg.org/"
|
||||
HOMEPAGE="https://cairosvg.org/"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
@@ -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
|
||||
@@ -11,7 +11,7 @@ MY_PN="CairoSVG"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG"
|
||||
HOMEPAGE="http://cairosvg.org/"
|
||||
HOMEPAGE="https://cairosvg.org/"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
Reference in New Issue
Block a user