diff options
author | Jan Henke <Jan.Henke@taujhe.de> | 2020-07-13 21:38:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-24 15:07:01 +0300 |
commit | d115ec4abda0fae61d64b16d90220cee49d82af0 (patch) | |
tree | 23ceaf41052f6911a8cfdd8e45613fc3c0107386 /media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild | |
parent | media-fonts/jetbrains-mono: Bump to 2.001 (diff) | |
download | gentoo-d115ec4abda0fae61d64b16d90220cee49d82af0.tar.gz gentoo-d115ec4abda0fae61d64b16d90220cee49d82af0.tar.bz2 gentoo-d115ec4abda0fae61d64b16d90220cee49d82af0.zip |
media-fonts/jetbrains-mono: Drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Closes: https://github.com/gentoo/gentoo/pull/16688
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild')
-rw-r--r-- | media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild deleted file mode 100644 index be5ad1a80a95..000000000000 --- a/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2020 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://download.jetbrains.com/fonts/JetBrainsMono-${PV}.zip -> ${P}.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - -FONT_SUFFIX="ttf" |