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 A43391382C5 for ; Wed, 18 Apr 2018 18:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC8BE08F9; Wed, 18 Apr 2018 18:16:00 +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 BC8B9E08F9 for ; Wed, 18 Apr 2018 18:16:00 +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 EA95C335C60 for ; Wed, 18 Apr 2018 18:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ECA4291 for ; Wed, 18 Apr 2018 18:15:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524075298.8872ca63c67badba6f4276c7753b0da03a6c4bcc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pokerth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pokerth/pokerth-1.1.1-r2.ebuild X-VCS-Directories: games-board/pokerth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8872ca63c67badba6f4276c7753b0da03a6c4bcc X-VCS-Branch: master Date: Wed, 18 Apr 2018 18:15: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-Archives-Salt: 7eeb24d7-0250-46af-8104-570d3a7516ef X-Archives-Hash: 44cbdd905dc8fcb38fbd166b5d5367fb commit: 8872ca63c67badba6f4276c7753b0da03a6c4bcc Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 18 07:13:06 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 18 18:14:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8872ca63 games-board/pokerth: use HTTPS games-board/pokerth/pokerth-1.1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/pokerth/pokerth-1.1.1-r2.ebuild b/games-board/pokerth/pokerth-1.1.1-r2.ebuild index e0f3c1cf65f..a7c17d19809 100644 --- a/games-board/pokerth/pokerth-1.1.1-r2.ebuild +++ b/games-board/pokerth/pokerth-1.1.1-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 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils flag-o-matic qmake-utils MY_P="PokerTH-${PV}-src" DESCRIPTION="Texas Hold'em poker game" -HOMEPAGE="http://www.pokerth.net/" +HOMEPAGE="https://www.pokerth.net/" SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2" LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"