summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:47:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:49:19 +0200
commiteaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch)
tree6a380aa33005e1997c9dbe6f1c00520274543303 /media-sound/opus-tools
parentsci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff)
downloadgentoo-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-sound/opus-tools')
-rw-r--r--media-sound/opus-tools/metadata.xml2
-rw-r--r--media-sound/opus-tools/opus-tools-0.1.6.ebuild2
-rw-r--r--media-sound/opus-tools/opus-tools-0.1.8.ebuild2
-rw-r--r--media-sound/opus-tools/opus-tools-0.1.9.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/opus-tools/metadata.xml b/media-sound/opus-tools/metadata.xml
index 3bf6bcfeb512..dbfcd4f83f14 100644
--- a/media-sound/opus-tools/metadata.xml
+++ b/media-sound/opus-tools/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>sound</herd>
</pkgmetadata>
diff --git a/media-sound/opus-tools/opus-tools-0.1.6.ebuild b/media-sound/opus-tools/opus-tools-0.1.6.ebuild
index 362552f6b72c..f61c9956d301 100644
--- a/media-sound/opus-tools/opus-tools-0.1.6.ebuild
+++ b/media-sound/opus-tools/opus-tools-0.1.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://opus-codec.org/"
if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
else # Official release
SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
fi
diff --git a/media-sound/opus-tools/opus-tools-0.1.8.ebuild b/media-sound/opus-tools/opus-tools-0.1.8.ebuild
index 37a43410509a..ec6ed179431c 100644
--- a/media-sound/opus-tools/opus-tools-0.1.8.ebuild
+++ b/media-sound/opus-tools/opus-tools-0.1.8.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
else # Official release
SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
fi
diff --git a/media-sound/opus-tools/opus-tools-0.1.9.ebuild b/media-sound/opus-tools/opus-tools-0.1.9.ebuild
index e3975b1b99ae..80e6b241e7b0 100644
--- a/media-sound/opus-tools/opus-tools-0.1.9.ebuild
+++ b/media-sound/opus-tools/opus-tools-0.1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-2
EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
else # Official release
SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
fi