dev-python/click-default-group: keyworded 1.2.2 for ia64, bug #700918
[gentoo.git] / dev-tex / rcsinfo / rcsinfo-1.11.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit latex-package
7
8 DESCRIPTION="A LaTeX module to acces RCS/CVS version info"
9 HOMEPAGE="https://www.ctan.org/pkg/rcsinfo"
10 # downloaded from
11 # http://mirrors.ctan.org/macros/latex/contrib/rcsinfo.zip
12 SRC_URI="mirror://gentoo/${P}.zip"
13
14 KEYWORDS="~amd64 ~x86"
15
16 LICENSE="LPPL-1.2"
17 SLOT="0"
18 IUSE=""
19
20 RDEPEND=""
21 DEPEND="dev-tex/latex2html
22         app-arch/unzip
23 "
24
25 DOCS=( "README-1.9 README" )
26
27 S="${WORKDIR}/${PN}"