public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 17 Apr 2020 13:58:26 +0000 (UTC)	[thread overview]
Message-ID: <1587131902.664cc177d40cd43a1a1770be94e0ce53ccd219d6.zlogene@gentoo> (raw)

commit:     664cc177d40cd43a1a1770be94e0ce53ccd219d6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 13:55:32 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 13:58:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664cc177

media-fonts/ibm-plex: fix S call

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild | 36 +++++++++++++++---------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild b/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
index 86983b1f16c..f0c272b386a 100644
--- a/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
+++ b/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,29 +28,29 @@ if use otf; then
 
 	FONT_SUFFIX+="otf"
 
-	FONT_S="
-		"${S}"/IBM-Plex-Mono/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Condensed/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Devanagari/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-Sans-Thai-Looped/fonts/complete/otf"
+	FONT_S=(
+		IBM-Plex-Mono/fonts/complete/otf
+		IBM-Plex-Sans-Condensed/fonts/complete/otf
+		IBM-Plex-Sans-Devanagari/fonts/complete/otf
+		IBM-Plex-Sans-Hebrew/fonts/complete/otf
+		IBM-Plex-Sans/fonts/complete/otf
+		IBM-Plex-Serif/fonts/complete/otf
+		IBM-Plex-Sans-Thai-Looped/fonts/complete/otf )
 fi
 
 if use ttf; then
 
 	FONT_SUFFIX+="ttf"
 
-	FONT_S="
-		"${S}"/IBM-Plex-Mono/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Condensed/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Devanagari/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-Sans-Thai-Looped/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Variable/fonts/complete/ttf"
+	FONT_S=(
+		IBM-Plex-Mono/fonts/complete/ttf
+		IBM-Plex-Sans-Condensed/fonts/complete/ttf
+		IBM-Plex-Sans-Devanagari/fonts/complete/ttf
+		IBM-Plex-Sans-Hebrew/fonts/complete/ttf
+		IBM-Plex-Sans/fonts/complete/ttf
+		IBM-Plex-Serif/fonts/complete/ttf
+		IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf
+		IBM-Plex-Sans-Variable/fonts/complete/ttf )
 fi
 
 font_src_install


             reply	other threads:[~2020-04-17 13:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17 13:58 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
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-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=1587131902.664cc177d40cd43a1a1770be94e0ce53ccd219d6.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