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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1774E1382C5 for ; Mon, 21 Jun 2021 22:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32FC6E087A; Mon, 21 Jun 2021 22:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13006E087A for ; Mon, 21 Jun 2021 22:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AC30335D92 for ; Mon, 21 Jun 2021 22:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D97047B6 for ; Mon, 21 Jun 2021 22:36:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624314587.11993db1273c8e544f068677e8abe82c3d0e2f37.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cascadia-code/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/cascadia-code/Manifest media-fonts/cascadia-code/cascadia-code-2105.24.ebuild X-VCS-Directories: media-fonts/cascadia-code/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11993db1273c8e544f068677e8abe82c3d0e2f37 X-VCS-Branch: master Date: Mon, 21 Jun 2021 22:36:00 +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: d6c7be5d-67d2-42a6-a216-b9a30f5cd896 X-Archives-Hash: 9d830936e2ce97f203b26fb93c9ac7cb commit: 11993db1273c8e544f068677e8abe82c3d0e2f37 Author: Jan Henke taujhe de> AuthorDate: Sun Jun 13 08:37:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 21 22:29:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11993db1 media-fonts/cascadia-code: Version bump 2105.24 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jan Henke taujhe.de> Closes: https://github.com/gentoo/gentoo/pull/21221 Signed-off-by: Sam James gentoo.org> media-fonts/cascadia-code/Manifest | 1 + .../cascadia-code/cascadia-code-2105.24.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/media-fonts/cascadia-code/Manifest b/media-fonts/cascadia-code/Manifest index c4695b04e27..5b3798de134 100644 --- a/media-fonts/cascadia-code/Manifest +++ b/media-fonts/cascadia-code/Manifest @@ -1 +1,2 @@ DIST cascadia-code-2102.25.zip 8666729 BLAKE2B 86e11e003fcad686f0ad9ee38af488447fd0a6c95b0f9a89e945ca173c44385af0090a50e26b355ea8019c7e33ca45edcdfa7cfddcc0734fe224c96c8d941acf SHA512 4b0b1168bf3f1adbff362ed2d7fa1f548643e5c9506866e12dc26aefb8e807b7515e0c49705f03faf1a44c037d414ba3ab3f2189d29491711d6e802035914002 +DIST cascadia-code-2105.24.zip 18708244 BLAKE2B e9055e55642a7f5b43364f0cd1d800ebb3bebb8bc1f2e726d2e200b211fb495560754ce0d54e5579a98b8f067b372709dad4d391ca6602ee917c2597adb82c42 SHA512 22d317a41d491945210f0d6051c136264d0dda2eab24bc92b1034d10703b1fe462b0dd667ff56637fdb222cc1fbd78ecc7cadc022e7f03c5ea59b4b67d2c59da diff --git a/media-fonts/cascadia-code/cascadia-code-2105.24.ebuild b/media-fonts/cascadia-code/cascadia-code-2105.24.ebuild new file mode 100644 index 00000000000..3726a28cc6c --- /dev/null +++ b/media-fonts/cascadia-code/cascadia-code-2105.24.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="A monospaced font developed for Windows Terminal" +HOMEPAGE="https://github.com/microsoft/cascadia-code" +SRC_URI="https://github.com/microsoft/cascadia-code/releases/download/v${PV}/CascadiaCode-${PV}.zip -> ${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/ttf" +FONT_SUFFIX="ttf"