diff options
58 files changed, 155 insertions, 237 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index 2d661d9d9eaa..203cdea84324 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ DISABLE_AUTOFORMATTING=1 inherit eutils readme.gentoo elisp if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/tvraman/emacspeak.git" + EGIT_REPO_URI="https://github.com/tvraman/emacspeak.git" inherit git-r3 else SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild index c8efba15138a..95a1e0ea06b2 100644 --- a/app-accessibility/espeakup/espeakup-0.80.ebuild +++ b/app-accessibility/espeakup/espeakup-0.80.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/williamh/espeakup.git" inherit git-r3 else EGIT_COMMIT=v${PV} diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index c8efba15138a..95a1e0ea06b2 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/williamh/espeakup.git" inherit git-r3 else EGIT_COMMIT=v${PV} diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 20c705ac2918..d6f59323d592 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="https://www.ansible.com/" -EGIT_REPO_URI="git://github.com/ansible/ansible.git" +EGIT_REPO_URI="https://github.com/ansible/ansible.git" EGIT_BRANCH="devel" LICENSE="GPL-3" diff --git a/app-admin/calamares/calamares-3.1.1.ebuild b/app-admin/calamares/calamares-3.1.1.ebuild index 24ee15881086..2f8dcae242fb 100644 --- a/app-admin/calamares/calamares-3.1.1.ebuild +++ b/app-admin/calamares/calamares-3.1.1.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{3_4,3_5} ) inherit kde5 python-r1 DESCRIPTION="Distribution-independent installer framework" -HOMEPAGE="http://calamares.io" +HOMEPAGE="https://calamares.io" if [[ ${KDE_BUILD_TYPE} == live ]] ; then - EGIT_REPO_URI="git://github.com/${PN}/${PN}" + EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-admin/elektra/elektra-9999.ebuild b/app-admin/elektra/elektra-9999.ebuild index 25d2c118ce67..79ef408969f7 100644 --- a/app-admin/elektra/elektra-9999.ebuild +++ b/app-admin/elektra/elektra-9999.ebuild @@ -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=6 @@ -7,7 +7,7 @@ inherit cmake-multilib eutils java-pkg-opt-2 git-r3 DESCRIPTION="Framework to store config parameters in hierarchical key-value pairs" HOMEPAGE="https://freedesktop.org/wiki/Software/Elektra" -EGIT_REPO_URI="git://github.com/ElektraInitiative/libelektra.git" +EGIT_REPO_URI="https://github.com/ElektraInitiative/libelektra.git" LICENSE="BSD" SLOT="0/${PV}" diff --git a/app-admin/fleet/fleet-9999.ebuild b/app-admin/fleet/fleet-9999.ebuild index 278d60733de7..07945ac690b8 100644 --- a/app-admin/fleet/fleet-9999.ebuild +++ b/app-admin/fleet/fleet-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit git-r3 systemd -EGIT_REPO_URI="git://github.com/coreos/fleet.git" +EGIT_REPO_URI="https://github.com/coreos/fleet.git" DESCRIPTION="A Distributed init System" HOMEPAGE="https://github.com/coreos/fleet" diff --git a/app-admin/fleet/metadata.xml b/app-admin/fleet/metadata.xml index aed91b0c7094..f9232c26e479 100644 --- a/app-admin/fleet/metadata.xml +++ b/app-admin/fleet/metadata.xml @@ -2,8 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <longdescription lang="en"> - </longdescription> <upstream> <remote-id type="github">coreos/fleet</remote-id> </upstream> diff --git a/app-admin/needrestart/needrestart-2.10.ebuild b/app-admin/needrestart/needrestart-2.10.ebuild index c0f74b5a6124..c0f3cada3106 100644 --- a/app-admin/needrestart/needrestart-2.10.ebuild +++ b/app-admin/needrestart/needrestart-2.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.11.ebuild b/app-admin/needrestart/needrestart-2.11.ebuild index c0f74b5a6124..c0f3cada3106 100644 --- a/app-admin/needrestart/needrestart-2.11.ebuild +++ b/app-admin/needrestart/needrestart-2.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.8-r1.ebuild b/app-admin/needrestart/needrestart-2.8-r1.ebuild index 57dbee59af5c..b2fba417b368 100644 --- a/app-admin/needrestart/needrestart-2.8-r1.ebuild +++ b/app-admin/needrestart/needrestart-2.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.9-r1.ebuild b/app-admin/needrestart/needrestart-2.9-r1.ebuild index c0f74b5a6124..c0f3cada3106 100644 --- a/app-admin/needrestart/needrestart-2.9-r1.ebuild +++ b/app-admin/needrestart/needrestart-2.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild index c0f74b5a6124..c0f3cada3106 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/passook/passook-20121001.ebuild b/app-admin/passook/passook-20121001.ebuild index 57fb38cf6e73..4cbd2bae4926 100644 --- a/app-admin/passook/passook-20121001.ebuild +++ b/app-admin/passook/passook-20121001.ebuild @@ -7,7 +7,7 @@ inherit eutils prefix DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords" HOMEPAGE="https://github.com/mackers/passook" -# snapshot of git://github.com/mackers/passook.git +# snapshot of https://github.com/mackers/passook.git SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-3+" diff --git a/app-backup/backup-manager/backup-manager-0.7.13-r1.ebuild b/app-backup/backup-manager/backup-manager-0.7.13-r1.ebuild index e1abc3a98897..7f680b293b8f 100644 --- a/app-backup/backup-manager/backup-manager-0.7.13-r1.ebuild +++ b/app-backup/backup-manager/backup-manager-0.7.13-r1.ebuild @@ -7,7 +7,7 @@ inherit eutils MY_P=Backup-Manager-${PV} DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux" HOMEPAGE="https://github.com/sukria/Backup-Manager" -SRC_URI="http://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-backup/backup-manager/backup-manager-0.7.13.ebuild b/app-backup/backup-manager/backup-manager-0.7.13.ebuild index 7d4d40726743..719ec4c03216 100644 --- a/app-backup/backup-manager/backup-manager-0.7.13.ebuild +++ b/app-backup/backup-manager/backup-manager-0.7.13.ebuild @@ -8,7 +8,7 @@ inherit eutils MY_P=Backup-Manager-${PV} DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux" HOMEPAGE="https://github.com/sukria/Backup-Manager" -SRC_URI="http://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild index 17a0c263150a..3df01103346e 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Docker container networking" -HOMEPAGE="http://github.com/docker/libnetwork" +HOMEPAGE="https://github.com/docker/libnetwork" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-emulation/docker-proxy/docker-proxy-9999.ebuild b/app-emulation/docker-proxy/docker-proxy-9999.ebuild index d759e8814953..e7cea4d03b24 100644 --- a/app-emulation/docker-proxy/docker-proxy-9999.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-9999.ebuild @@ -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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="Docker container networking" -HOMEPAGE="http://github.com/docker/libnetwork" +HOMEPAGE="https://github.com/docker/libnetwork" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-emulation/skopeo/skopeo-0.1.22.ebuild b/app-emulation/skopeo/skopeo-0.1.22.ebuild index 21ccca2bc453..091fb0c410f2 100644 --- a/app-emulation/skopeo/skopeo-0.1.22.ebuild +++ b/app-emulation/skopeo/skopeo-0.1.22.ebuild @@ -7,7 +7,7 @@ COMMIT=5d24b67 inherit golang-vcs-snapshot DESCRIPTION="Command line utility foroperations on container images and image repositories" -HOMEPAGE="http://github.com/projectatomic/skopeo" +HOMEPAGE="https://github.com/projectatomic/skopeo" SRC_URI="https://github.com/projectatomic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/app-emulation/umoci/umoci-0.2.1.ebuild b/app-emulation/umoci/umoci-0.2.1.ebuild index d21fe333b7ab..ad66e4afe83d 100644 --- a/app-emulation/umoci/umoci-0.2.1.ebuild +++ b/app-emulation/umoci/umoci-0.2.1.ebuild @@ -7,8 +7,8 @@ COMMIT=0465f83826bc4f52e6e3c4dbb1022ec5792c421f inherit golang-vcs-snapshot DESCRIPTION="Manipulation tool for OCI images" -HOMEPAGE="http://github.com/openSUSE/umoci" -SRC_URI="http://github.com/openSUSE/umoci/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/openSUSE/umoci" +SRC_URI="https://github.com/openSUSE/umoci/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild index b5131486decd..4523cd282093 100644 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild @@ -7,9 +7,9 @@ inherit gnome2-utils DESCRIPTION="Various desktop menu items and icons for wine" HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common - http://dev.gentoo.org/~tetromino/distfiles/wine - http://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/" -SRC_URI="http://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz" + https://dev.gentoo.org/~tetromino/distfiles/wine + https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/" +SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-go/delve/delve-0.12.2.ebuild b/dev-go/delve/delve-0.12.2.ebuild index 2e433501aed5..cfd7a6c1f565 100644 --- a/dev-go/delve/delve-0.12.2.ebuild +++ b/dev-go/delve/delve-0.12.2.ebuild @@ -15,7 +15,7 @@ else fi DESCRIPTION="A source-level debugger for the Go programming language" -HOMEPAGE="http://github.com/derekparker/delve" +HOMEPAGE="https://github.com/derekparker/delve" LICENSE="MIT" SLOT="0" diff --git a/dev-go/delve/delve-1.0.0_rc1.ebuild b/dev-go/delve/delve-1.0.0_rc1.ebuild index c40dbf6b380f..8ba6c142c24c 100644 --- a/dev-go/delve/delve-1.0.0_rc1.ebuild +++ b/dev-go/delve/delve-1.0.0_rc1.ebuild @@ -15,7 +15,7 @@ else fi DESCRIPTION="A source-level debugger for the Go programming language" -HOMEPAGE="http://github.com/derekparker/delve" +HOMEPAGE="https://github.com/derekparker/delve" LICENSE="MIT" SLOT="0" diff --git a/dev-go/glide/glide-0.12.3.ebuild b/dev-go/glide/glide-0.12.3.ebuild index 73b766a24f12..a08792a25dd8 100644 --- a/dev-go/glide/glide-0.12.3.ebuild +++ b/dev-go/glide/glide-0.12.3.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Vendor Package Managment for Golang" -HOMEPAGE="http://github.com/Masterminds/glide" +HOMEPAGE="https://github.com/Masterminds/glide" LICENSE="MIT" SLOT="0" diff --git a/dev-go/toml/toml-0.2.0_p20160716.ebuild b/dev-go/toml/toml-0.2.0_p20160716.ebuild index 81c419d33558..219ac2df52af 100644 --- a/dev-go/toml/toml-0.2.0_p20160716.ebuild +++ b/dev-go/toml/toml-0.2.0_p20160716.ebuild @@ -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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="TOML parser for Golang with reflection" -HOMEPAGE="http://github.com/BurntSushi/toml" +HOMEPAGE="https://github.com/BurntSushi/toml" LICENSE="WTFPL-2" SLOT="0" diff --git a/dev-go/toml/toml-9999.ebuild b/dev-go/toml/toml-9999.ebuild index 81c419d33558..219ac2df52af 100644 --- a/dev-go/toml/toml-9999.ebuild +++ b/dev-go/toml/toml-9999.ebuild @@ -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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="TOML parser for Golang with reflection" -HOMEPAGE="http://github.com/BurntSushi/toml" +HOMEPAGE="https://github.com/BurntSushi/toml" LICENSE="WTFPL-2" SLOT="0" diff --git a/dev-haskell/lens-family-th/metadata.xml b/dev-haskell/lens-family-th/metadata.xml index 00f126358b15..1651186a0a1f 100644 --- a/dev-haskell/lens-family-th/metadata.xml +++ b/dev-haskell/lens-family-th/metadata.xml @@ -8,7 +8,7 @@ <longdescription> Due to a cabal/hackage defect, curly braces cannot be adequately displayed here. Please see - <http://github.com/DanBurton/lens-family-th#readme> + <https://github.com/DanBurton/lens-family-th#readme> for a proper description of this package. (See <https://github.com/haskell/cabal/issues/968> diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild index 0f4cfdc53fde..e1a7a94a45a8 100644 --- a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild @@ -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=6 @@ -10,7 +10,7 @@ MY_PN="Flask-BabelEx" MY_P="${MY_PN}-${PV}" DESCRIPTION="Adds i18n/l10n support to Flask applications" -HOMEPAGE="http://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx" +HOMEPAGE="https://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index e9b1e86ea1b6..b8d4e5eea075 100644 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild @@ -17,6 +17,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}] >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}] diff --git a/dev-python/lmdb/lmdb-0.92.ebuild b/dev-python/lmdb/lmdb-0.92.ebuild index 73cf3b095f60..3e152d59d2f9 100644 --- a/dev-python/lmdb/lmdb-0.92.ebuild +++ b/dev-python/lmdb/lmdb-0.92.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python bindings for the Lightning Database" -HOMEPAGE="http://github.com/dw/py-lmdb/" +HOMEPAGE="https://github.com/dw/py-lmdb/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="OPENLDAP" diff --git a/dev-python/zict/zict-0.1.2.ebuild b/dev-python/zict/zict-0.1.2.ebuild index b9520b1fef31..a7e5459067c8 100644 --- a/dev-python/zict/zict-0.1.2.ebuild +++ b/dev-python/zict/zict-0.1.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Mutable mapping tools" -HOMEPAGE="http://github.com/dask/zict/" +HOMEPAGE="https://github.com/dask/zict/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild index 588d19b4e6c7..db074666a3d3 100644 --- a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild +++ b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem versionator DESCRIPTION="XML serialization for your Active Model objects and Active Record models" -HOMEPAGE="http://github.com/rails/activemodel-serializers-xml" +HOMEPAGE="https://github.com/rails/activemodel-serializers-xml" SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT" diff --git a/dev-ruby/forwardable-extended/forwardable-extended-2.6.0.ebuild b/dev-ruby/forwardable-extended/forwardable-extended-2.6.0.ebuild index dd67cb2c5dc0..94b598c0863c 100644 --- a/dev-ruby/forwardable-extended/forwardable-extended-2.6.0.ebuild +++ b/dev-ruby/forwardable-extended/forwardable-extended-2.6.0.ebuild @@ -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 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_DOC="" inherit ruby-fakegem DESCRIPTION="Forwardable with hash, and instance variable extensions" -HOMEPAGE="https://rubygems.org/gems/forwardable-extended http://github.com/envygeeks/forwardable-extended" +HOMEPAGE="https://rubygems.org/gems/forwardable-extended https://github.com/envygeeks/forwardable-extended" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild index 427d3c2eb2e4..1a3da7c59c60 100644 --- a/dev-ruby/pathutil/pathutil-0.14.0.ebuild +++ b/dev-ruby/pathutil/pathutil-0.14.0.ebuild @@ -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 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST="" inherit ruby-fakegem DESCRIPTION="Like Pathname but a little less insane" -HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils" +HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils" LICENSE="MIT" SLOT="0" diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 0bc2d8e0018b..1453b7a4d09a 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -34,7 +34,7 @@ # # inherit golang-vcs-snapshot # -# SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz +# SRC_URI="https://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz # ${EGO_VENDOR_URI}" # @CODE # diff --git a/eclass/mate-desktop.org.eclass b/eclass/mate-desktop.org.eclass index 1f4ad3f35449..8d03bcec3572 100644 --- a/eclass/mate-desktop.org.eclass +++ b/eclass/mate-desktop.org.eclass @@ -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 # @ECLASS: mate-desktop.org.eclass @@ -50,15 +50,11 @@ inherit versionator # Set SRC_URI or EGIT_REPO_URI based on whether live if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI=" - https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git - git://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git - http://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git - " + EGIT_REPO_URI="https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git" SRC_URI="" else - SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX}" + SRC_URI="https://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX}" fi # Set HOMEPAGE for all ebuilds -HOMEPAGE="http://mate-desktop.org" +HOMEPAGE="https://mate-desktop.org" diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild index 5937f26186b8..c753cae2122b 100644 --- a/games-util/gtkevemon/gtkevemon-1.10.ebuild +++ b/games-util/gtkevemon/gtkevemon-1.10.ebuild @@ -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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="A standalone skill monitoring application for EVE Online" -HOMEPAGE="http://gtkevemon.battleclinic.com" -SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/gtkevemon/gtkevemon" +SRC_URI="https://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild b/games-util/gtkevemon/gtkevemon-9999.ebuild index 4817789a28bf..3a8c5bb264d8 100644 --- a/games-util/gtkevemon/gtkevemon-9999.ebuild +++ b/games-util/gtkevemon/gtkevemon-9999.ebuild @@ -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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic git-r3 DESCRIPTION="A standalone skill monitoring application for EVE Online" -HOMEPAGE="http://gtkevemon.battleclinic.com" +HOMEPAGE="https://github.com/gtkevemon/gtkevemon" EGIT_REPO_URI="https://github.com/${PN}/${PN}" LICENSE="GPL-3" diff --git a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild index 6ed629175114..1bb315674101 100644 --- a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild +++ b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild @@ -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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils multilib-minimal DESCRIPTION="libhal stub forwarding to UDisks for Adobe Flash to play DRM content" -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild index c5b12cd08c00..abe863978f20 100644 --- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild +++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils DESCRIPTION="A libhal stub library forwarding to UDisks for www-plugins/adobe-flash to play DRM content" -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest new file mode 100644 index 000000000000..01937e052b86 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -0,0 +1 @@ +DIST kodi-pvr-hts-3.4.24.tar.gz 201592 SHA256 29867bd1fad4c4d69ec0d25ea1bb1507fd4543442aef890a2124f63f67318d92 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16 WHIRLPOOL 82714a09fe01ef89a779937c215b958637306bee7e723ea77f9023c28185d1a8a07b5323fbb8472b6920fafed749e6ad4d1b5af8f7ec7ac379a6a25d086fcadd diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild new file mode 100644 index 000000000000..c319baf4b220 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-17* + =media-tv/kodi-17* + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild new file mode 100644 index 000000000000..34a9740a5bf5 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-9999 + =media-tv/kodi-9999 + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest index abef148da363..a80e937ff7a6 100644 --- a/media-plugins/kodi-pvr-mythtv/Manifest +++ b/media-plugins/kodi-pvr-mythtv/Manifest @@ -1,5 +1 @@ -DIST kodi-pvr-mythtv-4.13.1.tar.gz 654475 SHA256 50e885395269c49ade09e6aa590211e7073d227505e3c02babc7a4672043a044 SHA512 1dfa80d0a14a412e85c2f8e633567a990404224907a24e0be736e685897a4258d0298b87fd119a5ddc435da8fb388e566cbda8a0bbfda1fcdd8f52fc0888abad WHIRLPOOL b95e062ba6f9eab0055ef459fa6dc9246e704720bbbe5b81e0d65a3921927f8e697d66ef8271551cee7dba17d61772ea835cb658aaf5c9dd923880999e670d54 -DIST kodi-pvr-mythtv-4.14.0.tar.gz 649498 SHA256 b6f74568f531c01b45bf1deb69f9404969993c1d43b468140a2ca48f6945ce29 SHA512 ecb9a51f690752e994be62dbd0a01fea0d0c446968c40c6cbef0330dece68f6c3d6742f6594c7808a493a8dc594778f38e6e7b360d328f6050d6325509f67d0f WHIRLPOOL bdfdcc5fbac0d90ffc6ccd10c615dd10461966fdd85018d2936241ef83d0309f9328fe333721cdaa5088577a1759fe90d838cbc1bb3ffcea2623ee8970fc03b7 -DIST kodi-pvr-mythtv-4.14.1.tar.gz 649494 SHA256 240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce SHA512 ef00b849cd3275b0cc9cc3ffc308208029c119db59628c4d392a765ec8b1bcef39143c58f69ddffbcaeaeebc2e742b7baf23ffc36b22885f612e037688329fc3 WHIRLPOOL b1fe46cc4a9e6dbe63406d5a65ea92801c3a94e49314e3bdae6e07b0017568ffbc8803911367f96586011a2dca6e04828b9a4e2c431906994e759a163c9da75d -DIST kodi-pvr-mythtv-4.15.0.tar.gz 649677 SHA256 30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e SHA512 ecb658685dc4956d7cdbaea304915445e87f4c390f554bd7642d29132cdcccc511291db272e16b288a87028c477865c498363366762ca16415f7198f9693f39f WHIRLPOOL 01331da2a1b6e53cb9d3ddb5b4ea9e524e0a36b4e18399688c4c7d9113846f10cce94b0571ddd72e0ff658a9d9d767203454f2c73ae29e9394ebc94aa0a06316 -DIST kodi-pvr-mythtv-4.15.1.tar.gz 649994 SHA256 ea68b90caecf03cb85d88df11683c3a5356e4f60945ed5b544048721f58e3b6c SHA512 e4df5bc1f0ebfa16c379d3926f70229f8b38a3e7af34b63f9d0823df2a7474c56a80512df4fbe42361175a05c5e2ba764fc86441bac82d29c7b745500452ac02 WHIRLPOOL 6403a1904b63252fb3c16a9691f8166e2c20876ab133b0c1618c6aa04422dc36aa440cad23501de73f44e6a0948917f9c9995a7a3b557139934b299ce01e3fb4 +DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 SHA256 fd60aba0dac25ab5885371495a5dfca53308c1fa23215299b0f62997c7391e1e SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55 WHIRLPOOL cc90104def6a1f5dc374fd0abfb4302057dde79d67fd6aa21417d97ccba130312a0b41858608af372860010482e84e6c957ff0a7f8c3a4c8d6949125d58e08f2 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild deleted file mode 100644 index f6a72f5dd6b0..000000000000 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="MythTV PVR for Kodi" -HOMEPAGE="https://github.com/janbar/pvr.mythtv" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.mythtv-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - sys-libs/zlib - =media-tv/kodi-17* - =media-libs/kodi-platform-17* - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.1.ebuild deleted file mode 100644 index f6a72f5dd6b0..000000000000 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="MythTV PVR for Kodi" -HOMEPAGE="https://github.com/janbar/pvr.mythtv" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.mythtv-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - sys-libs/zlib - =media-tv/kodi-17* - =media-libs/kodi-platform-17* - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild deleted file mode 100644 index f6a72f5dd6b0..000000000000 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="MythTV PVR for Kodi" -HOMEPAGE="https://github.com/janbar/pvr.mythtv" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.mythtv-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - sys-libs/zlib - =media-tv/kodi-17* - =media-libs/kodi-platform-17* - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild deleted file mode 100644 index f6a72f5dd6b0..000000000000 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="MythTV PVR for Kodi" -HOMEPAGE="https://github.com/janbar/pvr.mythtv" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.mythtv-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - sys-libs/zlib - =media-tv/kodi-17* - =media-libs/kodi-platform-17* - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.13.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild index f6a72f5dd6b0..f6a72f5dd6b0 100644 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.13.1.ebuild +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild diff --git a/net-misc/bopm/bopm-3.1.3-r3.ebuild b/net-misc/bopm/bopm-3.1.3-r3.ebuild index b1db434a9a1e..5e306a502712 100644 --- a/net-misc/bopm/bopm-3.1.3-r3.ebuild +++ b/net-misc/bopm/bopm-3.1.3-r3.ebuild @@ -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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools user DESCRIPTION="Blitzed Open Proxy Monitor" -HOMEPAGE="http://github.com/blitzed-org/bopm" +HOMEPAGE="https://github.com/blitzed-org/bopm" SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild index 23a167369366..c165f47d600a 100644 --- a/sci-astronomy/pal/pal-0.9.7.ebuild +++ b/sci-astronomy/pal/pal-0.9.7.ebuild @@ -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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils DESCRIPTION="Positional Astronomy Library" -HOMEPAGE="http://github.com/Starlink/pal" +HOMEPAGE="https://github.com/Starlink/pal" SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-physics/espresso++/espresso++-1.9.4.ebuild b/sci-physics/espresso++/espresso++-1.9.4.ebuild index ebcee6a1539f..0a19919baf75 100644 --- a/sci-physics/espresso++/espresso++-1.9.4.ebuild +++ b/sci-physics/espresso++/espresso++-1.9.4.ebuild @@ -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=6 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.espresso-pp.de" MY_PN="${PN//+/p}" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git" + EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" inherit git-r3 else SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 0fd4dd38999e..2f9ecca51ed3 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -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=6 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.espresso-pp.de" MY_PN="${PN//+/p}" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git" + EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" inherit git-r3 else SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild index 44f789d35bf1..344737752222 100644 --- a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" -HOMEPAGE="http://github.com/cesanta/docker_auth" +HOMEPAGE="https://github.com/cesanta/docker_auth" LICENSE="Apache-2.0" SLOT="0" diff --git a/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild b/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild index 410f72d2af53..fef428155d47 100644 --- a/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" -HOMEPAGE="http://github.com/cesanta/docker_auth" +HOMEPAGE="https://github.com/cesanta/docker_auth" LICENSE="Apache-2.0" SLOT="0" diff --git a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild index e82f5adaaf8c..4f623960f7be 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild @@ -7,7 +7,7 @@ inherit versionator linux-info flag-o-matic toolchain-funcs udev DESCRIPTION="A performant, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="http://www.open-iscsi.com/" -SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -113,9 +113,9 @@ pkg_postinst() { in='/etc/iscsi/initiatorname.iscsi' if [ ! -f "${EROOT}${in}" -a -f "${EROOT}${in}.example" ]; then { - cat "${EROOT}${in}.example" + cat "${EROOT}${in}.example" echo "# InitiatorName generated by ${CATEGORY}/${PF} at $(date -uR)" - echo "InitiatorName=$(${ROOT}/usr/sbin/iscsi-iname)" + echo "InitiatorName=$(${ROOT}/usr/sbin/iscsi-iname)" } >> "${EROOT}${in}.tmp" && mv -f "${EROOT}${in}.tmp" "${EROOT}${in}" fi } diff --git a/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild index deb7e905b75c..400251eb5d08 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild @@ -7,7 +7,7 @@ inherit versionator linux-info flag-o-matic toolchain-funcs udev DESCRIPTION="A performant, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="http://www.open-iscsi.com/" -SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-block/open-isns/open-isns-0.97.ebuild b/sys-block/open-isns/open-isns-0.97.ebuild index 1fdd6c4134cb..098784ba743c 100644 --- a/sys-block/open-isns/open-isns-0.97.ebuild +++ b/sys-block/open-isns/open-isns-0.97.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic DESCRIPTION="iSNS server and client for Linux" HOMEPAGE="https://github.com/open-iscsi/open-isns" -SRC_URI="http://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |