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, 25 Jul 2019 07:12:20 +0000 (UTC) [thread overview]
Message-ID: <1564038739.07046805ff72c67c41fbf299c6735a528152ad6d.zlogene@gentoo> (raw)
commit: 07046805ff72c67c41fbf299c6735a528152ad6d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 07:11:53 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 07:12:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07046805
media-fonts/ibm-plex: Version bump (v2.0.0)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
media-fonts/ibm-plex/Manifest | 1 +
media-fonts/ibm-plex/ibm-plex-2.0.0.ebuild | 61 ++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/media-fonts/ibm-plex/Manifest b/media-fonts/ibm-plex/Manifest
index 668c2bcfb21..5c8952513b0 100644
--- a/media-fonts/ibm-plex/Manifest
+++ b/media-fonts/ibm-plex/Manifest
@@ -2,3 +2,4 @@ DIST ibm-plex-1.2.3.tar.gz 64032367 BLAKE2B e99f6af7bbeb511c7204d2563f8cea5e2197
DIST ibm-plex-1.3.0.tar.gz 71637173 BLAKE2B 91c48f07fe65b3c94f53cfd2430ea5eee81cefd723d3c7211dfac3c8a827cf63fc94a6f4173c5cf77c9ccf4ed3965be9f23ded15ac21c778476c19e97aafa900 SHA512 464d1a29580f31dad744c43e9765dd21d832b7f2299e0785d3846e6bc5fcc06ff0f8a7b29dec13f136195776151dc4b80704f2660632b6ccd78d89a2ee4727e4
DIST ibm-plex-1.3.1.tar.gz 71638165 BLAKE2B 085abc1bfa84e0e3066cf52fa03192b361142bf63adf7f08e247f78d788ef51dc7e9d16f00e7d4b59237b1287505ae4e961c4a9d58a6b58f78997bf0b2c58d9c SHA512 c30bbab7e0d83598f4d2e14f6fe7da8ac51c88e971b519db29a5c603d7df0d459268ec0bcb93d82a75552e1ff5ef092e5886ad498d05821c61183f70cb34c671
DIST ibm-plex-1.4.1.tar.gz 75672795 BLAKE2B 65587bb42e2fb0c84f1542547f22941b52ddf1c2ec1f7be145b9206041631d54a595d5e6018b6c655d674207187126ebaea913f38074523185bfd8c0244e3105 SHA512 44c63ff1afe2b1344183c9ca76fbd083650c597c529e980c944cb9c9cd0daea5e2f3cfc0889f14490e8a3afed108f84788bd4efef01478536a9259d13206c12a
+DIST ibm-plex-2.0.0.tar.gz 77698418 BLAKE2B 01f058c285edf28618d2870b6021c3e77aef2719272d8c9a6e1eaa7f3863fb1dd9ac36b32e993e1591b25bd2a2c8bb4369b142d6cc81f866e756c8253f4d38ca SHA512 e76b8435606bf8f7dcaa330d2a861a60f3764886d04f88dceaf4a5a1dcda418df79fcbe9756541539181f35b853ee4ec9d43778338d1af1eb6e51a28cc514bb0
diff --git a/media-fonts/ibm-plex/ibm-plex-2.0.0.ebuild b/media-fonts/ibm-plex/ibm-plex-2.0.0.ebuild
new file mode 100644
index 00000000000..3d2afe9d99c
--- /dev/null
+++ b/media-fonts/ibm-plex/ibm-plex-2.0.0.ebuild
@@ -0,0 +1,61 @@
+# 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
+ "${S}"/IBM-Plex-Thai-Looped/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
+ "${S}"/IBM-Plex-Thai-Looped/fonts/complete/ttf"
+fi
+
+font_src_install
+
+}
next reply other threads:[~2019-07-25 7:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 7:12 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-04-06 21:47 Mikle Kolyada
2019-03-28 6:44 Mikle Kolyada
2019-03-14 18:30 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=1564038739.07046805ff72c67c41fbf299c6735a528152ad6d.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