Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/aastex/
Date: Tue, 12 Sep 2017 11:39:30
Message-Id: 1505216357.87e05a34284e5d2dd269ce0d5ef91a6c9547a59c.jstein@gentoo
1 commit: 87e05a34284e5d2dd269ce0d5ef91a6c9547a59c
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 11:38:34 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 11:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e05a34
7
8 dev-tex/aastex: Shortened DESCRIPTION
9
10 shortened DESCRIPTION to <= 80 char
11 sorted VARIABLES according to ebuild standard
12 removed empty line
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 dev-tex/aastex/aastex-5.2.ebuild | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild
20 index c8e27ad2386..bd5a1f5723c 100644
21 --- a/dev-tex/aastex/aastex-5.2.ebuild
22 +++ b/dev-tex/aastex/aastex-5.2.ebuild
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 inherit latex-package
29
30 MY_P=${PN/latex-/}${PV//./}
31 -S=${WORKDIR}/${MY_P}
32 -DESCRIPTION="LaTeX package used to mark up manuscripts for American Astronomical Society journals. (AASTeX)"
33 +
34 +DESCRIPTION="LaTeX package for American Astronomical Society journals. (AASTeX)"
35 HOMEPAGE="http://www.journals.uchicago.edu/AAS/AASTeX/"
36 SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz"
37
38 @@ -13,9 +13,9 @@ LICENSE="LPPL-1.3"
39 SLOT="0"
40 KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
41 IUSE=""
42 +S=${WORKDIR}/${MY_P}
43
44 src_install() {
45 export VARTEXFONTS="${T}/fonts"
46 -
47 latex-package_src_install
48 }