blob: 5f82de5d45d0a445466e64e293d984598fee7cf8 (
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
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=EINHVERFR
MODULE_VERSION=0.200.4
inherit perl-module
DESCRIPTION="Perl encapsulation of invoking the Latex programs"
LICENSE="|| ( GPL-1+ Artistic )"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
dev-perl/Class-Accessor
dev-perl/Exception-Class
dev-perl/File-Slurp
virtual/perl-File-Spec
dev-perl/File-pushd
virtual/perl-Getopt-Long
dev-perl/Readonly
virtual/perl-parent
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
app-text/texlive
dev-texlive/texlive-latexextra
)
"
SRC_TEST="do"
|