From 109d6b4f673a249aea4deeb0cdb5b54a21592410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Sun, 11 Oct 2015 11:26:48 +0200 Subject: Clear history for egencache --repo=mv --update-changelogs --- dev-tex/chklref/chklref-2.6.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dev-tex/chklref/chklref-2.6.0.ebuild (limited to 'dev-tex/chklref/chklref-2.6.0.ebuild') diff --git a/dev-tex/chklref/chklref-2.6.0.ebuild b/dev-tex/chklref/chklref-2.6.0.ebuild new file mode 100644 index 00000000..d2cbb04f --- /dev/null +++ b/dev-tex/chklref/chklref-2.6.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils latex-package +RESTRICT="mirror" + +DESCRIPTION="Finds out useless references in latex files or numbered environments that should not be" +HOMEPAGE="http://www-ljk.imag.fr/membres/Jerome.Lelong/soft/chklref/index.html" +SRC_URI="http://www-ljk.imag.fr/membres/Jerome.Lelong/soft/chklref/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/latex-base + dev-lang/perl" +DEPEND="${RDEPEND}" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- "${S}"/src/chklref.in || die + epatch_user +} + +src_configure() { + econf --with-texmf-prefix="${EPREFIX}${TEXMF}" +} + +src_compile() { + default +} + +src_install() { + default + dodoc README +} -- cgit v1.2.3