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 68E1915806E for ; Sat, 27 May 2023 06:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84D5E0877; Sat, 27 May 2023 06:10:28 +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 9FCEFE0877 for ; Sat, 27 May 2023 06:10:28 +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 AEE6034103F for ; Sat, 27 May 2023 06:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB0FA80 for ; Sat, 27 May 2023 06:10:24 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685151290.08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c X-VCS-Branch: master Date: Sat, 27 May 2023 06:10:24 +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: b3c4acb6-3d6c-4755-b184-77c630405b05 X-Archives-Hash: 49465d1ca9e8332431b0a4bac5396553 commit: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:34:50 2023 +0000 Commit: Viorel Munteanu gentoo org> 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" }