dev-tex/rcsinfo: bump EAPI and stuff
authorAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 21:07:22 +0000 (16:07 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Nov 2019 21:07:44 +0000 (16:07 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-tex/rcsinfo/rcsinfo-1.11.ebuild

index 9b741a7fbe4b04af89311d58f909eb5ef84bf851..37d6318840431f2896adc1b9eedadc08cd6cc716 100644 (file)
@@ -1,22 +1,27 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit latex-package
 
-S="${WORKDIR}/${PN}"
-LICENSE="LPPL-1.2"
 DESCRIPTION="A LaTeX module to acces RCS/CVS version info"
-HOMEPAGE="http://www.ctan.org/pkg/rcsinfo"
+HOMEPAGE="https://www.ctan.org/pkg/rcsinfo"
 # downloaded from
 # http://mirrors.ctan.org/macros/latex/contrib/rcsinfo.zip
 SRC_URI="mirror://gentoo/${P}.zip"
-SLOT="0"
+
 KEYWORDS="~amd64 ~x86"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
 IUSE=""
 
-DOCS="README-1.9 README"
 RDEPEND=""
 DEPEND="dev-tex/latex2html
-       app-arch/unzip"
+       app-arch/unzip
+"
+
+DOCS=( "README-1.9 README" )
+
+S="${WORKDIR}/${PN}"