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 7DDFC138334 for ; Sun, 17 Mar 2019 21:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36292E08AD; Sun, 17 Mar 2019 21:58:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0DC22E08AD for ; Sun, 17 Mar 2019 21:58:40 +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 C69BB335D31 for ; Sun, 17 Mar 2019 21:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83BD56E for ; Sun, 17 Mar 2019 21:58:36 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1552859892.c22d79500c46454ca3cc59db01d511cdce08e49b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/diameter/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/diameter/diameter-0.4.0.3-r2.ebuild X-VCS-Directories: games-arcade/diameter/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c22d79500c46454ca3cc59db01d511cdce08e49b X-VCS-Branch: master Date: Sun, 17 Mar 2019 21:58:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27524f37-9f60-4fb4-ada2-c458b1f1d01a X-Archives-Hash: 8776fc5b3ec6bac3941ec17b588f1fc2 commit: c22d79500c46454ca3cc59db01d511cdce08e49b Author: Daniel Schmidt tutanota com> AuthorDate: Sun Mar 17 20:20:11 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 17 21:58:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22d7950 games-arcade/diameter: fix HOMEPAGE Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Daniel Schmidt tutanota.com> Signed-off-by: James Le Cuirot gentoo.org> games-arcade/diameter/diameter-0.4.0.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild b/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild index 1f7c45b1a67..a7f2160770d 100644 --- a/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild +++ b/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils python-single-r1 DESCRIPTION="Arcade game with elements of economy and adventure" -HOMEPAGE="http://gamediameter.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/gamediameter/" SRC_URI="mirror://sourceforge/gamediameter/${P}.tar.bz2" LICENSE="GPL-2"