Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/revtex/
Date: Sun, 30 Jul 2017 15:00:01
Message-Id: 1501426772.32908267a92c9dd6e1b426f6364e6566a87d204c.soap@gentoo
1 commit: 32908267a92c9dd6e1b426f6364e6566a87d204c
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 12:12:04 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 14:59:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32908267
7
8 dev-tex/revtex: fix DESCRIPTION and HOMEPAGE
9
10 * fix dev-tex/revtex: DESCRIPTION is 98 characters (max 80)
11 * updated HOMEPAGE
12 Closes: https://github.com/gentoo/gentoo/pull/5071
13
14 dev-tex/revtex/revtex-4.1_p2-r1.ebuild | 7 +++----
15 dev-tex/revtex/revtex-4.ebuild | 7 +++----
16 2 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
19 index ca1f55eef68..7c1b8b11ebb 100644
20 --- a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
21 +++ b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=2
28 @@ -7,9 +7,8 @@ inherit versionator latex-package
29
30 MY_P="${PN}$(version_format_string '$1-$2')"
31
32 -DESCRIPTION="LaTeX2e macros for journals of the American Physical Society and the American Institute of Physics"
33 -HOMEPAGE="http://authors.aps.org/revtex4/"
34 -
35 +DESCRIPTION="LaTeX2e macros to prepare manuscripts for the journals of the APS and AIP"
36 +HOMEPAGE="https://journals.aps.org/revtex"
37 SRC_URI="http://authors.aps.org/revtex4/${MY_P}.zip -> ${P}.zip"
38
39 LICENSE="LPPL-1.3c"
40
41 diff --git a/dev-tex/revtex/revtex-4.ebuild b/dev-tex/revtex/revtex-4.ebuild
42 index a2000b4965f..a424685b456 100644
43 --- a/dev-tex/revtex/revtex-4.ebuild
44 +++ b/dev-tex/revtex/revtex-4.ebuild
45 @@ -1,13 +1,12 @@
46 -# Copyright 1999-2013 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=5
51
52 inherit latex-package
53
54 -DESCRIPTION="LaTeX2e macros for journals of the American Physical Society and the American Institute of Physics"
55 -HOMEPAGE="http://authors.aps.org/revtex4/"
56 -
57 +DESCRIPTION="LaTeX2e macros to prepare manuscripts for the journals of the APS and AIP"
58 +HOMEPAGE="https://journals.aps.org/revtex"
59 SRC_URI="http://publish.aps.org/files/revtex/4/revtex4.zip"
60
61 LICENSE="LPPL-1.3c"