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 D0EED15800F for ; Sun, 8 Jan 2023 10:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D2BE0843; Sun, 8 Jan 2023 10:27:29 +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 64820E0843 for ; Sun, 8 Jan 2023 10:27:29 +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 8747D34103D for ; Sun, 8 Jan 2023 10:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D3484D for ; Sun, 8 Jan 2023 10:27:25 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1673102439.943dd623c328b7869241c894f47d5d1cfc06a0ac.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 943dd623c328b7869241c894f47d5d1cfc06a0ac X-VCS-Branch: master Date: Sun, 8 Jan 2023 10:27:25 +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: 68556cab-68c7-4034-b7cd-dc66d1fa5ed9 X-Archives-Hash: 3689a6b74ca51f47605fa636f30d3cd9 commit: 943dd623c328b7869241c894f47d5d1cfc06a0ac Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat Jan 7 14:40:39 2023 +0000 Commit: Florian Schmaus gentoo org> 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"