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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 387FD15811D for ; Wed, 5 Jul 2023 20:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E6E2E08B1; Wed, 5 Jul 2023 20:49:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B453E08BB for ; Wed, 5 Jul 2023 20:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E4534105D for ; Wed, 5 Jul 2023 20:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF706AD0 for ; Wed, 5 Jul 2023 20:49:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688590140.e441f419dd4701924c17f015c089cb2f3e3e879e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/descent2-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/descent2-data/descent2-data-1.2.ebuild X-VCS-Directories: games-action/descent2-data/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e441f419dd4701924c17f015c089cb2f3e3e879e X-VCS-Branch: master Date: Wed, 5 Jul 2023 20:49:12 +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: 1d827b26-ba65-491c-a6e9-0b84879e3a2e X-Archives-Hash: ba372a58ec1c9620ee1a10d4410e68ac commit: e441f419dd4701924c17f015c089cb2f3e3e879e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jul 5 07:49:34 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 5 20:49:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e441f419 games-action/descent2-data: use HTTPS, fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> games-action/descent2-data/descent2-data-1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild b/games-action/descent2-data/descent2-data-1.2.ebuild index a867c6a8b84d..cde97c1738f4 100644 --- a/games-action/descent2-data/descent2-data-1.2.ebuild +++ b/games-action/descent2-data/descent2-data-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,13 +8,13 @@ inherit cdrom estack # Not possible to apply official 1.2 patch under Linux. A Gentoo user # created Xdelta patches and the DXX-Rebirth project kindly hosted them. -MY_PATCH="http://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz" +MY_PATCH="https://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz" # For GOG install MY_EXE="setup_descent_2_1.1_(16596).exe" DESCRIPTION="Data files for Descent 2" -HOMEPAGE="http://www.interplay.com/games/descent.php" +HOMEPAGE="https://www.interplay.com" SRC_URI="cdinstall? ( ${MY_PATCH} ) !cdinstall? ( ${MY_EXE} )" LICENSE="descent-data"