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 51520138330 for ; Sat, 26 May 2018 09:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74BE8E08BB; Sat, 26 May 2018 09:55:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4A50CE08BB for ; Sat, 26 May 2018 09:55:21 +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 2B2B3335CC4 for ; Sat, 26 May 2018 09:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82792BE for ; Sat, 26 May 2018 09:55:15 +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: <1527328492.6a0db938441d1c3097e1fc30ab3cf477b61388f5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/grfcodec/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/grfcodec/grfcodec-6.0.6.ebuild X-VCS-Directories: games-util/grfcodec/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a0db938441d1c3097e1fc30ab3cf477b61388f5 X-VCS-Branch: master Date: Sat, 26 May 2018 09:55:15 +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: f4c0a2ce-14b8-45a1-be57-bedf245bdac4 X-Archives-Hash: 775dff6a615c3e15d77527a5067cde5d commit: 6a0db938441d1c3097e1fc30ab3cf477b61388f5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 26 08:52:03 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 26 09:54:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0db938 games-util/grfcodec: use HTTPs games-util/grfcodec/grfcodec-6.0.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/grfcodec/grfcodec-6.0.6.ebuild b/games-util/grfcodec/grfcodec-6.0.6.ebuild index b63971bba94..ebfb9b894f6 100644 --- a/games-util/grfcodec/grfcodec-6.0.6.ebuild +++ b/games-util/grfcodec/grfcodec-6.0.6.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 @@ -11,8 +11,8 @@ fi inherit toolchain-funcs ${SCM} DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" -HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec" -[[ -z ${SCM} ]] && SRC_URI="http://binaries.openttd.org/extra/${PN}/${PV}/${P}-source.tar.xz" +HOMEPAGE="https://dev.openttdcoop.org/projects/grfcodec" +[[ -z ${SCM} ]] && SRC_URI="https://binaries.openttd.org/extra/${PN}/${PV}/${P}-source.tar.xz" LICENSE="GPL-2+" SLOT="0"