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 3F280158083 for ; Tue, 24 Sep 2024 20:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3AE2BC074; Tue, 24 Sep 2024 20:25:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 314A42BC074 for ; Tue, 24 Sep 2024 20:25:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32D153430A8 for ; Tue, 24 Sep 2024 20:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B7761F45 for ; Tue, 24 Sep 2024 20:25:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1727209526.2eb45eae09ca3a943d4a738c32ff6ac0239ed8b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/jetbrains-mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/jetbrains-mono/Manifest media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild X-VCS-Directories: media-fonts/jetbrains-mono/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2eb45eae09ca3a943d4a738c32ff6ac0239ed8b6 X-VCS-Branch: master Date: Tue, 24 Sep 2024 20:25:42 +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: 0b99c079-5786-476b-8c3c-0260e64b7c78 X-Archives-Hash: e89e0b1c1d77eb16de9aacb91926e60a commit: 2eb45eae09ca3a943d4a738c32ff6ac0239ed8b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 22 20:09:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 24 20:25:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb45eae media-fonts/jetbrains-mono: drop 2.242 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/jetbrains-mono/Manifest | 1 - .../jetbrains-mono/jetbrains-mono-2.242.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/media-fonts/jetbrains-mono/Manifest b/media-fonts/jetbrains-mono/Manifest index b38081eb39cd..c081e4106cb8 100644 --- a/media-fonts/jetbrains-mono/Manifest +++ b/media-fonts/jetbrains-mono/Manifest @@ -1,2 +1 @@ -DIST jetbrains-mono-2.242.zip 4099695 BLAKE2B 814dc53be8a57d2d9abef06ac4ff81025225891fc0ac1889e34325c607eda410e91c4aae7fce914ce3df751cf109205172a52171ba2aa93f32fbd99856e081ed SHA512 03c08a2cf5603103baaeed4fcef8aa7bdfced92fdc71b207caa7f913eea49dbe178d020f15a3396b11417f9b906778cc8bc8483f4eff2b04f25163fa373186a2 DIST jetbrains-mono-2.304.zip 5622857 BLAKE2B c54913d1d7f11150afeb2974238ee26f09be5ea2b1db2510c00bafb2ae0d807d6ca64d4fcef5dfc95d524bb4f2f3324243fc6a693bd2b81c79820f48cb1e9909 SHA512 1889354a5ab1b20a523eccd67686dd6c5aea550a7e9b84d0301b1dac9193c4dde4b6bdac3892bf10603dc0c5f13f2e68363c70c294cc123b91196901f793bdab diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild deleted file mode 100644 index 7f372d17d55a..000000000000 --- a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit font - -DESCRIPTION="A free and open-source typeface for developers" -HOMEPAGE="https://www.jetbrains.com/lp/mono/" -SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/JetBrainsMono-${PV}.zip -> ${P}.zip" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="amd64 ~loong ~riscv x86" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/fonts/ttf" -FONT_SUFFIX="ttf"