From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1017494-garchives=archives.gentoo.org@lists.gentoo.org> 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 C29211382C5 for <garchives@archives.gentoo.org>; Sun, 15 Apr 2018 01:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FB8E091C; Sun, 15 Apr 2018 01:42:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BE860E091C for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 01:42:02 +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 65BD6335C60 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 01:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6641E289 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 01:41:59 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1523756335.58626205e8082245d4ce7bd75c90c01f2ccc4fe7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/dillo/dillo-3.0.5-r1.ebuild www-client/dillo/dillo-3.0.5.ebuild X-VCS-Directories: www-client/dillo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 58626205e8082245d4ce7bd75c90c01f2ccc4fe7 X-VCS-Branch: master Date: Sun, 15 Apr 2018 01:41:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0317c676-74e7-4b69-9a0f-54a2e9d3b4c6 X-Archives-Hash: ccc4bffc95c28a8522de9cf539f2ffd2 commit: 58626205e8082245d4ce7bd75c90c01f2ccc4fe7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Apr 14 16:42:03 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 01:38:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58626205 www-client/dillo: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7997 www-client/dillo/dillo-3.0.5-r1.ebuild | 4 ++-- www-client/dillo/dillo-3.0.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild b/www-client/dillo/dillo-3.0.5-r1.ebuild index da207da759e..e18a1933e8a 100644 --- a/www-client/dillo/dillo-3.0.5-r1.ebuild +++ b/www-client/dillo/dillo-3.0.5-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="Lean FLTK based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 +HOMEPAGE="https://www.dillo.org/" +SRC_URI="https://www.dillo.org/download/${P}.tar.bz2 mirror://gentoo/${PN}.png" LICENSE="GPL-3" diff --git a/www-client/dillo/dillo-3.0.5.ebuild b/www-client/dillo/dillo-3.0.5.ebuild index 3cbb0c1e8e6..ccf06eeb9d7 100644 --- a/www-client/dillo/dillo-3.0.5.ebuild +++ b/www-client/dillo/dillo-3.0.5.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="Lean FLTK based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 +HOMEPAGE="https://www.dillo.org/" +SRC_URI="https://www.dillo.org/download/${P}.tar.bz2 mirror://gentoo/${PN}.png" LICENSE="GPL-3"