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 E248B1396D0 for ; Tue, 19 Sep 2017 10:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548CD1FC009; Tue, 19 Sep 2017 10:49:49 +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 29A371FC009 for ; Tue, 19 Sep 2017 10:49:49 +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 48C2E341236 for ; Tue, 19 Sep 2017 10:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12BE09073 for ; Tue, 19 Sep 2017 10:49:47 +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: <1505818178.9bcced08d6bffbf63b020247268ddebb9e00022d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/supertuxkart/supertuxkart-0.9.1.ebuild games-action/supertuxkart/supertuxkart-0.9.2.ebuild X-VCS-Directories: games-action/supertuxkart/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9bcced08d6bffbf63b020247268ddebb9e00022d X-VCS-Branch: master Date: Tue, 19 Sep 2017 10:49:47 +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: 174cff17-d9d7-4021-8562-e568f6ed237c X-Archives-Hash: 2b64ebbbca513a61828466d2a68645a2 commit: 9bcced08d6bffbf63b020247268ddebb9e00022d Author: Francesco Turco fastmail fm> AuthorDate: Mon Sep 18 21:17:32 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Sep 19 10:49:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcced08 games-action/supertuxkart: update HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/5728 games-action/supertuxkart/supertuxkart-0.9.1.ebuild | 6 +++--- games-action/supertuxkart/supertuxkart-0.9.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-action/supertuxkart/supertuxkart-0.9.1.ebuild b/games-action/supertuxkart/supertuxkart-0.9.1.ebuild index 6b6f06c3cac..76bf1314a81 100644 --- a/games-action/supertuxkart/supertuxkart-0.9.1.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.9.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit gnome2-utils cmake-utils eutils games DESCRIPTION="A kart racing game starring Tux, the linux penguin (TuxKart fork)" -HOMEPAGE="http://supertuxkart.sourceforge.net/" +HOMEPAGE="https://supertuxkart.net/" SRC_URI="mirror://sourceforge/supertuxkart/SuperTuxKart/${PV}/${P}-src.tar.xz mirror://gentoo/${PN}.png" @@ -16,7 +16,7 @@ IUSE="debug fribidi wiimote" # don't unbundle irrlicht and bullet # both are modified and system versions will break the game -# https://sourceforge.net/tracker/?func=detail&aid=3454889&group_id=74339&atid=540679 +# https://sourceforge.net/p/irrlicht/feature-requests/138/ RDEPEND="media-libs/libpng:0 media-libs/libvorbis diff --git a/games-action/supertuxkart/supertuxkart-0.9.2.ebuild b/games-action/supertuxkart/supertuxkart-0.9.2.ebuild index 5acaf5d9f8b..3a6bb3ccb47 100644 --- a/games-action/supertuxkart/supertuxkart-0.9.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils eutils gnome2-utils DESCRIPTION="A kart racing game starring Tux, the linux penguin (TuxKart fork)" -HOMEPAGE="http://supertuxkart.sourceforge.net/" +HOMEPAGE="https://supertuxkart.net/" SRC_URI="mirror://sourceforge/${PN}/SuperTuxKart/${PV}/${P}-src.tar.xz mirror://gentoo/${PN}.png" @@ -17,7 +17,7 @@ IUSE="debug fribidi wiimote" # don't unbundle irrlicht and bullet # both are modified and system versions will break the game -# https://sourceforge.net/tracker/?func=detail&aid=3454889&group_id=74339&atid=540679 +# https://sourceforge.net/p/irrlicht/feature-requests/138/ RDEPEND=" media-libs/glew:0=