From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/ibm-plex/
Date: Thu, 14 Mar 2019 18:30:53 +0000 (UTC) [thread overview]
Message-ID: <1552588233.756637c694be16a68e0adc79fe49e83630a4448a.zlogene@gentoo> (raw)
commit: 756637c694be16a68e0adc79fe49e83630a4448a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 18:30:33 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 18:30:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756637c6
media-fonts/ibm-plex: Version bump (v1.3.0)
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-fonts/ibm-plex/Manifest | 1 +
media-fonts/ibm-plex/ibm-plex-1.3.0.ebuild | 59 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-fonts/ibm-plex/Manifest b/media-fonts/ibm-plex/Manifest
index 78fb5eaa913..5c74e62ca68 100644
--- a/media-fonts/ibm-plex/Manifest
+++ b/media-fonts/ibm-plex/Manifest
@@ -1 +1,2 @@
DIST ibm-plex-1.2.3.tar.gz 64032367 BLAKE2B e99f6af7bbeb511c7204d2563f8cea5e21971e2e352d00c2180bae1cea6215d6622bcd811d3350de1c03bcfbdeedd4dc8f45475c12d7367989951b45569e5000 SHA512 9462b693bd4602d60f97435e18361c0896eb0ab00c6773ab590d85e44961de4348429bd6975522e120e56799937843f29b6f677fa6978b62525f5c4d8db5f5b8
+DIST ibm-plex-1.3.0.tar.gz 71637173 BLAKE2B 91c48f07fe65b3c94f53cfd2430ea5eee81cefd723d3c7211dfac3c8a827cf63fc94a6f4173c5cf77c9ccf4ed3965be9f23ded15ac21c778476c19e97aafa900 SHA512 464d1a29580f31dad744c43e9765dd21d832b7f2299e0785d3846e6bc5fcc06ff0f8a7b29dec13f136195776151dc4b80704f2660632b6ccd78d89a2ee4727e4
diff --git a/media-fonts/ibm-plex/ibm-plex-1.3.0.ebuild b/media-fonts/ibm-plex/ibm-plex-1.3.0.ebuild
new file mode 100644
index 00000000000..c3e8eb6357e
--- /dev/null
+++ b/media-fonts/ibm-plex/ibm-plex-1.3.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="The package of IBM's typeface"
+HOMEPAGE="https://github.com/IBM/plex"
+SRC_URI="https://github.com/IBM/plex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="otf +ttf"
+
+REQUIRED_USE="^^ ( otf ttf )"
+
+S="${WORKDIR}/${P/ibm-}"
+
+DOCS=( README.md )
+
+FONT_SUFFIX=""
+
+src_install() {
+
+if use otf; then
+
+ FONT_SUFFIX+="otf"
+
+ FONT_S="
+ "${S}"/IBM-Plex-Arabic/fonts/complete/otf
+ "${S}"/IBM-Plex-Devanagari/fonts/complete/otf
+ "${S}"/IBM-Plex-Mono/fonts/complete/otf
+ "${S}"/IBM-Plex-Sans-Condensed/fonts/complete/otf
+ "${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/otf
+ "${S}"/IBM-Plex-Sans/fonts/complete/otf
+ "${S}"/IBM-Plex-Serif/fonts/complete/otf
+ "${S}"/IBM-Plex-Thai/fonts/complete/otf"
+fi
+
+if use ttf; then
+
+ FONT_SUFFIX+="ttf"
+
+ FONT_S="
+ "${S}"/IBM-Plex-Arabic/fonts/complete/ttf
+ "${S}"/IBM-Plex-Devanagari/fonts/complete/ttf
+ "${S}"/IBM-Plex-Mono/fonts/complete/ttf
+ "${S}"/IBM-Plex-Sans-Condensed/fonts/complete/ttf
+ "${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/ttf
+ "${S}"/IBM-Plex-Sans/fonts/complete/ttf
+ "${S}"/IBM-Plex-Serif/fonts/complete/ttf
+ "${S}"/IBM-Plex-Thai/fonts/complete/ttf"
+fi
+
+font_src_install
+
+}
next reply other threads:[~2019-03-14 18:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 18:30 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:11 [gentoo-commits] repo/gentoo:master commit in: media-fonts/ibm-plex/ Sam James
2021-03-21 19:06 Andreas Sturmlechner
2020-10-18 8:58 Mikle Kolyada
2020-10-12 5:51 Joonas Niilola
2020-10-12 5:51 Joonas Niilola
2020-09-04 13:02 Mikle Kolyada
2020-08-20 8:10 Mikle Kolyada
2020-04-17 13:58 Mikle Kolyada
2019-12-13 8:48 Mikle Kolyada
2019-12-02 10:38 Mikle Kolyada
2019-12-02 10:28 Mikle Kolyada
2019-11-10 14:50 Mikle Kolyada
2019-11-10 14:50 Mikle Kolyada
2019-11-10 14:50 Mikle Kolyada
2019-07-25 19:37 Mikle Kolyada
2019-07-25 7:12 Mikle Kolyada
2019-04-06 21:47 Mikle Kolyada
2019-03-28 6:44 Mikle Kolyada
2019-02-22 8:24 Mikle Kolyada
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=1552588233.756637c694be16a68e0adc79fe49e83630a4448a.zlogene@gentoo \
--to=zlogene@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