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 C775015806E for ; Sat, 27 May 2023 01:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BD8E089D; Sat, 27 May 2023 01:34:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED26AE089D for ; Sat, 27 May 2023 01:33:59 +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 E8EFA340E0F for ; Sat, 27 May 2023 01:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A7FA6C for ; Sat, 27 May 2023 01:33:57 +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: <1685151190.67656883d19a134309236999482a8997a0db884f.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: 67656883d19a134309236999482a8997a0db884f X-VCS-Branch: dev Date: Sat, 27 May 2023 01:33:57 +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: 93d4707f-6679-47ed-81d5-5ab474b61eef X-Archives-Hash: 51e9996d73251479c14e2f202f573254 commit: 67656883d19a134309236999482a8997a0db884f Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:33:10 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 01:33:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67656883 media-fonts/iosevka-nerdfont-3.0.1: Remove 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 d805bb417..047c117ba 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" }