From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- app-misc/asciinema/asciinema-0.9.8.ebuild | 2 +- app-misc/ddate/ddate-0.2.1.ebuild | 4 ++-- app-misc/goobook/goobook-1.8.ebuild | 2 +- app-misc/goobook/goobook-1.9.ebuild | 2 +- app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 2 +- app-misc/hachoir-subfile/hachoir-subfile-0.5.3-r1.ebuild | 2 +- app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild | 2 +- app-misc/mc/mc-9999.ebuild | 2 +- app-misc/pysmssend/pysmssend-9999.ebuild | 2 +- app-misc/screenfetch/screenfetch-2.7.7.ebuild | 2 +- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild | 2 +- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild | 2 +- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild | 2 +- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 2 +- app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) (limited to 'app-misc') diff --git a/app-misc/asciinema/asciinema-0.9.8.ebuild b/app-misc/asciinema/asciinema-0.9.8.ebuild index 0ad1d2ec51cd..457157ed677b 100644 --- a/app-misc/asciinema/asciinema-0.9.8.ebuild +++ b/app-misc/asciinema/asciinema-0.9.8.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4}) inherit distutils-r1 DESCRIPTION="Command line recorder for asciinema.org service" -HOMEPAGE="http://pypi.python.org/pypi/asciinema http://asciinema.org/" +HOMEPAGE="https://pypi.python.org/pypi/asciinema http://asciinema.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/app-misc/ddate/ddate-0.2.1.ebuild b/app-misc/ddate/ddate-0.2.1.ebuild index 3025e360cd62..1fb90a060822 100644 --- a/app-misc/ddate/ddate-0.2.1.ebuild +++ b/app-misc/ddate/ddate-0.2.1.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils DESCRIPTION="Perpetual date converter from gregorian to poee calendar" -HOMEPAGE="http://github.com/bo0ts/ddate" -SRC_URI="http://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/bo0ts/ddate" +SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" diff --git a/app-misc/goobook/goobook-1.8.ebuild b/app-misc/goobook/goobook-1.8.ebuild index b5636229d544..c5fd151f6cd9 100644 --- a/app-misc/goobook/goobook-1.8.ebuild +++ b/app-misc/goobook/goobook-1.8.ebuild @@ -46,4 +46,4 @@ If you want to use goobook from mutt, add this in your .muttrc file: to query address book. You may find more information and advanced configuration tips at -http://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section" +https://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section" diff --git a/app-misc/goobook/goobook-1.9.ebuild b/app-misc/goobook/goobook-1.9.ebuild index b5636229d544..c5fd151f6cd9 100644 --- a/app-misc/goobook/goobook-1.9.ebuild +++ b/app-misc/goobook/goobook-1.9.ebuild @@ -46,4 +46,4 @@ If you want to use goobook from mutt, add this in your .muttrc file: to query address book. You may find more information and advanced configuration tips at -http://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section" +https://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section" diff --git a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild index f5f6ff8b871b..fc0c1adfd387 100644 --- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild +++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Program to extract metadata using Hachoir library" -HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata http://pypi.python.org/pypi/hachoir-metadata" +HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata https://pypi.python.org/pypi/hachoir-metadata" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/hachoir-subfile/hachoir-subfile-0.5.3-r1.ebuild b/app-misc/hachoir-subfile/hachoir-subfile-0.5.3-r1.ebuild index 0877cc7a7562..057ca5cadd65 100644 --- a/app-misc/hachoir-subfile/hachoir-subfile-0.5.3-r1.ebuild +++ b/app-misc/hachoir-subfile/hachoir-subfile-0.5.3-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Find subfile in any binary stream" -HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile http://pypi.python.org/pypi/hachoir-subfile" +HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile https://pypi.python.org/pypi/hachoir-subfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild b/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild index 5599ea17c919..33cf78173686 100644 --- a/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild +++ b/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ncurses" inherit distutils-r1 DESCRIPTION="Binary file explorer using Hachoir and urwid libraries" -HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid http://pypi.python.org/pypi/hachoir-urwid" +HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid https://pypi.python.org/pypi/hachoir-urwid" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 2988f1b7027c..5d1d5f3e19e6 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git http://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git" + EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git" LIVE_ECLASSES="git-2 autotools" LIVE_EBUILD=yes fi diff --git a/app-misc/pysmssend/pysmssend-9999.ebuild b/app-misc/pysmssend/pysmssend-9999.ebuild index 46c91f583534..eecb9e35d042 100644 --- a/app-misc/pysmssend/pysmssend-9999.ebuild +++ b/app-misc/pysmssend/pysmssend-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" EGIT_REPO_URI="git://github.com/hwoarang/${PN}.git - http://github.com/hwoarang/${PN}.git" + https://github.com/hwoarang/${PN}.git" inherit distutils eutils git-2 diff --git a/app-misc/screenfetch/screenfetch-2.7.7.ebuild b/app-misc/screenfetch/screenfetch-2.7.7.ebuild index d96f19d8fbba..f1be4f4f0768 100644 --- a/app-misc/screenfetch/screenfetch-2.7.7.ebuild +++ b/app-misc/screenfetch/screenfetch-2.7.7.ebuild @@ -7,7 +7,7 @@ EAPI=4 MY_PN="${PN/f/F}" DESCRIPTION="A Bash Screenshot Information Tool" HOMEPAGE="https://github.com/KittyKatt/screenFetch" -SRC_URI="http://github.com/KittyKatt/${MY_PN}/zipball/v${PV} -> ${P}.zip" +SRC_URI="https://github.com/KittyKatt/${MY_PN}/zipball/v${PV} -> ${P}.zip" LICENSE="GPL-3" SLOT="0" diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild index efea556786c5..7ba27e6e42b3 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" -HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild index f974ec800d8c..54fa609b8463 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" -HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild index 1cb6e7791abf..0b4e8fc01dba 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" -HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild index 503b44064e7b..07c6e9723b0a 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" -HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild index 10a4351450c7..2c8b6045aa0c 100644 --- a/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild +++ b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 vcs-snapshot DESCRIPTION="Python scripts to manipulate trash cans via the command line" HOMEPAGE="https://github.com/andreafrancia/trash-cli" -SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} -> +SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" -- cgit v1.2.3-18-g5258