diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-24 20:20:10 -0400 |
---|---|---|
committer | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-29 19:05:08 -0400 |
commit | 8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02 (patch) | |
tree | 7374abc6eec2225f03c318b0f7845c5c7e789e9a | |
parent | x11-libs/libxcb: add patch file that was mistakenly not committed (diff) | |
download | gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.gz gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.bz2 gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.zip |
HTTPS (and canonicalize domain) for github.com
All links to www.github.com were changed to github.com (preferred by GitHub).
During the automated testing of all modified packages the following SRC_URIs
were discovered to have changed upstream. Upon closer inspection they were
all confirmed to not be regressions. They will all continue to work when
served from the mirrors.
* dev-python/catkin_pkg-0.2.10 (upstream tarball changed)
* dev-python/rosdistro-0.4.4 (upstream tarball changed)
* dev-util/rosdep-0.11.4 (upstream tarball changed)
* dev-util/wstool-0.1.12 (upstream tarball changed)
* dev-util/wstool-0.1.13 (upstream tarball changed)
* dev-util/rosdep-0.11.5 (upstream tarball deleted)
65 files changed, 78 insertions, 78 deletions
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index 0af269bc8587..713e99083c2d 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -15,7 +15,7 @@ fi inherit $vcs linux-info DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" -HOMEPAGE="https://www.github.com/williamh/espeakup" +HOMEPAGE="https://github.com/williamh/espeakup" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild index 61582d743030..9aa01798c902 100644 --- a/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild +++ b/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild @@ -10,7 +10,7 @@ inherit python-any-r1 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise" HOMEPAGE="https://github.com/github/backup-utils" -SRC_URI="http://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/app-admin/github-backup-utils/github-backup-utils-2.6.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.6.0.ebuild index 61582d743030..9aa01798c902 100644 --- a/app-admin/github-backup-utils/github-backup-utils-2.6.0.ebuild +++ b/app-admin/github-backup-utils/github-backup-utils-2.6.0.ebuild @@ -10,7 +10,7 @@ inherit python-any-r1 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise" HOMEPAGE="https://github.com/github/backup-utils" -SRC_URI="http://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-haskell/mtl/mtl-2.1.3.1.ebuild b/dev-haskell/mtl/mtl-2.1.3.1.ebuild index ffa1a2268b75..469f5806cfc1 100644 --- a/dev-haskell/mtl/mtl-2.1.3.1.ebuild +++ b/dev-haskell/mtl/mtl-2.1.3.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Monad classes, using functional dependencies" -HOMEPAGE="http://github.com/ekmett/mtl" +HOMEPAGE="https://github.com/ekmett/mtl" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/multipart/multipart-0.1.2.ebuild b/dev-haskell/multipart/multipart-0.1.2.ebuild index af48a691d31e..7510258be0be 100644 --- a/dev-haskell/multipart/multipart-0.1.2.ebuild +++ b/dev-haskell/multipart/multipart-0.1.2.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="HTTP multipart split out of the cgi package" -HOMEPAGE="https://www.github.com/silkapp/multipart" +HOMEPAGE="https://github.com/silkapp/multipart" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild b/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild index 60066bac58ca..798b766c9296 100644 --- a/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild +++ b/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Portable temporary file and directory support for Windows and Unix" -HOMEPAGE="https://www.github.com/feuerbach/temporary" +HOMEPAGE="https://github.com/feuerbach/temporary" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/temporary/temporary-1.1.2.4.ebuild b/dev-haskell/temporary/temporary-1.1.2.4.ebuild index 3545ea736c45..e58dc5b84d08 100644 --- a/dev-haskell/temporary/temporary-1.1.2.4.ebuild +++ b/dev-haskell/temporary/temporary-1.1.2.4.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal" -HOMEPAGE="https://www.github.com/batterseapower/temporary" +HOMEPAGE="https://github.com/batterseapower/temporary" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/temporary/temporary-1.2.0.3.ebuild b/dev-haskell/temporary/temporary-1.2.0.3.ebuild index 2ac070391210..baa8dfe0a176 100644 --- a/dev-haskell/temporary/temporary-1.2.0.3.ebuild +++ b/dev-haskell/temporary/temporary-1.2.0.3.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal" -HOMEPAGE="https://www.github.com/batterseapower/temporary" +HOMEPAGE="https://github.com/batterseapower/temporary" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-libs/dotconf/dotconf-1.3.ebuild b/dev-libs/dotconf/dotconf-1.3.ebuild index fc26d4ae713d..f7565042f016 100644 --- a/dev-libs/dotconf/dotconf-1.3.ebuild +++ b/dev-libs/dotconf/dotconf-1.3.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils DESCRIPTION="dot.conf configuration file parser" -HOMEPAGE="https://www.github.com/williamh/dotconf" +HOMEPAGE="https://github.com/williamh/dotconf" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/aadict/aadict-0.2.2.ebuild b/dev-python/aadict/aadict-0.2.2.ebuild index b723e4df5101..4d027e6b9475 100644 --- a/dev-python/aadict/aadict-0.2.2.ebuild +++ b/dev-python/aadict/aadict-0.2.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="An auto-attribute dict (and a couple of other useful dict functions)" -HOMEPAGE="http://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict" +HOMEPAGE="https://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild index 61cb1ff9168e..a90b21e3594b 100644 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="Statistical and novel interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/ http://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" +HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/bokeh/bokeh-0.11.0.ebuild b/dev-python/bokeh/bokeh-0.11.0.ebuild index 97f60c8da70b..e6ea1d24d4a4 100644 --- a/dev-python/bokeh/bokeh-0.11.0.ebuild +++ b/dev-python/bokeh/bokeh-0.11.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="Statistical and novel interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/ http://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" +HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/bokeh/bokeh-0.11.1.ebuild b/dev-python/bokeh/bokeh-0.11.1.ebuild index 89b800028e5f..26b5401c376c 100644 --- a/dev-python/bokeh/bokeh-0.11.1.ebuild +++ b/dev-python/bokeh/bokeh-0.11.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="Statistical and novel interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/ http://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" +HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild index ca6928b99b0b..5bcfd3f1dc4c 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros-infrastructure/catkin_pkg" + EGIT_REPO_URI="https://github.com/ros-infrastructure/catkin_pkg" fi inherit ${SCM} distutils-r1 @@ -21,7 +21,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then else SRC_URI=" http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index ca6928b99b0b..5bcfd3f1dc4c 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros-infrastructure/catkin_pkg" + EGIT_REPO_URI="https://github.com/ros-infrastructure/catkin_pkg" fi inherit ${SCM} distutils-r1 @@ -21,7 +21,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then else SRC_URI=" http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/cycler/cycler-0.10.0.ebuild b/dev-python/cycler/cycler-0.10.0.ebuild index 0e19cb15e404..50ceaffe5f76 100644 --- a/dev-python/cycler/cycler-0.10.0.ebuild +++ b/dev-python/cycler/cycler-0.10.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Composable style cycles" HOMEPAGE=" http://matplotlib.org/cycler/ https://pypi.python.org/pypi/Cycler/ - http://github.com/matplotlib/cycler" + https://github.com/matplotlib/cycler" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/cycler/cycler-0.9.0.ebuild b/dev-python/cycler/cycler-0.9.0.ebuild index 932ca799e998..780a0615f003 100644 --- a/dev-python/cycler/cycler-0.9.0.ebuild +++ b/dev-python/cycler/cycler-0.9.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Composable style cycles" HOMEPAGE=" http://tacaswell.github.io/cycler/ https://pypi.python.org/pypi/Cycler/ - http://github.com/matplotlib/cycler" + https://github.com/matplotlib/cycler" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild index 7076009c920f..d6a1395ec083 100644 --- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild +++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Add flag to ignore unicode literal prefixes in doctests" -HOMEPAGE="https://pypi.python.org/pypi/doctest-ignore-unicode http://github.com/gnublade/doctest-ignore-unicode" +HOMEPAGE="https://pypi.python.org/pypi/doctest-ignore-unicode https://github.com/gnublade/doctest-ignore-unicode" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/flexx/flexx-0.2.ebuild b/dev-python/flexx/flexx-0.2.ebuild index cdc8d14dbb81..1adea8054445 100644 --- a/dev-python/flexx/flexx-0.2.ebuild +++ b/dev-python/flexx/flexx-0.2.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" HOMEPAGE=" http://flexx.readthedocs.org - http://github.com/zoofio/flexx + https://github.com/zoofio/flexx http://pypi.python.org/pypi/flexx" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" diff --git a/dev-python/flexx/flexx-0.3.1.ebuild b/dev-python/flexx/flexx-0.3.1.ebuild index cdc8d14dbb81..1adea8054445 100644 --- a/dev-python/flexx/flexx-0.3.1.ebuild +++ b/dev-python/flexx/flexx-0.3.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" HOMEPAGE=" http://flexx.readthedocs.org - http://github.com/zoofio/flexx + https://github.com/zoofio/flexx http://pypi.python.org/pypi/flexx" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" diff --git a/dev-python/flexx/flexx-0.3.ebuild b/dev-python/flexx/flexx-0.3.ebuild index cdc8d14dbb81..1adea8054445 100644 --- a/dev-python/flexx/flexx-0.3.ebuild +++ b/dev-python/flexx/flexx-0.3.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" HOMEPAGE=" http://flexx.readthedocs.org - http://github.com/zoofio/flexx + https://github.com/zoofio/flexx http://pypi.python.org/pypi/flexx" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild index 561b07622de8..8068bacb2baf 100644 --- a/dev-python/httreplay/httreplay-0.2.0.ebuild +++ b/dev-python/httreplay/httreplay-0.2.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A HTTP replay library for testing." -HOMEPAGE="http://github.com/agriffis/httreplay http://pypi.python.org/pypi/httreplay" +HOMEPAGE="https://github.com/agriffis/httreplay http://pypi.python.org/pypi/httreplay" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild index a3ad87904859..280c646ff14f 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="An implementation of JSON-Schema validation for Python" -HOMEPAGE="https://pypi.python.org/pypi/jsonschema http://github.com/Julian/jsonschema" +HOMEPAGE="https://pypi.python.org/pypi/jsonschema https://github.com/Julian/jsonschema" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/locket/locket-0.2.0.ebuild b/dev-python/locket/locket-0.2.0.ebuild index a158a55795b2..0fba6875326f 100644 --- a/dev-python/locket/locket-0.2.0.ebuild +++ b/dev-python/locket/locket-0.2.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 DESCRIPTION="File-based locks for Python" -HOMEPAGE="http://github.com/mwilliamson/locket.py" +HOMEPAGE="https://github.com/mwilliamson/locket.py" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/oct2py/oct2py-3.3.3.ebuild b/dev-python/oct2py/oct2py-3.3.3.ebuild index 5ed953bb357e..947ad07fcccb 100644 --- a/dev-python/oct2py/oct2py-3.3.3.ebuild +++ b/dev-python/oct2py/oct2py-3.3.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Python to GNU Octave bridge" HOMEPAGE=" https://pypi.python.org/pypi/oct2py http://pythonhosted.org/oct2py/ - http://github.com/blink1073/oct2py" + https://github.com/blink1073/oct2py" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/partd/partd-0.3.2.ebuild b/dev-python/partd/partd-0.3.2.ebuild index 500f930eab09..2116a4e86b92 100644 --- a/dev-python/partd/partd-0.3.2.ebuild +++ b/dev-python/partd/partd-0.3.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 DESCRIPTION="Appendable key-value storage" -HOMEPAGE="http://github.com/dask/partd/" +HOMEPAGE="https://github.com/dask/partd/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/pyrsistent/pyrsistent-0.11.12.ebuild b/dev-python/pyrsistent/pyrsistent-0.11.12.ebuild index f45f4f98fb76..0a6c588d5e3b 100644 --- a/dev-python/pyrsistent/pyrsistent-0.11.12.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.11.12.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Persistent/Functional/Immutable data structures" -HOMEPAGE="http://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent" +HOMEPAGE="https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild b/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild index 42b640c684a7..931ece6ab612 100644 --- a/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild +++ b/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="JavaScript / Python bridge" -HOMEPAGE="http://github.com/davisp/python-spidermonkey" +HOMEPAGE="https://github.com/davisp/python-spidermonkey" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild index 726cf372d563..928ce27e5f42 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/orocos/orocos_kinematics_dynamics" + EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics" fi inherit ${SCM} python-r1 cmake-utils @@ -18,7 +18,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" else KEYWORDS="~amd64 ~arm" - SRC_URI="http://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz -> orocos_kinematics_dynamics-${PV}.tar.gz" + SRC_URI="https://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz -> orocos_kinematics_dynamics-${PV}.tar.gz" fi DESCRIPTION="Python bindings for KDL" diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild index bd767bc93705..036c759d0b7e 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/orocos/orocos_kinematics_dynamics" + EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics" fi inherit ${SCM} python-r1 cmake-utils @@ -18,7 +18,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" else KEYWORDS="~amd64 ~arm" - SRC_URI="http://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz -> orocos_kinematics_dynamics-${PV}.tar.gz" + SRC_URI="https://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz -> orocos_kinematics_dynamics-${PV}.tar.gz" fi DESCRIPTION="Python bindings for KDL" diff --git a/dev-python/rosdistro/rosdistro-0.4.4.ebuild b/dev-python/rosdistro/rosdistro-0.4.4.ebuild index 7f7898e20477..b25e4112a16e 100644 --- a/dev-python/rosdistro/rosdistro-0.4.4.ebuild +++ b/dev-python/rosdistro/rosdistro-0.4.4.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rosdistro/rosdistro-0.4.5.ebuild b/dev-python/rosdistro/rosdistro-0.4.5.ebuild index 7f7898e20477..b25e4112a16e 100644 --- a/dev-python/rosdistro/rosdistro-0.4.5.ebuild +++ b/dev-python/rosdistro/rosdistro-0.4.5.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rosdistro/rosdistro-0.4.7.ebuild b/dev-python/rosdistro/rosdistro-0.4.7.ebuild index 7f7898e20477..b25e4112a16e 100644 --- a/dev-python/rosdistro/rosdistro-0.4.7.ebuild +++ b/dev-python/rosdistro/rosdistro-0.4.7.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 7f7898e20477..b25e4112a16e 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rospkg/rospkg-1.0.38.ebuild b/dev-python/rospkg/rospkg-1.0.38.ebuild index 100d6bc0b260..518544135142 100644 --- a/dev-python/rospkg/rospkg-1.0.38.ebuild +++ b/dev-python/rospkg/rospkg-1.0.38.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros-infrastructure/rospkg" + EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg" fi inherit ${SCM} distutils-r1 @@ -23,7 +23,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_CHECKOUT_DIR="${S}" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rospkg/rospkg-1.0.39.ebuild b/dev-python/rospkg/rospkg-1.0.39.ebuild index 100d6bc0b260..518544135142 100644 --- a/dev-python/rospkg/rospkg-1.0.39.ebuild +++ b/dev-python/rospkg/rospkg-1.0.39.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros-infrastructure/rospkg" + EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg" fi inherit ${SCM} distutils-r1 @@ -23,7 +23,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_CHECKOUT_DIR="${S}" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 100d6bc0b260..518544135142 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros-infrastructure/rospkg" + EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg" fi inherit ${SCM} distutils-r1 @@ -23,7 +23,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_CHECKOUT_DIR="${S}" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/vcstools/vcstools-0.1.38.ebuild b/dev-python/vcstools/vcstools-0.1.38.ebuild index 29cfdfaf9691..d5f5443377ff 100644 --- a/dev-python/vcstools/vcstools-0.1.38.ebuild +++ b/dev-python/vcstools/vcstools-0.1.38.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-python/vcstools/vcstools-9999.ebuild b/dev-python/vcstools/vcstools-9999.ebuild index 29cfdfaf9691..d5f5443377ff 100644 --- a/dev-python/vcstools/vcstools-9999.ebuild +++ b/dev-python/vcstools/vcstools-9999.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/catkin/catkin-0.6.16-r2.ebuild b/dev-util/catkin/catkin-0.6.16-r2.ebuild index f9a32a87c9f0..ddfc8ba1e712 100644 --- a/dev-util/catkin/catkin-0.6.16-r2.ebuild +++ b/dev-util/catkin/catkin-0.6.16-r2.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros/catkin" + EGIT_REPO_URI="https://github.com/ros/catkin" fi PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/catkin/catkin-0.7.0.ebuild b/dev-util/catkin/catkin-0.7.0.ebuild index f9a32a87c9f0..ddfc8ba1e712 100644 --- a/dev-util/catkin/catkin-0.7.0.ebuild +++ b/dev-util/catkin/catkin-0.7.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros/catkin" + EGIT_REPO_URI="https://github.com/ros/catkin" fi PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/catkin/catkin-0.7.1.ebuild b/dev-util/catkin/catkin-0.7.1.ebuild index f9a32a87c9f0..ddfc8ba1e712 100644 --- a/dev-util/catkin/catkin-0.7.1.ebuild +++ b/dev-util/catkin/catkin-0.7.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros/catkin" + EGIT_REPO_URI="https://github.com/ros/catkin" fi PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index f9a32a87c9f0..ddfc8ba1e712 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" - EGIT_REPO_URI="http://github.com/ros/catkin" + EGIT_REPO_URI="https://github.com/ros/catkin" fi PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/metro/metro-1.5.1.ebuild b/dev-util/metro/metro-1.5.1.ebuild index 77991cc375af..efa5c11cde4c 100644 --- a/dev-util/metro/metro-1.5.1.ebuild +++ b/dev-util/metro/metro-1.5.1.ebuild @@ -7,7 +7,7 @@ PYTHON_DEPEND="2" inherit python DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" -HOMEPAGE="https://www.github.com/funtoo/metro" +HOMEPAGE="https://github.com/funtoo/metro" SRC_URI="http://www.funtoo.org/archive/metro/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/dev-util/rosdep/rosdep-0.11.4.ebuild b/dev-util/rosdep/rosdep-0.11.4.ebuild index e72467b55d07..9e92b31d94eb 100644 --- a/dev-util/rosdep/rosdep-0.11.4.ebuild +++ b/dev-util/rosdep/rosdep-0.11.4.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/rosdep/rosdep-0.11.5.ebuild b/dev-util/rosdep/rosdep-0.11.5.ebuild index dfab6ccf52ec..c1181fe58df6 100644 --- a/dev-util/rosdep/rosdep-0.11.5.ebuild +++ b/dev-util/rosdep/rosdep-0.11.5.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index e72467b55d07..9e92b31d94eb 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-0.1.10.ebuild b/dev-util/wstool/wstool-0.1.10.ebuild index 962d9993ae9e..4e6a9aa81d93 100644 --- a/dev-util/wstool/wstool-0.1.10.ebuild +++ b/dev-util/wstool/wstool-0.1.10.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-0.1.12.ebuild b/dev-util/wstool/wstool-0.1.12.ebuild index d8ec14af3a9d..9b864871c037 100644 --- a/dev-util/wstool/wstool-0.1.12.ebuild +++ b/dev-util/wstool/wstool-0.1.12.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-0.1.13.ebuild b/dev-util/wstool/wstool-0.1.13.ebuild index 551f7c7a7703..f8ee765ab915 100644 --- a/dev-util/wstool/wstool-0.1.13.ebuild +++ b/dev-util/wstool/wstool-0.1.13.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-9999.ebuild b/dev-util/wstool/wstool-9999.ebuild index 551f7c7a7703..f8ee765ab915 100644 --- a/dev-util/wstool/wstool-9999.ebuild +++ b/dev-util/wstool/wstool-9999.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index ff790c615185..3ff2ad4001e0 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.eclass @@ -32,13 +32,13 @@ then elif [[ "${PV}" == "9999" ]] then GO_MONO_P=${P} - EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git" + EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git" SRC_URI="" inherit autotools git elif [[ "${PV%.9999}" != "${PV}" ]] then GO_MONO_P=${P} - EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git" + EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git" EGIT_BRANCH="mono-$(get_version_component_range 1)-$(get_version_component_range 2)${GO_MONO_SUB_BRANCH}" SRC_URI="" inherit autotools git diff --git a/games-action/minetest/minetest-0.4.13.ebuild b/games-action/minetest/minetest-0.4.13.ebuild index 469a61ab9a76..f69cbdb3ec31 100644 --- a/games-action/minetest/minetest-0.4.13.ebuild +++ b/games-action/minetest/minetest-0.4.13.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils eutils gnome2-utils user vcs-snapshot DESCRIPTION="An InfiniMiner/Minecraft inspired game" HOMEPAGE="http://minetest.net/" -SRC_URI="http://github.com/minetest/minetest/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/minetest/minetest/tarball/${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0" SLOT="0" diff --git a/games-action/minetest_game/minetest_game-0.4.13.ebuild b/games-action/minetest_game/minetest_game-0.4.13.ebuild index b8f5fe015947..7991e37cfc5e 100644 --- a/games-action/minetest_game/minetest_game-0.4.13.ebuild +++ b/games-action/minetest_game/minetest_game-0.4.13.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit vcs-snapshot DESCRIPTION="The main game for the Minetest game engine" -HOMEPAGE="http://github.com/minetest/minetest_game" -SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/minetest/minetest_game" +SRC_URI="https://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2 CC-BY-SA-3.0" SLOT="0" diff --git a/games-action/minetest_game/minetest_game-0.4.14.ebuild b/games-action/minetest_game/minetest_game-0.4.14.ebuild index be7f1caecba2..8ef388d10cb8 100644 --- a/games-action/minetest_game/minetest_game-0.4.14.ebuild +++ b/games-action/minetest_game/minetest_game-0.4.14.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit vcs-snapshot DESCRIPTION="The main game for the Minetest game engine" -HOMEPAGE="http://github.com/minetest/minetest_game" +HOMEPAGE="https://github.com/minetest/minetest_game" SRC_URI="https://github.com/minetest/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2 CC-BY-SA-3.0" diff --git a/media-libs/opencollada/opencollada-9999.ebuild b/media-libs/opencollada/opencollada-9999.ebuild index 4be2a8fa77cd..821ee692717c 100644 --- a/media-libs/opencollada/opencollada-9999.ebuild +++ b/media-libs/opencollada/opencollada-9999.ebuild @@ -30,7 +30,7 @@ if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/tarball/${COMMIT} -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" else - EGIT_REPO_URI="http://github.com/KhronosGroup/OpenCOLLADA.git" + EGIT_REPO_URI="https://github.com/KhronosGroup/OpenCOLLADA.git" fi RDEPEND="dev-libs/libpcre diff --git a/net-irc/inspircd/inspircd-2.0.20.ebuild b/net-irc/inspircd/inspircd-2.0.20.ebuild index 4ae0ac31a6bf..4389a31970eb 100644 --- a/net-irc/inspircd/inspircd-2.0.20.ebuild +++ b/net-irc/inspircd/inspircd-2.0.20.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs user DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" HOMEPAGE="https://inspircd.github.com/" -SRC_URI="https://www.github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-irc/inspircd/inspircd-2.0.21.ebuild b/net-irc/inspircd/inspircd-2.0.21.ebuild index 78958fcb5314..d5c7f94bb108 100644 --- a/net-irc/inspircd/inspircd-2.0.21.ebuild +++ b/net-irc/inspircd/inspircd-2.0.21.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs user DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" HOMEPAGE="https://inspircd.github.com/" -SRC_URI="https://www.github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/whatportis/whatportis-0.2.ebuild b/net-misc/whatportis/whatportis-0.2.ebuild index 2a0dfcdfec65..71d00bfb48ea 100644 --- a/net-misc/whatportis/whatportis-0.2.ebuild +++ b/net-misc/whatportis/whatportis-0.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.3.ebuild b/net-misc/whatportis/whatportis-0.3.ebuild index 2b25ee8c3f3e..fc9db2da118f 100644 --- a/net-misc/whatportis/whatportis-0.3.ebuild +++ b/net-misc/whatportis/whatportis-0.3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.4.ebuild b/net-misc/whatportis/whatportis-0.4.ebuild index 2b25ee8c3f3e..fc9db2da118f 100644 --- a/net-misc/whatportis/whatportis-0.4.ebuild +++ b/net-misc/whatportis/whatportis-0.4.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.5.ebuild b/net-misc/whatportis/whatportis-0.5.ebuild index 27f6a2bec800..49b5607cf8e0 100644 --- a/net-misc/whatportis/whatportis-0.5.ebuild +++ b/net-misc/whatportis/whatportis-0.5.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild index 1b1511d3fbce..59b2b221a19a 100644 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ b/net-misc/whatportis/whatportis-0.6.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 eutils DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/www-client/pybugz/pybugz-0.12.1.ebuild b/www-client/pybugz/pybugz-0.12.1.ebuild index b98f5b582fb7..24a1131887b4 100644 --- a/www-client/pybugz/pybugz-0.12.1.ebuild +++ b/www-client/pybugz/pybugz-0.12.1.ebuild @@ -19,7 +19,7 @@ fi inherit bash-completion-r1 distutils-r1 DESCRIPTION="Command line interface to (Gentoo) Bugzilla" -HOMEPAGE="https://www.github.com/williamh/pybugz" +HOMEPAGE="https://github.com/williamh/pybugz" LICENSE="GPL-2" SLOT="0" IUSE="zsh-completion" diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index 3445cef687df..828239551d04 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -19,7 +19,7 @@ fi inherit bash-completion-r1 distutils-r1 DESCRIPTION="Command line interface to (Gentoo) Bugzilla" -HOMEPAGE="https://www.github.com/williamh/pybugz" +HOMEPAGE="https://github.com/williamh/pybugz" LICENSE="GPL-2" SLOT="0" IUSE="zsh-completion" |