diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /media-fonts/source-han-sans | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-fonts/source-han-sans')
-rw-r--r-- | media-fonts/source-han-sans/metadata.xml | 2 | ||||
-rw-r--r-- | media-fonts/source-han-sans/source-han-sans-1.001.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/source-han-sans/metadata.xml b/media-fonts/source-han-sans/metadata.xml index c49abbde1940..156bf900034a 100644 --- a/media-fonts/source-han-sans/metadata.xml +++ b/media-fonts/source-han-sans/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>fonts</herd> <upstream> diff --git a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild index 0cb9b6054212..c2b1cf83981a 100644 --- a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild +++ b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild @@ -11,10 +11,10 @@ inherit font DESCRIPTION="Pan-CJK OpenType/CFF font family" HOMEPAGE="https://github.com/adobe-fonts/source-han-sans/" -SRC_URI="linguas_ja? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz ) - linguas_ko? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz ) - linguas_zh_CN? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz ) - linguas_zh_TW? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )" +SRC_URI="linguas_ja? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz ) + linguas_ko? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz ) + linguas_zh_CN? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz ) + linguas_zh_TW? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )" LICENSE="Apache-2.0" SLOT="0" |