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 12E2A138334 for ; Sun, 19 May 2019 00:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C5B4E0B04; Sun, 19 May 2019 00:09:58 +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 11C68E0B04 for ; Sun, 19 May 2019 00:09:56 +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 DF33F344A59 for ; Sun, 19 May 2019 00:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0995C5EA for ; Sun, 19 May 2019 00:09:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1558224584.4f3f452d318cccb100306c72d3c38a4573dda75c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/brltty/brltty-5.2-r1.ebuild app-accessibility/brltty/brltty-6.0-r1.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4f3f452d318cccb100306c72d3c38a4573dda75c X-VCS-Branch: master Date: Sun, 19 May 2019 00:09:54 +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: 857ccb46-bc75-46e1-8989-322315614e58 X-Archives-Hash: 950b8dc95367a19cc57ee508d1770c43 commit: 4f3f452d318cccb100306c72d3c38a4573dda75c Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 16 16:57:14 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 19 00:09:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3f452d app-accessibility/brltty: update HOMEPAGE, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/12019 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Michael Palimaka gentoo.org> app-accessibility/brltty/brltty-5.2-r1.ebuild | 4 ++-- app-accessibility/brltty/brltty-6.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild b/app-accessibility/brltty/brltty-5.2-r1.ebuild index f234b052144..7f9cc71db5f 100644 --- a/app-accessibility/brltty/brltty-5.2-r1.ebuild +++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild @@ -10,8 +10,8 @@ inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \ autotools udev systemd python-r1 DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind person" -HOMEPAGE="http://brltty.com/" -SRC_URI="http://brltty.com/archive/${P}.tar.xz" +HOMEPAGE="https://brltty.app/" +SRC_URI="https://brltty.app/archive/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" diff --git a/app-accessibility/brltty/brltty-6.0-r1.ebuild b/app-accessibility/brltty/brltty-6.0-r1.ebuild index 718a81cf76d..cdc5b015c76 100644 --- a/app-accessibility/brltty/brltty-6.0-r1.ebuild +++ b/app-accessibility/brltty/brltty-6.0-r1.ebuild @@ -12,8 +12,8 @@ inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \ autotools udev systemd python-r1 DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind person" -HOMEPAGE="http://brltty.com/" -SRC_URI="http://brltty.com/archive/${P}.tar.xz" +HOMEPAGE="https://brltty.app/" +SRC_URI="https://brltty.app/archive/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0"