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 E7C41138335 for ; Thu, 25 Apr 2019 03:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E88E097E; Thu, 25 Apr 2019 03:37:04 +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 B6BB3E098E for ; Thu, 25 Apr 2019 03:37:04 +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 5B1713425CF for ; Thu, 25 Apr 2019 03:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2655D3 for ; Thu, 25 Apr 2019 03:36:58 +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: <1556163293.181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild x11-misc/xdotool/xdotool-3.20160805.1.ebuild X-VCS-Directories: x11-misc/xdotool/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6 X-VCS-Branch: master Date: Thu, 25 Apr 2019 03:36:58 +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: 8cabc6b0-d360-46a7-a054-1975aa130044 X-Archives-Hash: 8740de356db8166abd2cac41dc160746 commit: 181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Apr 23 17:50:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 25 03:34:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181061e7 x11-misc/xdotool: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11800 Signed-off-by: Aaron Bauman gentoo.org> x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild | 4 ++-- x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild b/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild index ff99623dbe7..eebea7adaab 100644 --- a/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic multilib DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" -HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" +HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index 69122be839e..ac86809880d 100644 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic multilib DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" -HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" +HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD"