summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-09 14:36:45 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-09 14:37:11 -0500
commit307461a30e4d36b8e4de65041c12f4e29d34b19f (patch)
treee648f3a3858c66f1d972539f365c3c3cb422250e /dev-tex/aastex/aastex-5.2.ebuild
parentdev-ada/gnatcoll-db: get rids of old style ada USE (diff)
downloadgentoo-307461a30e4d36b8e4de65041c12f4e29d34b19f.tar.gz
gentoo-307461a30e4d36b8e4de65041c12f4e29d34b19f.tar.bz2
gentoo-307461a30e4d36b8e4de65041c12f4e29d34b19f.zip
dev-tex/aastex: bump EAPI and stuff
* EAPI bump * Use HTTPS Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex/aastex/aastex-5.2.ebuild')
-rw-r--r--dev-tex/aastex/aastex-5.2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild
index ad5244a595cb..1767b4c2ad37 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() {