summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 22:58:05 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:04:15 +0200
commit82e4e5f8a878d939f0ef6b9d3083d48ac1756940 (patch)
treebc76d6ad37b7e5f5c3d8e2c4d7338936f3e1d434 /media-libs/glu
parentmedia-libs/mesa: use HTTPS for freedesktop.org and SRC_URI, add HOMEPAGE (diff)
downloadgentoo-82e4e5f8a878d939f0ef6b9d3083d48ac1756940.tar.gz
gentoo-82e4e5f8a878d939f0ef6b9d3083d48ac1756940.tar.bz2
gentoo-82e4e5f8a878d939f0ef6b9d3083d48ac1756940.zip
media-libs/glu: use HTTPS for freedesktop.org and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/glu')
-rw-r--r--media-libs/glu/glu-9.0.0-r1.ebuild4
-rw-r--r--media-libs/glu/glu-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/glu/glu-9.0.0-r1.ebuild b/media-libs/glu/glu-9.0.0-r1.ebuild
index 92fc6a60b2a7..9069395176c6 100644
--- a/media-libs/glu/glu-9.0.0-r1.ebuild
+++ b/media-libs/glu/glu-9.0.0-r1.ebuild
@@ -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"
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index 88747c6ff83e..8f475014bbfa 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -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