summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-02 11:32:27 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-02 11:32:27 +0200
commit6014d15962dcfeade2c04d61e936aca6b677586b (patch)
tree509e3fba5005bf30752eb02bd27b031df8fca230 /dev-tex/rcsinfo/rcsinfo-1.11.ebuild
parentdev-tex/rcsinfo: use ctan homepage as old one is 404; bug #545446 (diff)
downloadgentoo-6014d15962dcfeade2c04d61e936aca6b677586b.tar.gz
gentoo-6014d15962dcfeade2c04d61e936aca6b677586b.tar.bz2
gentoo-6014d15962dcfeade2c04d61e936aca6b677586b.zip
dev-tex/rcsinfo: bump to 1.11; bug #585960
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-tex/rcsinfo/rcsinfo-1.11.ebuild')
-rw-r--r--dev-tex/rcsinfo/rcsinfo-1.11.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tex/rcsinfo/rcsinfo-1.11.ebuild b/dev-tex/rcsinfo/rcsinfo-1.11.ebuild
new file mode 100644
index 000000000000..a24a34deab0e
--- /dev/null
+++ b/dev-tex/rcsinfo/rcsinfo-1.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+# downloaded from
+# http://mirrors.ctan.org/macros/latex/contrib/rcsinfo.zip
+SRC_URI="mirror://gentoo/${P}.zip"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DOCS="README-1.9 README"
+RDEPEND=""
+DEPEND="dev-tex/latex2html
+ app-arch/unzip"