From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-han-sans/
Date: Fri, 19 Feb 2016 03:11:00 +0000 (UTC) [thread overview]
Message-ID: <1455849809.69885d1fd77f8e3c35ff7a6c41b9a192837020af.idella4@gentoo> (raw)
commit: 69885d1fd77f8e3c35ff7a6c41b9a192837020af
Author: bobbertson <qewbert <AT> gmail <DOT> com>
AuthorDate: Thu Feb 18 04:07:25 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 02:43:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69885d1f
media-fonts/source-han-sans: Adding use cjk to be consistent with rdep.
Package-Manager: portage-2.2.26
.../source-han-sans-1.001-r1.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/media-fonts/source-han-sans/source-han-sans-1.001-r1.ebuild b/media-fonts/source-han-sans/source-han-sans-1.001-r1.ebuild
new file mode 100644
index 0000000..b43edfd
--- /dev/null
+++ b/media-fonts/source-han-sans/source-han-sans-1.001-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit font
+
+# Note to maintainers:
+# The upstream tarball is huge (over 780 MB), so we repackage the
+# regional subset OTF fonts per region, for the user's convenience.
+
+DESCRIPTION="Pan-CJK OpenType/CFF font family"
+HOMEPAGE="https://github.com/adobe-fonts/source-han-sans/"
+SRC_URI="cjk? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz
+ https://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz
+ https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz
+ https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )
+ linguas_ja? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz )
+ linguas_ko? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz )
+ linguas_zh_CN? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz )
+ linguas_zh_TW? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos"
+IUSE="cjk linguas_ja linguas_ko +linguas_zh_CN linguas_zh_TW"
+REQUIRED_USE="|| ( cjk linguas_ja linguas_ko linguas_zh_CN linguas_zh_TW )"
+
+S=${WORKDIR}
+FONT_SUFFIX="otf"
+RESTRICT="binchecks strip"
+
+src_install() {
+ for l in ja ko zh_CN zh_TW; do
+ ( use cjk || use linguas_${l} ) \
+ && FONT_S="${S}/source-han-sans-${l}-${PV}" font_src_install
+ done
+ dodoc source-han-sans-*-${PV}/*md source-han-sans-*-${PV}/*pdf
+}
next reply other threads:[~2016-02-19 3:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 3:11 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-24 21:21 [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-han-sans/ Ulrich Müller
2016-06-28 13:59 Patrice Clement
2017-05-09 6:43 Michał Górny
2018-02-27 22:14 Jonas Stein
2018-02-27 22:44 Jonas Stein
2018-05-11 7:41 Michał Górny
2018-07-07 12:15 Jonas Stein
2020-06-15 18:26 Aaron Bauman
2021-03-17 2:16 Sam James
2021-03-17 2:19 Sam James
2021-03-17 2:21 Sam James
2021-03-17 2:21 Sam James
2021-03-17 9:00 Sam James
2022-05-05 10:44 WANG Xuerui
2022-09-15 7:05 Joonas Niilola
2022-09-15 7:05 Joonas Niilola
2023-12-01 0:11 Matt Turner
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=1455849809.69885d1fd77f8e3c35ff7a6c41b9a192837020af.idella4@gentoo \
--to=idella4@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