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-libs/libpostproc | |
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-libs/libpostproc')
5 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild index ac4201ac02bf..2b30d1a552b8 100644 --- a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild +++ b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild @@ -19,7 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Release - SRC_URI="http://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" fi LICENSE="GPL-2" diff --git a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild index 3311ddc3b42f..e25729e301bf 100644 --- a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild +++ b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild @@ -19,7 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Release - SRC_URI="http://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" fi LICENSE="GPL-2" diff --git a/media-libs/libpostproc/libpostproc-10.20140517.ebuild b/media-libs/libpostproc/libpostproc-10.20140517.ebuild index 04a1aa732112..50a6ad7cca44 100644 --- a/media-libs/libpostproc/libpostproc-10.20140517.ebuild +++ b/media-libs/libpostproc/libpostproc-10.20140517.ebuild @@ -19,7 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Release - SRC_URI="http://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" fi LICENSE="GPL-2" diff --git a/media-libs/libpostproc/libpostproc-9999.ebuild b/media-libs/libpostproc/libpostproc-9999.ebuild index 8faca2ca378e..df138a3c7f44 100644 --- a/media-libs/libpostproc/libpostproc-9999.ebuild +++ b/media-libs/libpostproc/libpostproc-9999.ebuild @@ -19,7 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Release - SRC_URI="http://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz" fi LICENSE="GPL-2" diff --git a/media-libs/libpostproc/metadata.xml b/media-libs/libpostproc/metadata.xml index 4d39c3c2955a..a2981fbbe1c5 100644 --- a/media-libs/libpostproc/metadata.xml +++ b/media-libs/libpostproc/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>video</herd> <maintainer> |