aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-07-19 21:33:15 +0400
committerVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-07-19 21:33:15 +0400
commit79341e9f046f373509b9ab9d14ef711797d5bfa5 (patch)
tree0e7a7f713f4587b70c4d7a4eb3ec0f0505a00644 /media-fonts
parentdev-util/juliaup: add 1.16.10, drop 1.14.9 (diff)
downloadguru-79341e9f046f373509b9ab9d14ef711797d5bfa5.tar.gz
guru-79341e9f046f373509b9ab9d14ef711797d5bfa5.tar.bz2
guru-79341e9f046f373509b9ab9d14ef711797d5bfa5.zip
*/*: ExcessiveLineLength fix most of them
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/source-han-serif/source-han-serif-2.001.ebuild10
-rw-r--r--media-fonts/source-han-serif/source-han-serif-2.002.ebuild10
2 files changed, 12 insertions, 8 deletions
diff --git a/media-fonts/source-han-serif/source-han-serif-2.001.ebuild b/media-fonts/source-han-serif/source-han-serif-2.001.ebuild
index db5455711..2e0765cf5 100644
--- a/media-fonts/source-han-serif/source-han-serif-2.001.ebuild
+++ b/media-fonts/source-han-serif/source-han-serif-2.001.ebuild
@@ -10,11 +10,13 @@ inherit font
DESCRIPTION="Pan-CJK OpenType/CFF font family"
HOMEPAGE="https://github.com/adobe-fonts/source-han-serif/"
+
+p="https://github.com/adobe-fonts"
SRC_URI="
- l10n_ja? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/12_SourceHanSerifJP.zip -> ${PN}-ja-${PV}.zip )
- l10n_ko? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/13_SourceHanSerifKR.zip -> ${PN}-ko-${PV}.zip )
- l10n_zh-CN? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/14_SourceHanSerifCN.zip -> ${PN}-zh_CN-${PV}.zip )
- l10n_zh-TW? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/15_SourceHanSerifTW.zip -> ${PN}-zh_TW-${PV}.zip )
+ l10n_ja? ( ${p}/${PN}/releases/download/${PV}R/12_SourceHanSerifJP.zip -> ${PN}-ja-${PV}.zip )
+ l10n_ko? ( ${p}/${PN}/releases/download/${PV}R/13_SourceHanSerifKR.zip -> ${PN}-ko-${PV}.zip )
+ l10n_zh-CN? ( ${p}/${PN}/releases/download/${PV}R/14_SourceHanSerifCN.zip -> ${PN}-zh_CN-${PV}.zip )
+ l10n_zh-TW? ( ${p}/${PN}/releases/download/${PV}R/15_SourceHanSerifTW.zip -> ${PN}-zh_TW-${PV}.zip )
"
S=${WORKDIR}
diff --git a/media-fonts/source-han-serif/source-han-serif-2.002.ebuild b/media-fonts/source-han-serif/source-han-serif-2.002.ebuild
index 52911fafd..09619c098 100644
--- a/media-fonts/source-han-serif/source-han-serif-2.002.ebuild
+++ b/media-fonts/source-han-serif/source-han-serif-2.002.ebuild
@@ -10,11 +10,13 @@ inherit font
DESCRIPTION="Pan-CJK OpenType/CFF font family"
HOMEPAGE="https://github.com/adobe-fonts/source-han-serif/"
+
+g="https://github.com/adobe-fonts"
SRC_URI="
- l10n_ja? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/12_SourceHanSerifJP.zip -> ${PN}-ja-${PV}.zip )
- l10n_ko? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/13_SourceHanSerifKR.zip -> ${PN}-ko-${PV}.zip )
- l10n_zh-CN? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/14_SourceHanSerifCN.zip -> ${PN}-zh_CN-${PV}.zip )
- l10n_zh-TW? ( https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/15_SourceHanSerifTW.zip -> ${PN}-zh_TW-${PV}.zip )
+ l10n_ja? ( ${g}/${PN}/releases/download/${PV}R/12_SourceHanSerifJP.zip -> ${PN}-ja-${PV}.zip )
+ l10n_ko? ( ${g}/${PN}/releases/download/${PV}R/13_SourceHanSerifKR.zip -> ${PN}-ko-${PV}.zip )
+ l10n_zh-CN? ( ${g}/${PN}/releases/download/${PV}R/14_SourceHanSerifCN.zip -> ${PN}-zh_CN-${PV}.zip )
+ l10n_zh-TW? ( ${g}/${PN}/releases/download/${PV}R/15_SourceHanSerifTW.zip -> ${PN}-zh_TW-${PV}.zip )
"
S=${WORKDIR}