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 9E94415806E for ; Sat, 27 May 2023 01:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5B89E089D; Sat, 27 May 2023 01:36:06 +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 B6220E089D for ; Sat, 27 May 2023 01:36:06 +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 624E333E690 for ; Sat, 27 May 2023 01:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79D6A6C for ; Sat, 27 May 2023 01:36:03 +0000 (UTC) From: "Rahul Sandhu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rahul Sandhu" Message-ID: <1685151290.08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c.rahul@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/iosevka-nerdfont/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild X-VCS-Directories: media-fonts/iosevka-nerdfont/ X-VCS-Committer: rahul X-VCS-Committer-Name: Rahul Sandhu X-VCS-Revision: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c X-VCS-Branch: dev Date: Sat, 27 May 2023 01:36:03 +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: 23dcb8b1-2607-4373-89de-a28e28ef0637 X-Archives-Hash: 5edec5a197b270296824bc39b5452bc8 commit: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:34:50 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 01:34:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08243f4f media-fonts/iosevka-nerdfont-3.0.1: Actually fix leading whitespace Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild index 047c117ba..6c36b8138 100644 --- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild +++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild @@ -17,9 +17,9 @@ S="${WORKDIR}" FONT_SUFFIX="ttf" pkg_postinst() { - ewarn "Upstream has recently made some major changes since version 3.0.0." - ewarn "The older Material Design Icon codepoints have been dropped." - ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." - ewarn "More information can be found here:" - ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0" + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0" }