mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
56 lines
1.1 KiB
Bash
56 lines
1.1 KiB
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
TEXLIVE_MODULE_CONTENTS="
|
|
collection-langkorean.r54074
|
|
baekmuk.r56915
|
|
cjk-ko.r70300
|
|
kotex-oblivoir.r70491
|
|
kotex-plain.r63689
|
|
kotex-utf.r63690
|
|
kotex-utils.r38727
|
|
nanumtype1.r29558
|
|
pmhanguljamo.r71464
|
|
uhc.r16791
|
|
unfonts-core.r56291
|
|
unfonts-extra.r56291
|
|
"
|
|
TEXLIVE_MODULE_DOC_CONTENTS="
|
|
baekmuk.doc.r56915
|
|
cjk-ko.doc.r70300
|
|
kotex-oblivoir.doc.r70491
|
|
kotex-plain.doc.r63689
|
|
kotex-utf.doc.r63690
|
|
kotex-utils.doc.r38727
|
|
lshort-korean.doc.r58468
|
|
nanumtype1.doc.r29558
|
|
pmhanguljamo.doc.r71464
|
|
uhc.doc.r16791
|
|
unfonts-core.doc.r56291
|
|
unfonts-extra.doc.r56291
|
|
"
|
|
|
|
inherit texlive-module
|
|
|
|
DESCRIPTION="TeXLive Korean"
|
|
|
|
LICENSE="FDL-1.1+ GPL-1+ GPL-2 LPPL-1.3 LPPL-1.3c OFL-1.1 TeX-other-free public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
|
|
COMMON_DEPEND="
|
|
>=dev-texlive/texlive-langcjk-2024
|
|
"
|
|
RDEPEND="
|
|
${COMMON_DEPEND}
|
|
"
|
|
DEPEND="
|
|
${COMMON_DEPEND}
|
|
"
|
|
|
|
TEXLIVE_MODULE_BINSCRIPTS="
|
|
texmf-dist/scripts/kotex-utils/jamo-normalize.pl
|
|
texmf-dist/scripts/kotex-utils/komkindex.pl
|
|
texmf-dist/scripts/kotex-utils/ttf2kotexfont.pl
|
|
"
|