diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-09-12 13:38:34 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-09-12 13:39:17 +0200 |
commit | 87e05a34284e5d2dd269ce0d5ef91a6c9547a59c (patch) | |
tree | 3f491893beb603ce3a2a97b0b1b3a2fb0c440117 /dev-tex/aastex | |
parent | kde-frameworks/kdelibs: 4.14.36 version bump (diff) | |
download | gentoo-87e05a34284e5d2dd269ce0d5ef91a6c9547a59c.tar.gz gentoo-87e05a34284e5d2dd269ce0d5ef91a6c9547a59c.tar.bz2 gentoo-87e05a34284e5d2dd269ce0d5ef91a6c9547a59c.zip |
dev-tex/aastex: Shortened DESCRIPTION
shortened DESCRIPTION to <= 80 char
sorted VARIABLES according to ebuild standard
removed empty line
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-tex/aastex')
-rw-r--r-- | dev-tex/aastex/aastex-5.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild index c8e27ad2386a..bd5a1f5723c7 100644 --- a/dev-tex/aastex/aastex-5.2.ebuild +++ b/dev-tex/aastex/aastex-5.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit latex-package MY_P=${PN/latex-/}${PV//./} -S=${WORKDIR}/${MY_P} -DESCRIPTION="LaTeX package used to mark up manuscripts for American Astronomical Society journals. (AASTeX)" + +DESCRIPTION="LaTeX package for American Astronomical Society journals. (AASTeX)" HOMEPAGE="http://www.journals.uchicago.edu/AAS/AASTeX/" SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz" @@ -13,9 +13,9 @@ 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 } |