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 D6FA2159C9B for ; Fri, 2 Aug 2024 13:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC08CE2A37; Fri, 2 Aug 2024 13:22:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5925E2A37 for ; Fri, 2 Aug 2024 13:22:00 +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 00BF5342FA1 for ; Fri, 2 Aug 2024 13:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516FD1E9A for ; Fri, 2 Aug 2024 13:21:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1722604909.8097a98918e040bdaaa32f421d0bc4780763b135.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscodium/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vscodium/vscodium-1.91.0.24190.ebuild app-editors/vscodium/vscodium-1.91.1.24193.ebuild X-VCS-Directories: app-editors/vscodium/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8097a98918e040bdaaa32f421d0bc4780763b135 X-VCS-Branch: master Date: Fri, 2 Aug 2024 13:21:58 +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: f4920c99-2e7c-416e-b13b-06d8176f3bba X-Archives-Hash: d0506a6b3e378a3125a745464f4db655 commit: 8097a98918e040bdaaa32f421d0bc4780763b135 Author: Florian Dubourg dubourg cz> AuthorDate: Wed Jul 17 07:08:39 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 13:21:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8097a989 app-editors/vscodium: fix dead link in pkg_postinstall() Bug: https://bugs.gentoo.org/936201 Signed-off-by: Florian Dubourg dubourg.cz> Closes: https://github.com/gentoo/gentoo/pull/37586 Signed-off-by: Joonas Niilola gentoo.org> app-editors/vscodium/vscodium-1.91.0.24190.ebuild | 2 +- app-editors/vscodium/vscodium-1.91.1.24193.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vscodium/vscodium-1.91.0.24190.ebuild b/app-editors/vscodium/vscodium-1.91.0.24190.ebuild index c4986884955d..4bf914823a45 100644 --- a/app-editors/vscodium/vscodium-1.91.0.24190.ebuild +++ b/app-editors/vscodium/vscodium-1.91.0.24190.ebuild @@ -122,7 +122,7 @@ src_install() { pkg_postinst() { xdg_pkg_postinst elog "When compared to the regular VSCode, VSCodium has a few quirks" - elog "More information at: https://github.com/VSCodium/vscodium/blob/master/DOCS.md" + elog "More information at: https://github.com/VSCodium/vscodium/blob/master/docs/index.md" optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" } diff --git a/app-editors/vscodium/vscodium-1.91.1.24193.ebuild b/app-editors/vscodium/vscodium-1.91.1.24193.ebuild index c4986884955d..4bf914823a45 100644 --- a/app-editors/vscodium/vscodium-1.91.1.24193.ebuild +++ b/app-editors/vscodium/vscodium-1.91.1.24193.ebuild @@ -122,7 +122,7 @@ src_install() { pkg_postinst() { xdg_pkg_postinst elog "When compared to the regular VSCode, VSCodium has a few quirks" - elog "More information at: https://github.com/VSCodium/vscodium/blob/master/DOCS.md" + elog "More information at: https://github.com/VSCodium/vscodium/blob/master/docs/index.md" optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" }