commit: 550e2149c77c67e95b693685f786d31c6780bd5c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jun 19 16:51:13 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 23:58:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550e2149
net-misc/dropbox-cli: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8910 net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild | 4 ++-- net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild | 2 +- net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild index 028c2c8b206..aae2afff5d0 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Cli interface for dropbox daemon (python)" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild index b2dd3a01d44..f45f0bdbfc4 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 bash-completion-r1 DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild index 299c194c861..c7230031c47 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3"
