diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-07-08 14:12:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-30 16:59:32 +0200 |
commit | 32908267a92c9dd6e1b426f6364e6566a87d204c (patch) | |
tree | 2c07853a4148cc3938da7fd45691d6d81be53fca /dev-tex | |
parent | dev-python/pdfrw: version bump to 0.3 (diff) | |
download | gentoo-32908267a92c9dd6e1b426f6364e6566a87d204c.tar.gz gentoo-32908267a92c9dd6e1b426f6364e6566a87d204c.tar.bz2 gentoo-32908267a92c9dd6e1b426f6364e6566a87d204c.zip |
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
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/revtex/revtex-4.1_p2-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-tex/revtex/revtex-4.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
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" |