From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/
Date: Thu, 18 Aug 2022 02:53:42 +0000 (UTC) [thread overview]
Message-ID: <1660791186.13b91e07c9ec8fabd5a8b684dbb0510855f64a37.mattst88@gentoo> (raw)
commit: 13b91e07c9ec8fabd5a8b684dbb0510855f64a37
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 02:44:58 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 02:53:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b91e07
media-fonts/fira-code: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-fonts/fira-code/Manifest | 5 -----
media-fonts/fira-code/fira-code-4.ebuild | 28 ----------------------------
media-fonts/fira-code/fira-code-5.2.ebuild | 27 ---------------------------
media-fonts/fira-code/fira-code-6.1.ebuild | 21 ---------------------
media-fonts/fira-code/fira-code-6.ebuild | 21 ---------------------
5 files changed, 102 deletions(-)
diff --git a/media-fonts/fira-code/Manifest b/media-fonts/fira-code/Manifest
index 5a2ca689a500..3e89113f14ac 100644
--- a/media-fonts/fira-code/Manifest
+++ b/media-fonts/fira-code/Manifest
@@ -1,6 +1 @@
-DIST FiraCode-Regular-Symbol.zip 9337 BLAKE2B b901cc37ad796f3a68d8b9e492aa35570c2d718fc84920b5b23c0a055e46c19916a7ec6b2c0a0adba650161c5a032761d46b303de64bddd81696adf960e3e541 SHA512 2570958b0f4b28ded52327150b67118d693d6bc6f483be3e3147ddda1c5870ab21f1b64938e4abc1030080455976c0d33ae3925b51660fd2c8b5428b5b0f8eb7
-DIST Fira_Code_v6.1.zip 2463942 BLAKE2B 7a42ee426fbc64141a4e85271e759e82c33aa533f616150c682e7f714e60d3f6e229a8a95f32506d4d911b920d39a05bc28caf499a6651b0da3d1ed1ea46bb5e SHA512 262027cb970c5c8bcf0f10e54f2e8a96ebd85d580ba300d2c5e42cc55a27f44f3e6398bb268f7017f5b6ef83527b985674296446e5af30bd25f9aa24dcc4ea6f
DIST Fira_Code_v6.2.zip 2462987 BLAKE2B 43a65ca180079ba33da706108e798734d6af53686f90db323bf063c9815318b64c1d9ad7ccdf2942c4584bf4bcc7c2a7e544bdc2cb0d1b466ce49db6b4c2d334 SHA512 7f71b34cce960bb5b90165505214d9effa7aa0b9e3ae3a7da37b900db54adbb30d1ff4b44f77c88fe0c7ddef45fc17ac6f05f08745fd26e1a298eeb61e6fddd3
-DIST Fira_Code_v6.zip 2882570 BLAKE2B d90b66f383c64261daf227aa507672ae8e86d03d98bac433e7d361d49cb99fbe3025bd3f7af4f75b17866b62ffc01d361de6a07edbb730d7eef27cde64e1c6ed SHA512 b7b5db1c12cd34b5814144c78d535207a36f6fecd92900496cbf6c88fd457cb429b1e00d469482acbab1118f11e556b5bcac2be5364a60bcba9769bbcd4bac00
-DIST fira-code-4.tar.gz 5580474 BLAKE2B 0bc9b4c8a54f238f1c464398162a56dccf0ac5f4aaffac00357bc7ad0ed99436b44220180f9753a0bc6f2fccc5dafe4a47df9cac91dc87fb1441952e1f04eeae SHA512 037698435b3f77f5ad2dcfb6ea6ff3063c50d224c2b95ada472bf9b12a6342e892d60220e1993045858697fff9c4fb5da97b41ac3437c4fa50f48ef1398c9738
-DIST fira-code-5.2.tar.gz 4875970 BLAKE2B baff9ca088252e03a442860a95a03ae6e8ab59f102be3352e5b3c6a0b709907cc84bf70d4e9880ad5d48fca6a000e021a7453c8666638b4f9bfd0a2a441ddfe3 SHA512 10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d
diff --git a/media-fonts/fira-code/fira-code-4.ebuild b/media-fonts/fira-code/fira-code-4.ebuild
deleted file mode 100644
index c12ec2c68c1e..000000000000
--- a/media-fonts/fira-code/fira-code-4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode"
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz
-https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/ttf"
-FONT_SUFFIX="ttf otf"
-
-DOCS=( README.md )
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- default
- mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}
diff --git a/media-fonts/fira-code/fira-code-5.2.ebuild b/media-fonts/fira-code/fira-code-5.2.ebuild
deleted file mode 100644
index c5d9b0b44cf4..000000000000
--- a/media-fonts/fira-code/fira-code-5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/ttf"
-FONT_SUFFIX="ttf otf"
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode"
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-DOCS=( README.md )
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- default
- mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}
diff --git a/media-fonts/fira-code/fira-code-6.1.ebuild b/media-fonts/fira-code/fira-code-6.1.ebuild
deleted file mode 100644
index 811d1d693386..000000000000
--- a/media-fonts/fira-code/fira-code-6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-S=${WORKDIR}
-FONT_S="${S}/ttf"
-FONT_SUFFIX="ttf"
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode"
-SRC_URI="https://github.com/tonsky/FiraCode/releases/download/${PV}/Fira_Code_v${PV}.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DOCS=( README.txt specimen.html fira_code.css )
-
-BDEPEND="app-arch/unzip"
diff --git a/media-fonts/fira-code/fira-code-6.ebuild b/media-fonts/fira-code/fira-code-6.ebuild
deleted file mode 100644
index a8b92c582650..000000000000
--- a/media-fonts/fira-code/fira-code-6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-S=${WORKDIR}
-FONT_S="${S}/ttf"
-FONT_SUFFIX="ttf"
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode"
-SRC_URI="https://github.com/tonsky/FiraCode/releases/download/$(ver_cut 1)/Fira_Code_v${PV}.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DOCS=( README.txt specimen.html fira_code.css )
-
-BDEPEND="app-arch/unzip"
next reply other threads:[~2022-08-18 2:53 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 2:53 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 16:01 [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/ Arthur Zamarin
2022-08-02 16:01 Arthur Zamarin
2022-08-02 7:48 Joonas Niilola
2022-05-10 1:07 WANG Xuerui
2022-03-10 2:37 Yixun Lan
2021-12-08 6:27 Hans de Graaff
2021-12-05 7:15 Hans de Graaff
2021-11-30 6:21 Hans de Graaff
2020-10-09 8:17 Hans de Graaff
2020-10-09 8:17 Hans de Graaff
2020-09-07 5:20 Hans de Graaff
2020-09-07 5:20 Hans de Graaff
2020-06-12 15:30 Hans de Graaff
2020-06-12 5:50 Hans de Graaff
2020-06-09 3:33 Hans de Graaff
2020-06-09 3:33 Hans de Graaff
2020-05-19 9:36 Hans de Graaff
2020-05-19 9:36 Hans de Graaff
2020-05-05 6:57 Hans de Graaff
2020-04-12 6:22 Hans de Graaff
2020-04-12 6:22 Hans de Graaff
2019-12-02 10:47 Hans de Graaff
2019-12-02 10:47 Hans de Graaff
2019-09-14 6:47 Hans de Graaff
2019-09-14 6:47 Hans de Graaff
2019-07-18 6:59 Hans de Graaff
2018-10-13 7:16 Hans de Graaff
2018-05-27 14:44 Mikle Kolyada
2018-05-22 15:13 Mikle Kolyada
2018-05-19 10:31 Mart Raudsepp
2018-05-18 20:58 Johannes Huber
2018-05-18 20:52 Johannes Huber
2018-03-31 7:39 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1660791186.13b91e07c9ec8fabd5a8b684dbb0510855f64a37.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox