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 264E815806E for ; Sat, 27 May 2023 01:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9F6E0848; Sat, 27 May 2023 01:29:05 +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 39DE2E0848 for ; Sat, 27 May 2023 01:29:05 +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 B7180340E0F for ; Sat, 27 May 2023 01:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 518A3A67 for ; Sat, 27 May 2023 01:29:02 +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: <1685150925.455ba8a0bfe16b6275a959838ebec7e0fa0e3b3e.rahul@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/firacode-nerdfont/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/firacode-nerdfont/Manifest media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild X-VCS-Directories: media-fonts/firacode-nerdfont/ X-VCS-Committer: rahul X-VCS-Committer-Name: Rahul Sandhu X-VCS-Revision: 455ba8a0bfe16b6275a959838ebec7e0fa0e3b3e X-VCS-Branch: dev Date: Sat, 27 May 2023 01:29:02 +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: 91bbdd0d-c121-468e-9a00-4898f972e502 X-Archives-Hash: f73f73fdc753283b5b0e0d9f0ac706fe commit: 455ba8a0bfe16b6275a959838ebec7e0fa0e3b3e Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:28:45 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 01:28:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=455ba8a0 media-fonts/firacode-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/firacode-nerdfont/Manifest | 1 + .../firacode-nerdfont-3.0.1.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/firacode-nerdfont/Manifest b/media-fonts/firacode-nerdfont/Manifest index 20e3d4baf..654ba3c6f 100644 --- a/media-fonts/firacode-nerdfont/Manifest +++ b/media-fonts/firacode-nerdfont/Manifest @@ -1 +1,2 @@ DIST firacode-nerdfont-2.2.2.zip 17241908 BLAKE2B 9f8ada87945ff10d9eced99369f7c6d469f9eaf2192490623a93b2397fe5b6ee3f0df6923b59eb87e92789840a205adf53c6278e526dbeeb25d0a6d307a07b18 SHA512 ab284afb20cc535d24d4bc0c3aa181547ac0ab7afb5c09c931699a8690a3813024194c123b99c526269897c256b5d8f078075bcf20bc9120a64206a2728236b3 +DIST firacode-nerdfont-3.0.1.tar.xz 2239404 BLAKE2B 99676220697e673fdb00c8baf5960b2961109abc8530efe61c687d99f4624526ec86b83112a7e582ede0e16c7352d0a8002b44db87c1454c35833e89071758c6 SHA512 a5d4202b8fdadc295bdc08a0bf226c187102492aef94e17f9327b1683c1370ab535c8d6fa725f89935b79a26352da765b2066468326ff846f21dbe0929fcc016 diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild new file mode 100644 index 000000000..54d34657d --- /dev/null +++ b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts" +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +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" +}