diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 16:07:22 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 16:07:44 -0500 |
commit | 95f94ceaff6030b6df28bfa6af2dc3eee9206f6f (patch) | |
tree | bd346c12deb8f481a97ddbe030d420433acd78a8 /dev-tex/rcsinfo | |
parent | dev-util/ltrace: add RESTRICT="!test? ( test )", bump to EAPI=7 (diff) | |
download | gentoo-95f94ceaff6030b6df28bfa6af2dc3eee9206f6f.tar.gz gentoo-95f94ceaff6030b6df28bfa6af2dc3eee9206f6f.tar.bz2 gentoo-95f94ceaff6030b6df28bfa6af2dc3eee9206f6f.zip |
dev-tex/rcsinfo: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex/rcsinfo')
-rw-r--r-- | dev-tex/rcsinfo/rcsinfo-1.11.ebuild | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/dev-tex/rcsinfo/rcsinfo-1.11.ebuild b/dev-tex/rcsinfo/rcsinfo-1.11.ebuild index 9b741a7fbe4b..37d631884043 100644 --- a/dev-tex/rcsinfo/rcsinfo-1.11.ebuild +++ b/dev-tex/rcsinfo/rcsinfo-1.11.ebuild @@ -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}" |