diff options
author | 2019-12-02 11:44:03 +0100 | |
---|---|---|
committer | 2019-12-02 11:46:54 +0100 | |
commit | 04d25afc268f6383281d4218e192f014ebd5b080 (patch) | |
tree | 530311851f0040f5305fa2409f963f5d16a05df6 /media-fonts/fira-code/fira-code-1.205.ebuild | |
parent | dev-python/pathspec: x86 stable wrt bug #701706 (diff) | |
download | gentoo-04d25afc268f6383281d4218e192f014ebd5b080.tar.gz gentoo-04d25afc268f6383281d4218e192f014ebd5b080.tar.bz2 gentoo-04d25afc268f6383281d4218e192f014ebd5b080.zip |
media-fonts/fira-code: cleanup
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'media-fonts/fira-code/fira-code-1.205.ebuild')
-rw-r--r-- | media-fonts/fira-code/fira-code-1.205.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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 8271b9e75db0..000000000000 --- 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 -} |