From: "Alexey Zapparov" <alexey@zapparov.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/victor-mono/
Date: Mon, 24 Apr 2023 17:16:51 +0000 (UTC) [thread overview]
Message-ID: <1682356397.ccf5884d0914062c7efb4fe2a54360a6b2612ae9.alexey@gentoo> (raw)
commit: ccf5884d0914062c7efb4fe2a54360a6b2612ae9
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Apr 24 17:13:17 2023 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Apr 24 17:13:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccf5884d
media-fonts/victor-mono: add 1.5.5
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
media-fonts/victor-mono/Manifest | 1 +
media-fonts/victor-mono/victor-mono-1.5.5.ebuild | 33 ++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index c542d7b1e..03ab840fb 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,2 +1,3 @@
DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c SHA512 f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63 SHA512 7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d
+DIST victor-mono-1.5.5.zip 9165795 BLAKE2B 559f7bb4f216fe00cc32e723279eb0ddec70a4834a943749d6ab20619e265f0da434e3d93501598e3af4314b42c51fe1c68f39d0ab7276cf6ebeaf57208be247 SHA512 aa1b24bac802a2e30dc13939df03ca2c5a6fea49e4de3f74009b9c878ef7e2bcc72ddae8ac7853bd1bc3c3caef33f5d5fe87203e106531b48d1e68db66b444e4
diff --git a/media-fonts/victor-mono/victor-mono-1.5.5.ebuild b/media-fonts/victor-mono/victor-mono-1.5.5.ebuild
new file mode 100644
index 000000000..22d36addc
--- /dev/null
+++ b/media-fonts/victor-mono/victor-mono-1.5.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}
next reply other threads:[~2023-04-24 17:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 17:16 Alexey Zapparov [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-15 21:59 [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/victor-mono/ Alexey Zapparov
2023-04-24 17:16 Alexey Zapparov
2022-07-14 2:45 Alexey Zapparov
2022-07-14 2:45 Alexey Zapparov
2022-06-19 23:21 Alexey Zapparov
2022-06-19 23:21 Alexey Zapparov
2022-01-10 5:18 Alexey Zapparov
2022-01-02 15:02 Andrew Ammerlaan
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=1682356397.ccf5884d0914062c7efb4fe2a54360a6b2612ae9.alexey@gentoo \
--to=alexey@zapparov.com \
--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