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 3BF5613997D for ; Sun, 10 Nov 2019 10:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D75AE0B0A; Sun, 10 Nov 2019 10:30:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 60EA6E0ACC for ; Sun, 10 Nov 2019 10:30:27 +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 6157334CC19 for ; Sat, 9 Nov 2019 19:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF48C892 for ; Sat, 9 Nov 2019 19:37:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573328231.307461a30e4d36b8e4de65041c12f4e29d34b19f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/aastex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/aastex/aastex-5.2.ebuild X-VCS-Directories: dev-tex/aastex/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 307461a30e4d36b8e4de65041c12f4e29d34b19f X-VCS-Branch: master Date: Sat, 9 Nov 2019 19:37:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdc68acf-b005-4036-989d-66a6c88b3963 X-Archives-Hash: 8427cc5ed755668e0b781cb71c68532e commit: 307461a30e4d36b8e4de65041c12f4e29d34b19f Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 9 19:36:45 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 9 19:37:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307461a3 dev-tex/aastex: bump EAPI and stuff * EAPI bump * Use HTTPS Signed-off-by: Aaron Bauman gentoo.org> dev-tex/aastex/aastex-5.2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild index ad5244a595c..1767b4c2ad3 100644 --- a/dev-tex/aastex/aastex-5.2.ebuild +++ b/dev-tex/aastex/aastex-5.2.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit latex-package MY_P=${PN/latex-/}${PV//./} DESCRIPTION="LaTeX package for American Astronomical Society journals. (AASTeX)" -HOMEPAGE="http://journals.aas.org/authors/aastex.html" -SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz" +HOMEPAGE="https://journals.aas.org/authors/aastex.html" +SRC_URI="https://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz" LICENSE="LPPL-1.3" SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" IUSE="" + S=${WORKDIR}/${MY_P} src_install() {