Skip to content

Commit

Permalink
dev-lang/python: replace http urls
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1
  • Loading branch information
floppym committed Jul 30, 2017
1 parent 61958b8 commit 6428f9d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-lang/python/python-2.7.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MY_P="Python-${PV}"
PATCHSET_VERSION="2.7.12-0"

DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/python/python-2.7.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MY_P="Python-${PV}"
PATCHSET_VERSION="2.7.13-0"

DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"

Expand Down
6 changes: 3 additions & 3 deletions dev-lang/python/python-3.4.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
Expand All @@ -10,8 +10,8 @@ MY_P="Python-${PV/_/}"
PATCHSET_VERSION="3.4.5-0"

DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"

LICENSE="PSF-2"
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/python/python-3.4.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ MY_P="Python-${PV/_/}"
PATCHSET_VERSION="3.4.6-0"

DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"

LICENSE="PSF-2"
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/python/python-3.5.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ MY_P="Python-${PV/_/}"
PATCHSET_VERSION="3.5.3-0"

DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"

LICENSE="PSF-2"
Expand Down

0 comments on commit 6428f9d

Please sign in to comment.