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 54F65138331 for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A6BE0B0E; Sun, 20 May 2018 23:26:57 +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 53BEAE0B0E for ; Sun, 20 May 2018 23:26:57 +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 1C23A335CF9 for ; Sun, 20 May 2018 23:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7FA2A2 for ; Sun, 20 May 2018 23:26:54 +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: <1526858691.503417c7c8dcc6a69aaa235052965aba2c4fde04.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/minetest/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/minetest/minetest-0.4.16-r1.ebuild X-VCS-Directories: games-action/minetest/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 503417c7c8dcc6a69aaa235052965aba2c4fde04 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26: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-Archives-Salt: 66dd232f-52b6-4978-a60a-7a113568ba5b X-Archives-Hash: 68525d253c06cf3e6370cdc6e6259c0e commit: 503417c7c8dcc6a69aaa235052965aba2c4fde04 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 11:56:43 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:24:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503417c7 games-action/minetest: use HTTPS games-action/minetest/minetest-0.4.16-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/minetest/minetest-0.4.16-r1.ebuild b/games-action/minetest/minetest-0.4.16-r1.ebuild index 9e0ab06fdaa..8291b16dba1 100644 --- a/games-action/minetest/minetest-0.4.16-r1.ebuild +++ b/games-action/minetest/minetest-0.4.16-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils eutils gnome2-utils user vcs-snapshot DESCRIPTION="An InfiniMiner/Minecraft inspired game" -HOMEPAGE="http://minetest.net/" +HOMEPAGE="https://www.minetest.net" SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0"