From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B14F3139083 for ; Sun, 30 Jul 2017 15:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 255001FC1BB; Sun, 30 Jul 2017 15:00:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 041E51FC1BB for ; Sun, 30 Jul 2017 15:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D4DF341739 for ; Sun, 30 Jul 2017 15:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E77FF2FA for ; Sun, 30 Jul 2017 14:59:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501426772.32908267a92c9dd6e1b426f6364e6566a87d204c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/revtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/revtex/revtex-4.1_p2-r1.ebuild dev-tex/revtex/revtex-4.ebuild X-VCS-Directories: dev-tex/revtex/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 32908267a92c9dd6e1b426f6364e6566a87d204c X-VCS-Branch: master Date: Sun, 30 Jul 2017 14:59:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08e0d2aa-b7d3-4c5c-b874-de414b04d9eb X-Archives-Hash: 5c9bd7543b268d9c6b32e4adffb8f00a commit: 32908267a92c9dd6e1b426f6364e6566a87d204c Author: Jonas Stein gentoo org> AuthorDate: Sat Jul 8 12:12:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 14:59:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32908267 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 dev-tex/revtex/revtex-4.1_p2-r1.ebuild | 7 +++---- 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 ca1f55eef68..7c1b8b11ebb 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 a2000b4965f..a424685b456 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"