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 8D498138334 for ; Sun, 8 Dec 2019 14:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA29E0897; Sun, 8 Dec 2019 14:10:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 21EFBE0897 for ; Sun, 8 Dec 2019 14:10:54 +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 BC3D634D6F5 for ; Sun, 8 Dec 2019 14:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41A5A8B1 for ; Sun, 8 Dec 2019 14:10:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1575814248.fb0e758885c96d0dbf4732d1a2ea5e75f612c504.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/xlockmore-5.50.ebuild x11-misc/xlockmore/xlockmore-5.58.ebuild x11-misc/xlockmore/xlockmore-5.59.ebuild x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild X-VCS-Directories: x11-misc/xlockmore/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fb0e758885c96d0dbf4732d1a2ea5e75f612c504 X-VCS-Branch: master Date: Sun, 8 Dec 2019 14:10:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15a3fddf-c064-4d7e-b210-ea8d0a71565d X-Archives-Hash: 741df6887c47de7e2bdc142430d4956b commit: fb0e758885c96d0dbf4732d1a2ea5e75f612c504 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Dec 8 14:09:46 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Dec 8 14:10:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0e7588 x11-misc/xlockmore: Use HTTPS Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xlockmore/xlockmore-5.50.ebuild | 4 ++-- x11-misc/xlockmore/xlockmore-5.58.ebuild | 4 ++-- x11-misc/xlockmore/xlockmore-5.59.ebuild | 4 ++-- x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-misc/xlockmore/xlockmore-5.50.ebuild b/x11-misc/xlockmore/xlockmore-5.50.ebuild index b57f0c06795..5aec6deace7 100644 --- a/x11-misc/xlockmore/xlockmore-5.50.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.50.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit autotools eutils flag-o-matic pam DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.sillycycle.com/xlockmore.html" -SRC_URI="http://www.sillycycle.com/xlock/${P}.tar.xz" +HOMEPAGE="https://www.sillycycle.com/xlockmore.html" +SRC_URI="https://www.sillycycle.com/xlock/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/x11-misc/xlockmore/xlockmore-5.58.ebuild b/x11-misc/xlockmore/xlockmore-5.58.ebuild index bd9d3375476..24bb3f710e8 100644 --- a/x11-misc/xlockmore/xlockmore-5.58.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.58.ebuild @@ -5,9 +5,9 @@ EAPI=7 inherit autotools flag-o-matic pam DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.sillycycle.com/xlockmore.html" +HOMEPAGE="https://www.sillycycle.com/xlockmore.html" SRC_URI=" - http://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz + https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz https://dev.gentoo.org/~jer/ax_pthread.m4.xz " diff --git a/x11-misc/xlockmore/xlockmore-5.59.ebuild b/x11-misc/xlockmore/xlockmore-5.59.ebuild index b6375c41cc7..a342f90d3df 100644 --- a/x11-misc/xlockmore/xlockmore-5.59.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.59.ebuild @@ -5,9 +5,9 @@ EAPI=7 inherit autotools flag-o-matic pam DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.sillycycle.com/xlockmore.html" +HOMEPAGE="https://www.sillycycle.com/xlockmore.html" SRC_URI=" - http://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz + https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz https://dev.gentoo.org/~jer/ax_pthread.m4.xz " diff --git a/x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild b/x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild index b6375c41cc7..a342f90d3df 100644 --- a/x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.61_alpha1.ebuild @@ -5,9 +5,9 @@ EAPI=7 inherit autotools flag-o-matic pam DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.sillycycle.com/xlockmore.html" +HOMEPAGE="https://www.sillycycle.com/xlockmore.html" SRC_URI=" - http://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz + https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz https://dev.gentoo.org/~jer/ax_pthread.m4.xz "