dev-tex/ellipsis: bump EAPI and stuff
authorAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 22:41:46 +0000 (17:41 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 22:42:04 +0000 (17:42 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-tex/ellipsis/ellipsis-1.6.ebuild

index f6e0c84bb5fb705d7cc9e6cdb98233ccdceb568f..7fd06763630d86ec0f8862cf99c1209acae95de1 100644 (file)
@@ -1,19 +1,20 @@
-# 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
 
 DESCRIPTION="Simple package that fixes the way LaTeX centers ellipses"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/"
-# Downloaded from:
-# ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip
+HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/"
+# take from ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip
 SRC_URI="mirror://gentoo/${P}.zip"
-IUSE=""
+
 KEYWORDS="~amd64 ~x86"
+
 LICENSE="LPPL-1.2"
 SLOT="0"
+IUSE=""
 
 DEPEND="app-arch/unzip"
 
@@ -23,7 +24,5 @@ src_install() {
        export VARTEXFONTS="${T}/fonts"
 
        latex-package_src_install
-
-       dodoc README ellipsis.pdf \
-               || die "Installing the documentation failed."
+       dodoc README ellipsis.pdf
 }