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 553F31382C5 for ; Sun, 15 Apr 2018 01:42:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6157E0921; Sun, 15 Apr 2018 01:42:02 +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 A3D57E0894 for ; Sun, 15 Apr 2018 01:42:02 +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 3FBD9335C5C for ; Sun, 15 Apr 2018 01:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79E8028A for ; Sun, 15 Apr 2018 01:41:59 +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: <1523756335.7ddccf2dd0c6e8bb98d5f2e7581a30f4223ffebd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xautomation/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xautomation/xautomation-1.09-r1.ebuild X-VCS-Directories: x11-misc/xautomation/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ddccf2dd0c6e8bb98d5f2e7581a30f4223ffebd X-VCS-Branch: master Date: Sun, 15 Apr 2018 01:41:59 +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: cb8abe32-583a-4f08-8583-910878ffe5af X-Archives-Hash: 7654144b76945fe4188828af2bebef6e commit: 7ddccf2dd0c6e8bb98d5f2e7581a30f4223ffebd Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 14 16:43:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 15 01:38:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddccf2d x11-misc/xautomation: use HTTPS x11-misc/xautomation/xautomation-1.09-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xautomation/xautomation-1.09-r1.ebuild b/x11-misc/xautomation/xautomation-1.09-r1.ebuild index 920febc767b..7d90eaa218a 100644 --- a/x11-misc/xautomation/xautomation-1.09-r1.ebuild +++ b/x11-misc/xautomation/xautomation-1.09-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Control X from command line and find things on screen" -HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" -SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz" +HOMEPAGE="https://hoopajoo.net/projects/xautomation.html" +SRC_URI="https://hoopajoo.net/static/projects/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"