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 6FD6C138335 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 3F2EBE08C3; 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 EE45CE08C3 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 9101E335C92 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 833412CD 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: <1529625469.fad5390efd08f5aa52e4cb2e3cb52554cda693fc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/revelation/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/revelation/revelation-0.4.14-r1.ebuild X-VCS-Directories: x11-misc/revelation/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fad5390efd08f5aa52e4cb2e3cb52554cda693fc 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: ada059d3-3998-4dc3-8a6f-f0cd4b7ab06f X-Archives-Hash: ddf35f687d76edbde2207987bfb0e988 commit: fad5390efd08f5aa52e4cb2e3cb52554cda693fc Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 19 16:55:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 21 23:57:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad5390e x11-misc/revelation: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8912 x11-misc/revelation/revelation-0.4.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/revelation/revelation-0.4.14-r1.ebuild b/x11-misc/revelation/revelation-0.4.14-r1.ebuild index 0a270428d9e..fa6097d412e 100644 --- a/x11-misc/revelation/revelation-0.4.14-r1.ebuild +++ b/x11-misc/revelation/revelation-0.4.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit python-single-r1 gnome2 DESCRIPTION="A password manager for GNOME" -HOMEPAGE="http://revelation.olasagasti.info/" +HOMEPAGE="https://revelation.olasagasti.info/" SRC_URI="https://www.bitbucket.org/erikg/revelation/downloads/${P}.tar.xz" LICENSE="GPL-2"