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 7B44F1382C5 for ; Sun, 22 Apr 2018 01:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42C1E0869; Sun, 22 Apr 2018 01:33:11 +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 75AECE0845 for ; Sun, 22 Apr 2018 01:33:11 +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 2C03A335C7B for ; Sun, 22 Apr 2018 01:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 271E3295 for ; Sun, 22 Apr 2018 01:33:07 +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: <1524360536.7740d0514bcb20edc89c75310cd50bc0efac006d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gpm/gpm-1.20.7-r2.ebuild X-VCS-Directories: sys-libs/gpm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7740d0514bcb20edc89c75310cd50bc0efac006d X-VCS-Branch: master Date: Sun, 22 Apr 2018 01:33:07 +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: bd86dea8-ebff-4890-ad55-01bb220c9c06 X-Archives-Hash: 39362af2dea2ed5b84a045907ad437ec commit: 7740d0514bcb20edc89c75310cd50bc0efac006d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 21 08:50:58 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 01:28:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7740d051 sys-libs/gpm: use HTTPS sys-libs/gpm/gpm-1.20.7-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild index 4cef2cfe09f..7b6bff92c95 100644 --- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # emacs support disabled due to #99533 #335900 @@ -8,8 +8,8 @@ EAPI=5 inherit eutils systemd toolchain-funcs autotools multilib-minimal DESCRIPTION="Console-based mouse driver" -HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma +HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" +SRC_URI="https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma mirror://gentoo/${P}-docs.patch.xz" LICENSE="GPL-2"