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 9812C1396D1 for ; Tue, 22 Aug 2017 21:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CE2E0EFA; Tue, 22 Aug 2017 21:41:29 +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 A2129E0EF4 for ; Tue, 22 Aug 2017 21:41:29 +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 96F08341C97 for ; Tue, 22 Aug 2017 21:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE7B7F0D for ; Tue, 22 Aug 2017 21:41:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503437871.10519641bdd647e90e8422a9bf74c56dd98252d8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild X-VCS-Directories: games-puzzle/angrydd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10519641bdd647e90e8422a9bf74c56dd98252d8 X-VCS-Branch: master Date: Tue, 22 Aug 2017 21:41:27 +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: e490b5c9-98d8-4b16-be83-588ac54592e4 X-Archives-Hash: b2431f53ee6fb4ce17bbd819de122dae commit: 10519641bdd647e90e8422a9bf74c56dd98252d8 Author: David Hicks hicks id au> AuthorDate: Tue Aug 22 11:57:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 21:37:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10519641 games-puzzle/angrydd: HOMEPAGE and SRC_URI 301 redirect to HTTPS Package-Manager: Portage-2.3.7, Repoman-2.3.3 games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild index af596c22919..7438662e6bf 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 games DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter" -HOMEPAGE="http://www.sacredchao.net/~piman/angrydd/" -SRC_URI="http://www.sacredchao.net/~piman/angrydd/${P}.tar.gz" +HOMEPAGE="https://www.sacredchao.net/~piman/angrydd/" +SRC_URI="https://www.sacredchao.net/~piman/angrydd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"