diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 22:56:00 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:04:12 +0200 |
commit | e11d297a53a7dfd87d140c8987fab460e8605e79 (patch) | |
tree | 0b0d4a0c1ae99bda2dc42acc8e81cf31161b56a1 /media-libs | |
parent | media-libs/virglrenderer: use HTTPS for freedesktop.org (diff) | |
download | gentoo-e11d297a53a7dfd87d140c8987fab460e8605e79.tar.gz gentoo-e11d297a53a7dfd87d140c8987fab460e8605e79.tar.bz2 gentoo-e11d297a53a7dfd87d140c8987fab460e8605e79.zip |
media-libs/mesa: use HTTPS for freedesktop.org and SRC_URI, add HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-13.0.5.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-13.0.6.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.0.6.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.0.7.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.2.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.4.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.1.5.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
11 files changed, 15 insertions, 15 deletions
diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 88320cd3932c..594c283ec9b6 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" @@ -20,12 +20,12 @@ MY_P="${P/_/-}" FOLDER="${PV/_rc*/}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" else - SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz" + SRC_URI="https://mesa.freedesktop.org/archive/${FOLDER}/${MY_P}.tar.xz" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi diff --git a/media-libs/mesa/mesa-13.0.6.ebuild b/media-libs/mesa/mesa-13.0.6.ebuild index b432547e13de..c18e6d30ebab 100644 --- a/media-libs/mesa/mesa-13.0.6.ebuild +++ b/media-libs/mesa/mesa-13.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" @@ -20,12 +20,12 @@ MY_P="${P/_/-}" FOLDER="${PV/_rc*/}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" else - SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz" + SRC_URI="https://mesa.freedesktop.org/archive/${FOLDER}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi diff --git a/media-libs/mesa/mesa-17.0.6.ebuild b/media-libs/mesa/mesa-17.0.6.ebuild index a7d453fc8ca9..3b5142a6ccf8 100644 --- a/media-libs/mesa/mesa-17.0.6.ebuild +++ b/media-libs/mesa/mesa-17.0.6.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.0.7.ebuild b/media-libs/mesa/mesa-17.0.7.ebuild index 9ba88cc64a99..1c5fc3477331 100644 --- a/media-libs/mesa/mesa-17.0.7.ebuild +++ b/media-libs/mesa/mesa-17.0.7.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.0.ebuild b/media-libs/mesa/mesa-17.1.0.ebuild index e7d45e452638..01357ebf26ec 100644 --- a/media-libs/mesa/mesa-17.1.0.ebuild +++ b/media-libs/mesa/mesa-17.1.0.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.1.ebuild b/media-libs/mesa/mesa-17.1.1.ebuild index e7d45e452638..01357ebf26ec 100644 --- a/media-libs/mesa/mesa-17.1.1.ebuild +++ b/media-libs/mesa/mesa-17.1.1.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild index e331fde780d2..69db7f0ac2f8 100644 --- a/media-libs/mesa/mesa-17.1.2.ebuild +++ b/media-libs/mesa/mesa-17.1.2.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.3.ebuild b/media-libs/mesa/mesa-17.1.3.ebuild index e331fde780d2..69db7f0ac2f8 100644 --- a/media-libs/mesa/mesa-17.1.3.ebuild +++ b/media-libs/mesa/mesa-17.1.3.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.4.ebuild b/media-libs/mesa/mesa-17.1.4.ebuild index e331fde780d2..69db7f0ac2f8 100644 --- a/media-libs/mesa/mesa-17.1.4.ebuild +++ b/media-libs/mesa/mesa-17.1.4.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-17.1.5.ebuild b/media-libs/mesa/mesa-17.1.5.ebuild index e331fde780d2..69db7f0ac2f8 100644 --- a/media-libs/mesa/mesa-17.1.5.ebuild +++ b/media-libs/mesa/mesa-17.1.5.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index f54779f95727..7b46f3d89a6d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -19,7 +19,7 @@ OPENGL_DIR="xorg-x11" MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" if [[ $PV == 9999 ]]; then SRC_URI="" |