From: Jonas Stein Date: Sat, 8 Jul 2017 12:12:04 +0000 (+0200) Subject: dev-tex/revtex: fix DESCRIPTION and HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32908267a92c9dd6e1b426f6364e6566a87d204c;p=gentoo.git dev-tex/revtex: fix DESCRIPTION and HOMEPAGE * fix dev-tex/revtex: DESCRIPTION is 98 characters (max 80) * updated HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/5071 --- diff --git a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild index ca1f55eef68f..7c1b8b11ebb7 100644 --- a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild +++ b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -7,9 +7,8 @@ inherit versionator latex-package MY_P="${PN}$(version_format_string '$1-$2')" -DESCRIPTION="LaTeX2e macros for journals of the American Physical Society and the American Institute of Physics" -HOMEPAGE="http://authors.aps.org/revtex4/" - +DESCRIPTION="LaTeX2e macros to prepare manuscripts for the journals of the APS and AIP" +HOMEPAGE="https://journals.aps.org/revtex" SRC_URI="http://authors.aps.org/revtex4/${MY_P}.zip -> ${P}.zip" LICENSE="LPPL-1.3c" diff --git a/dev-tex/revtex/revtex-4.ebuild b/dev-tex/revtex/revtex-4.ebuild index a2000b4965f5..a424685b456d 100644 --- a/dev-tex/revtex/revtex-4.ebuild +++ b/dev-tex/revtex/revtex-4.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit latex-package -DESCRIPTION="LaTeX2e macros for journals of the American Physical Society and the American Institute of Physics" -HOMEPAGE="http://authors.aps.org/revtex4/" - +DESCRIPTION="LaTeX2e macros to prepare manuscripts for the journals of the APS and AIP" +HOMEPAGE="https://journals.aps.org/revtex" SRC_URI="http://publish.aps.org/files/revtex/4/revtex4.zip" LICENSE="LPPL-1.3c"