12345678910111213141516171819202122232425262728293031 |
- # Copyright 1999-2015 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- EAPI="5"
- TEXLIVE_MODULE_CONTENTS="armtex babel-albanian babel-breton babel-croatian babel-danish babel-dutch babel-estonian babel-finnish babel-friulan babel-hungarian babel-icelandic babel-irish babel-kurmanji babel-latin babel-latvian babel-norsk babel-piedmontese babel-romanian babel-romansh babel-samin babel-scottish babel-slovenian babel-swedish babel-turkish babel-welsh finbib hrlatex hyphen-armenian hyphen-croatian hyphen-danish hyphen-dutch hyphen-estonian hyphen-finnish hyphen-friulan hyphen-hungarian hyphen-icelandic hyphen-irish hyphen-kurmanji hyphen-latin hyphen-latvian hyphen-lithuanian hyphen-norwegian hyphen-piedmontese hyphen-romanian hyphen-romansh hyphen-slovenian hyphen-swedish hyphen-turkish hyphen-uppersorbian hyphen-welsh lithuanian lshort-dutch lshort-finnish lshort-slovenian lshort-turkish swebib turkmen collection-langeuropean
- "
- TEXLIVE_MODULE_DOC_CONTENTS="armtex.doc babel-albanian.doc babel-breton.doc babel-croatian.doc babel-danish.doc babel-dutch.doc babel-estonian.doc babel-finnish.doc babel-friulan.doc babel-hungarian.doc babel-icelandic.doc babel-irish.doc babel-kurmanji.doc babel-latin.doc babel-latvian.doc babel-norsk.doc babel-piedmontese.doc babel-romanian.doc babel-romansh.doc babel-samin.doc babel-scottish.doc babel-slovenian.doc babel-swedish.doc babel-turkish.doc babel-welsh.doc hrlatex.doc hyphen-hungarian.doc lithuanian.doc lshort-dutch.doc lshort-finnish.doc lshort-slovenian.doc lshort-turkish.doc swebib.doc turkmen.doc "
- TEXLIVE_MODULE_SRC_CONTENTS="babel-albanian.source babel-breton.source babel-croatian.source babel-danish.source babel-dutch.source babel-estonian.source babel-finnish.source babel-friulan.source babel-icelandic.source babel-irish.source babel-kurmanji.source babel-latin.source babel-latvian.source babel-norsk.source babel-piedmontese.source babel-romanian.source babel-romansh.source babel-samin.source babel-scottish.source babel-slovenian.source babel-swedish.source babel-turkish.source babel-welsh.source hrlatex.source turkmen.source "
- inherit texlive-module
- DESCRIPTION="TeXLive Other European languages"
- LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain "
- 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-basic-2014
- !dev-texlive/texlive-langarmenian
- !dev-texlive/texlive-langcroatian
- !dev-texlive/texlive-langdanish
- !dev-texlive/texlive-langdutch
- !dev-texlive/texlive-langfinnish
- !dev-texlive/texlive-langhungarian
- !dev-texlive/texlive-langnorwegia
- !dev-texlive/texlive-langturkmen
- !<dev-texlive/texlive-langother-2013
- !dev-texlive/texlive-langswedish
- !dev-texlive/texlive-langlithuanian
- "
- RDEPEND="${DEPEND} "
|