diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-04 10:47:23 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-04 10:49:12 +0300 |
commit | 9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7 (patch) | |
tree | 2f4709f92d4cb2b4957ee91cfad3f88fd1381ab5 /dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild | |
parent | games-arcade/briquolo: toolchain-funcs-- (diff) | |
download | gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.tar.gz gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.tar.bz2 gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.zip |
dev-texlive: add TeXLive 2021
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild')
-rw-r--r-- | dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild b/dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild new file mode 100644 index 000000000000..81fe4233701c --- /dev/null +++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2021.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TEXLIVE_MODULE_CONTENTS="babel-greek begingreek betababel cbfonts cbfonts-fd gfsbaskerville gfsporson greek-fontenc greek-inputenc greekdates greektex greektonoi hyphen-greek hyphen-ancientgreek ibycus-babel ibygrk kerkis levy lgreek mkgrkindex teubner xgreek yannisgr collection-langgreek +" +TEXLIVE_MODULE_DOC_CONTENTS="babel-greek.doc begingreek.doc betababel.doc cbfonts.doc cbfonts-fd.doc gfsbaskerville.doc gfsporson.doc greek-fontenc.doc greek-inputenc.doc greekdates.doc greektex.doc greektonoi.doc hyphen-greek.doc ibycus-babel.doc ibygrk.doc kerkis.doc levy.doc lgreek.doc mkgrkindex.doc teubner.doc xgreek.doc yannisgr.doc " +TEXLIVE_MODULE_SRC_CONTENTS="babel-greek.source begingreek.source cbfonts-fd.source greek-fontenc.source greekdates.source ibycus-babel.source teubner.source xgreek.source " +inherit texlive-module +DESCRIPTION="TeXLive Greek" + +LICENSE=" GPL-1 GPL-2 LGPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX-other-free " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2021" + +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/mkgrkindex/mkgrkindex" |