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 5860D138334 for ; Thu, 21 Jun 2018 11:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58454E0954; Thu, 21 Jun 2018 11:23:26 +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 303DAE0954 for ; Thu, 21 Jun 2018 11:23:26 +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 8B999335C8E for ; Thu, 21 Jun 2018 11:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C404C2D6 for ; Thu, 21 Jun 2018 11:23:21 +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: <1529580190.f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/tiled/tiled-1.0.3.ebuild dev-games/tiled/tiled-1.1.4.ebuild dev-games/tiled/tiled-1.1.5.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9 X-VCS-Branch: master Date: Thu, 21 Jun 2018 11:23:21 +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: 1ef2422b-f101-4343-a02d-a7e32911ecc4 X-Archives-Hash: ad52a93b368f04331ca60c68fc9b85f9 commit: f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 17 09:13:49 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 21 11:23:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80e6b07 dev-games/tiled: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8865 dev-games/tiled/tiled-1.0.3.ebuild | 4 ++-- dev-games/tiled/tiled-1.1.4.ebuild | 2 +- dev-games/tiled/tiled-1.1.5.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-games/tiled/tiled-1.0.3.ebuild b/dev-games/tiled/tiled-1.0.3.ebuild index 451c7b86cd0..a0ce9f7613a 100644 --- a/dev-games/tiled/tiled-1.0.3.ebuild +++ b/dev-games/tiled/tiled-1.0.3.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 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" diff --git a/dev-games/tiled/tiled-1.1.4.ebuild b/dev-games/tiled/tiled-1.1.4.ebuild index 518492b3f37..a78bd8eb920 100644 --- a/dev-games/tiled/tiled-1.1.4.ebuild +++ b/dev-games/tiled/tiled-1.1.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" diff --git a/dev-games/tiled/tiled-1.1.5.ebuild b/dev-games/tiled/tiled-1.1.5.ebuild index 518492b3f37..a78bd8eb920 100644 --- a/dev-games/tiled/tiled-1.1.5.ebuild +++ b/dev-games/tiled/tiled-1.1.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+"