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 D0A6F15800F for ; Sat, 7 Jan 2023 14:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B0DE0896; Sat, 7 Jan 2023 14:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1152EE0896 for ; Sat, 7 Jan 2023 14:40:55 +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 4A6C7340DD1 for ; Sat, 7 Jan 2023 14:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1D4E7EF for ; Sat, 7 Jan 2023 14:40:52 +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: <1673102439.943dd623c328b7869241c894f47d5d1cfc06a0ac.rahul@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/ubuntumono-nerdfont/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/ubuntumono-nerdfont/Manifest media-fonts/ubuntumono-nerdfont/metadata.xml media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild X-VCS-Directories: media-fonts/ubuntumono-nerdfont/ X-VCS-Committer: rahul X-VCS-Committer-Name: Rahul Sandhu X-VCS-Revision: 943dd623c328b7869241c894f47d5d1cfc06a0ac X-VCS-Branch: dev Date: Sat, 7 Jan 2023 14:40:52 +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: a2f41145-2750-4114-8d2c-5217cd38880e X-Archives-Hash: 84757b42671eb4d03998bbe59c904fb9 commit: 943dd623c328b7869241c894f47d5d1cfc06a0ac Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat Jan 7 14:40:39 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat Jan 7 14:40:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=943dd623 media-fonts/ubuntumono-nerdfont: new package, add 2.2.2 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/ubuntumono-nerdfont/Manifest | 1 + media-fonts/ubuntumono-nerdfont/metadata.xml | 11 +++++++++++ .../ubuntumono-nerdfont-2.2.2.ebuild | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/media-fonts/ubuntumono-nerdfont/Manifest b/media-fonts/ubuntumono-nerdfont/Manifest new file mode 100644 index 000000000..06010faf4 --- /dev/null +++ b/media-fonts/ubuntumono-nerdfont/Manifest @@ -0,0 +1 @@ +DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498 SHA512 7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b diff --git a/media-fonts/ubuntumono-nerdfont/metadata.xml b/media-fonts/ubuntumono-nerdfont/metadata.xml new file mode 100644 index 000000000..0eefc574b --- /dev/null +++ b/media-fonts/ubuntumono-nerdfont/metadata.xml @@ -0,0 +1,11 @@ + + + + + rahul@sandhuservices.dev + Rahul Sandhu + + + ryanoasis/nerd-fonts + + diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild new file mode 100644 index 000000000..ae559bacb --- /dev/null +++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild @@ -0,0 +1,19 @@ +# 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}/UbuntuMono.zip -> ${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" +FONT_SUFFIX="ttf"