From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1733372-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 481271581EE for <garchives@archives.gentoo.org>; Wed, 02 Apr 2025 02:50:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31F063431BE for <garchives@archives.gentoo.org>; Wed, 02 Apr 2025 02:50:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4B8691104B4; Wed, 02 Apr 2025 02:50:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 4131F1104B4 for <gentoo-commits@lists.gentoo.org>; Wed, 02 Apr 2025 02:50:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3CD234309C for <gentoo-commits@lists.gentoo.org>; Wed, 02 Apr 2025 02:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36942785 for <gentoo-commits@lists.gentoo.org>; Wed, 02 Apr 2025 02:50:38 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1743561464.c1dd89f2708794647041ab2e348107922db9ab23.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doom-data/doom-data-1.9.ebuild X-VCS-Directories: games-fps/doom-data/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1dd89f2708794647041ab2e348107922db9ab23 X-VCS-Branch: master Date: Wed, 02 Apr 2025 02:50:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56c858af-4ec3-4c69-a9c1-b1cbb1c19707 X-Archives-Hash: fc96265ce0e4b34eeff046a11eec47b0 commit: c1dd89f2708794647041ab2e348107922db9ab23 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 02:37:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 02:37:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dd89f2 games-fps/doom-data: HTTPSify Signed-off-by: Sam James <sam <AT> gentoo.org> games-fps/doom-data/doom-data-1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/doom-data/doom-data-1.9.ebuild b/games-fps/doom-data/doom-data-1.9.ebuild index e272c5dd08e5..7f75e2afee38 100644 --- a/games-fps/doom-data/doom-data-1.9.ebuild +++ b/games-fps/doom-data/doom-data-1.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="The IWAD used by the shareware version of Doom" HOMEPAGE="https://www.idsoftware.com" -SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packages/d/doom1.wad" +SRC_URI="https://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packages/d/doom1.wad" LICENSE="freedist" SLOT="0"