summaryrefslogtreecommitdiff
path: root/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226.ebuild
blob: 50b15b8a746f5f7c5f8dbd7c3c0ecab805413f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

TEXLIVE_MODULE_CONTENTS="
	collection-formatsextra.r62226
	aleph.r66203
	antomega.r21933
	edmac.r61719
	eplain.r64721
	hitex.r66924
	jadetex.r69742
	lambda.r45756
	lollipop.r69742
	mltex.r62145
	mxedruli.r30021
	omega.r33046
	omegaware.r66186
	otibet.r45777
	passivetex.r69742
	psizzl.r69742
	startex.r69742
	texsis.r69742
	xmltex.r69742
"
TEXLIVE_MODULE_DOC_CONTENTS="
	aleph.doc.r66203
	antomega.doc.r21933
	edmac.doc.r61719
	eplain.doc.r64721
	hitex.doc.r66924
	jadetex.doc.r69742
	lollipop.doc.r69742
	mltex.doc.r62145
	mxedruli.doc.r30021
	omega.doc.r33046
	omegaware.doc.r66186
	otibet.doc.r45777
	psizzl.doc.r69742
	startex.doc.r69742
	texsis.doc.r69742
	xmltex.doc.r69742
"
TEXLIVE_MODULE_SRC_CONTENTS="
	antomega.source.r21933
	edmac.source.r61719
	eplain.source.r64721
	jadetex.source.r69742
	otibet.source.r45777
	psizzl.source.r69742
	startex.source.r69742
"

inherit texlive-module

DESCRIPTION="TeXLive Additional formats"

LICENSE="GPL-1 GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL TeX TeX-other-free public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
COMMON_DEPEND="
	>=dev-texlive/texlive-basic-2023
	>=dev-texlive/texlive-latex-2023
"
RDEPEND="
	${COMMON_DEPEND}
"
DEPEND="
	${COMMON_DEPEND}
	>=dev-texlive/texlive-latexrecommended-2023
	>=dev-texlive/texlive-plaingeneric-2023
"