media-libs/glu: use HTTPS for freedesktop.org and SRC_URI
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 12:58:05 +0000 (22:58 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:04:15 +0000 (19:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-libs/glu/glu-9.0.0-r1.ebuild
media-libs/glu/glu-9999.ebuild

index 92fc6a60b2a789e88bc681232c1856ac4f230a47..9069395176c6b2e7d39701a82476f54b956a8599 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/glu.git"
 
 if [[ ${PV} = 9999* ]]; then
        AUTOTOOLS_AUTORECONF=1
@@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/mesa/glu/"
 if [[ ${PV} = 9999* ]]; then
        SRC_URI=""
 else
-       SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2"
+       SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.bz2"
 fi
 
 LICENSE="SGI-B-2.0"
index 88747c6ff83e3fb660d1371e54770703ca747c74..8f475014bbfa5fdab2830d599c5930d78be0baa2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/glu.git"
 
 if [[ ${PV} = 9999* ]]; then
        AUTOTOOLS_AUTORECONF=1
@@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then
        SRC_URI=""
        KEYWORDS=""
 else
-       SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2"
+       SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.bz2"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi