dev-tex/aastex: bump EAPI and stuff
authorAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 19:36:45 +0000 (14:36 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 19:37:11 +0000 (14:37 -0500)
* EAPI bump
* Use HTTPS

Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-tex/aastex/aastex-5.2.ebuild

index ad5244a595cbb538bf7384966f2ee3ca7a9f3216..1767b4c2ad378fb87948efe97c94fbe0b39296b9 100644 (file)
@@ -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() {