media-gfx/blender: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 21 Mar 2018 19:56:07 +0000 (20:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 12:01:16 +0000 (13:01 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7541

media-gfx/blender/blender-2.72b-r4.ebuild
media-gfx/blender/blender-2.79-r1.ebuild
media-gfx/blender/blender-2.79.ebuild

index ede795b90d1645e3a56b2534c2141d3fbf0efeb1..23b564e42069335b165a3c679c58141cb2ca4325 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 ## BUNDLED-DEPS:
@@ -32,13 +32,13 @@ PYTHON_COMPAT=( python3_4 )
 inherit multilib fdo-mime gnome2-utils cmake-utils eutils python-single-r1 versionator flag-o-matic toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION="3D Creation/Animation/Publishing System"
-HOMEPAGE="http://www.blender.org"
+HOMEPAGE="https://www.blender.org"
 
 case ${PV} in
        *_p*)
                SRC_URI="https://dev.gentoo.org/~lu_zero/${P}.tar.gz" ;;
        *)
-               SRC_URI="http://download.blender.org/source/${P}.tar.gz" ;;
+               SRC_URI="https://download.blender.org/source/${P}.tar.gz" ;;
 esac
 
 if [[ -n ${PATCHSET} ]]; then
index 108783768d049e3481cb5c508ee15908af7f7264..b7db3139bdae24400c73f347e01a039a14ba2089 100644 (file)
@@ -8,9 +8,9 @@ inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \
        pax-utils python-single-r1 toolchain-funcs versionator
 
 DESCRIPTION="3D Creation/Animation/Publishing System"
-HOMEPAGE="http://www.blender.org"
+HOMEPAGE="https://www.blender.org"
 
-SRC_URI="http://download.blender.org/source/${P}.tar.gz"
+SRC_URI="https://download.blender.org/source/${P}.tar.gz"
 
 # Blender can have letters in the version string,
 # so strip of the letter if it exists.
index 06c60b3f827ed7ae803eb94b2dafbd027a3969c9..145205ce35b870bd65b095f796c1df268be7b335 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,9 +8,9 @@ inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \
        pax-utils python-single-r1 toolchain-funcs versionator
 
 DESCRIPTION="3D Creation/Animation/Publishing System"
-HOMEPAGE="http://www.blender.org"
+HOMEPAGE="https://www.blender.org"
 
-SRC_URI="http://download.blender.org/source/${P}.tar.gz"
+SRC_URI="https://download.blender.org/source/${P}.tar.gz"
 
 # Blender can have letters in the version string,
 # so strip of the letter if it exists.