media-fonts/victor-mono: drop 1.5.2

Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
Alexey Zapparov
2022-07-14 04:44:47 +02:00
parent 66ef686ea8
commit 9470e4f2a0
2 changed files with 0 additions and 34 deletions

View File

@@ -1,3 +1,2 @@
DIST victor-mono-1.5.2.zip 7959120 BLAKE2B dc6f298a898674d40bdd615dea2307c6d35b449c5174181b53208168171f4b0be424529623b3d633cce1ba860e2112dc608c20fc5ae6fc5070b34b33b7daf975 SHA512 936d374805739069834f76199a2d9e8f49770a101fec8f8fdd7c4b897ad4f9482f1fbbc867609bb53b17f2eae25c4b81282fbcda1c6a397ddbd16fc89fe0d3a2
DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c SHA512 f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63 SHA512 7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d

View File

@@ -1,33 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="A free programming font with cursive italics and ligatures"
HOMEPAGE="https://rubjo.github.io/victor-mono/"
SRC_URI="https://github.com/rubjo/victor-mono/raw/v${PV}/public/VictorMonoAll.zip -> ${P}.zip"
RESTRICT="binchecks strip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+otf ttf"
REQUIRED_USE="|| ( otf ttf )"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
FONT_CONF=(
"${FILESDIR}/66-victor-mono.conf"
)
src_install() {
use otf && { FONT_S="${S}/OTF"; FONT_SUFFIX="otf"; }
use ttf && { FONT_S="${S}/TTF"; FONT_SUFFIX="ttf"; }
font_src_install
}