Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 25 Jan 2017 17:35:55
Message-Id: 1485365484.d48f58968fe87824760ad7919ae7f3fdfe277b38.mattst88@gentoo
1 commit: d48f58968fe87824760ad7919ae7f3fdfe277b38
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 17:30:07 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 17:31:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f5896
7
8 media-libs/mesa: Update download link, and download over HTTPS.
9
10 Prefer HTTPS to FTP. Also upstream has stopped putting releases in a
11 subdirectory corresponding to the version.
12
13 media-libs/mesa/mesa-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index fa8bd50..34c1704 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -18,7 +18,6 @@ inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
21 OPENGL_DIR="xorg-x11"
22
23 MY_P="${P/_/-}"
24 -FOLDER="${PV/_rc*/}"
25
26 DESCRIPTION="OpenGL-like graphic library for Linux"
27 HOMEPAGE="http://mesa3d.sourceforge.net/"
28 @@ -27,7 +26,7 @@ if [[ $PV == 9999 ]]; then
29 SRC_URI=""
30 KEYWORDS=""
31 else
32 - SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz"
33 + SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
35 fi