summaryrefslogtreecommitdiff
blob: ad5244a595cbb538bf7384966f2ee3ca7a9f3216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=0

inherit latex-package

MY_P=${PN/latex-/}${PV//./}

DESCRIPTION="LaTeX package for American Astronomical Society journals. (AASTeX)"
HOMEPAGE="http://journals.aas.org/authors/aastex.html"
SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz"

LICENSE="LPPL-1.3"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
IUSE=""
S=${WORKDIR}/${MY_P}

src_install() {
	export VARTEXFONTS="${T}/fonts"
	latex-package_src_install
}