commit: 87e05a34284e5d2dd269ce0d5ef91a6c9547a59c
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:38:34 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:39:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e05a34
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
dev-tex/aastex/aastex-5.2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild
index c8e27ad2386..bd5a1f5723c 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
}