public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/
Date: Mon,  2 Dec 2019 10:47:00 +0000 (UTC)	[thread overview]
Message-ID: <1575283614.04d25afc268f6383281d4218e192f014ebd5b080.graaff@gentoo> (raw)

commit:     04d25afc268f6383281d4218e192f014ebd5b080
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 10:44:03 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 10:46:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d25afc

media-fonts/fira-code: cleanup

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 media-fonts/fira-code/Manifest               |  2 --
 media-fonts/fira-code/fira-code-1.205.ebuild | 27 ---------------------------
 media-fonts/fira-code/fira-code-1.206.ebuild | 27 ---------------------------
 3 files changed, 56 deletions(-)

diff --git a/media-fonts/fira-code/Manifest b/media-fonts/fira-code/Manifest
index c0de404fe0e..fdaa9bc014b 100644
--- a/media-fonts/fira-code/Manifest
+++ b/media-fonts/fira-code/Manifest
@@ -1,5 +1,3 @@
 DIST FiraCode-Regular-Symbol.zip 9337 BLAKE2B b901cc37ad796f3a68d8b9e492aa35570c2d718fc84920b5b23c0a055e46c19916a7ec6b2c0a0adba650161c5a032761d46b303de64bddd81696adf960e3e541 SHA512 2570958b0f4b28ded52327150b67118d693d6bc6f483be3e3147ddda1c5870ab21f1b64938e4abc1030080455976c0d33ae3925b51660fd2c8b5428b5b0f8eb7
-DIST fira-code-1.205.tar.gz 5348822 BLAKE2B 9167765fb986a0b4552387fa43e71ddcfb97371692ad071659cc6a198dd4bee707e15a2f438daac1d5e038b8a4d2ddf4d5e0b94cf182655cd83b5085af3a207a SHA512 cbeb5fe4577ff6de5c4d58247c3b82b7aec4022afa5552394c660846d8caab8cca3a1a44aed8cccd10d03fe8c38e419d97663f5a750bd9d4e11ec4d2e5659bf8
-DIST fira-code-1.206.tar.gz 4679094 BLAKE2B 95a705979db3d96944986b78945734e87de0f7164db50313d9bcec5da3b2a8f6281bc1b1506c65a29358bc8fa65d9ffc2bb76b9e734077f6d487bc3bd63680e2 SHA512 022216fb3b7c553cd0608a51e8e5a2903375a15d3600a694dad68666897a5ed33d7ad6819db55e0ce4b7c58ac1dd3c33d2e05aded62ebf38365ffee8fb7f8ee0
 DIST fira-code-1.207.tar.gz 6640459 BLAKE2B ccd61201c5fe9d8755f0822d413df66184763f57b69965c22a6aceacda9ba117d4ffc0fbacb85e2c9202cd00de4b942ed36b599c3ecc46781fd3085b5a4ee688 SHA512 b0c555489f196c958a2abda4108fea10f13d2e62a94f26eebdc894e31ba5a34591e2a0214c4a8fb93fdb423b3e40c2e11045774a462c37faae24db1c85e4ce0e
 DIST fira-code-2.tar.gz 7100481 BLAKE2B 1ca41276c56b6edb174620224d2a0a72750cd29c48c71a350d033896e2ff6d59454236f193b6dc95f8f5ccd338951ac52f5c2e27c6a5286589382af938bc76f8 SHA512 313f11f1550d964119c2576bc988ca7d009ebd670c93b3c4a29583f91499166816ed326fdb5a5082ed7c7a33c49263e627a3356cc739aa1a8e34689820081399

diff --git a/media-fonts/fira-code/fira-code-1.205.ebuild b/media-fonts/fira-code/fira-code-1.205.ebuild
deleted file mode 100644
index 8271b9e75db..00000000000
--- a/media-fonts/fira-code/fira-code-1.205.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-IUSE=""
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/otf"
-FONT_SUFFIX="otf"
-
-DOCS="README.md"
-
-src_prepare() {
-	default
-	mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}

diff --git a/media-fonts/fira-code/fira-code-1.206.ebuild b/media-fonts/fira-code/fira-code-1.206.ebuild
deleted file mode 100644
index 73d454e405d..00000000000
--- a/media-fonts/fira-code/fira-code-1.206.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-IUSE=""
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/otf"
-FONT_SUFFIX="otf"
-
-DOCS="README.md"
-
-src_prepare() {
-	default
-	mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}


             reply	other threads:[~2019-12-02 10:47 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02 10:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-18  2:53 [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/ Matt Turner
2022-08-02 16:01 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-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=1575283614.04d25afc268f6383281d4218e192f014ebd5b080.graaff@gentoo \
    --to=graaff@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