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 CF5AD1382C5 for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 010DEE0B5D; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD405E0B5D for ; Sun, 20 May 2018 23:26:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F8BC335D08 for ; Sun, 20 May 2018 23:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6A92A4 for ; Sun, 20 May 2018 23:26:54 +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: <1526858693.ae9c23ea0fbddfb3bed62955201b217c9c68fb58.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild X-VCS-Directories: gnome-extra/nautilus-dropbox/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ae9c23ea0fbddfb3bed62955201b217c9c68fb58 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:54 +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: 1ded37ae-cc37-486c-99e8-d18809a6efaf X-Archives-Hash: 59b541b42d92eb5311b14c6fcbad340f commit: ae9c23ea0fbddfb3bed62955201b217c9c68fb58 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 11:58:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:24:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9c23ea gnome-extra/nautilus-dropbox: use HTTPS gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild index 87e244368cf..1419c0468b8 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.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" @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils python-r1 linux-info gnome2 readme.gentoo user DESCRIPTION="Store, Sync and Share Files Online" -HOMEPAGE="http://www.dropbox.com/" -SRC_URI="http://www.dropbox.com/download?dl=packages/${P}.tar.bz2" +HOMEPAGE="https://www.dropbox.com" +SRC_URI="https://www.dropbox.com/download?dl=packages/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"