diff options
-rw-r--r-- | dev-texlive/texlive-langkorean/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-langkorean/texlive-langkorean-2015.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-texlive/texlive-langkorean/ChangeLog b/dev-texlive/texlive-langkorean/ChangeLog index b0ceb0b7517f..07ba74fc107c 100644 --- a/dev-texlive/texlive-langkorean/ChangeLog +++ b/dev-texlive/texlive-langkorean/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langkorean # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langkorean/ChangeLog,v 1.3 2015/07/12 17:56:41 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langkorean/ChangeLog,v 1.4 2015/07/16 09:20:51 aballier Exp $ + +*texlive-langkorean-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <aballier@gentoo.org> + +texlive-langkorean-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> texlive-langkorean-2014.ebuild: diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2015.ebuild b/dev-texlive/texlive-langkorean/texlive-langkorean-2015.ebuild new file mode 100644 index 000000000000..2ae1559fd233 --- /dev/null +++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2015.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langkorean/texlive-langkorean-2015.ebuild,v 1.1 2015/07/16 09:20:51 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="cjk-ko kotex-oblivoir kotex-plain kotex-utf kotex-utils lshort-korean nanumtype1 uhc collection-langkorean +" +TEXLIVE_MODULE_DOC_CONTENTS="cjk-ko.doc kotex-oblivoir.doc kotex-plain.doc kotex-utf.doc kotex-utils.doc lshort-korean.doc nanumtype1.doc uhc.doc " +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Korean" + +LICENSE=" FDL-1.1 GPL-2 LPPL-1.3 OFL TeX-other-free " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-langcjk-2015 +!<dev-texlive/texlive-langcjk-2014 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/kotex-utils/komkindex.pl texmf-dist/scripts/kotex-utils/jamo-normalize.pl texmf-dist/scripts/kotex-utils/ttf2kotexfont.pl" |