From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A71AB138336 for ; Thu, 21 Jun 2018 23:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4721BE08C8; Thu, 21 Jun 2018 23:58:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 012E5E08C8 for ; Thu, 21 Jun 2018 23:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93AF1335C99 for ; Thu, 21 Jun 2018 23:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3602E6 for ; Thu, 21 Jun 2018 23:58:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1529625497.550e2149c77c67e95b693685f786d31c6780bd5c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild X-VCS-Directories: net-misc/dropbox-cli/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 550e2149c77c67e95b693685f786d31c6780bd5c X-VCS-Branch: master Date: Thu, 21 Jun 2018 23:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf8d5b67-37fe-433b-afb1-20128834b267 X-Archives-Hash: 2c9f0d58692b798c11849b5ae011cf81 commit: 550e2149c77c67e95b693685f786d31c6780bd5c Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 19 16:51:13 2018 +0000 Commit: Aaron Bauman gentoo 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"