summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-05-12 21:48:57 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:06 +0200
commitd4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch)
tree2a5ea9ae39450958316da86a1e309d6de091e7c5 /dev-tex
parentBump portage-bashrc-mv, noscript. Update checksums (diff)
downloadmv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz
mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2
mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip
base-eclass. Update checksums
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/chklref/ChangeLog3
-rw-r--r--dev-tex/chklref/chklref-2.5.1.ebuild11
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-tex/chklref/ChangeLog b/dev-tex/chklref/ChangeLog
index 881942ff..e14fba27 100644
--- a/dev-tex/chklref/ChangeLog
+++ b/dev-tex/chklref/ChangeLog
@@ -4,6 +4,9 @@
*chkltex-2.5.1 (11 Apr 2011)
+ 12 May 2012; Martin Väth <martin@mvath.de>
+ base->eutils
+
15 Apr 2012; Martin Väth <martin@mvath.de>
Inherit base
diff --git a/dev-tex/chklref/chklref-2.5.1.ebuild b/dev-tex/chklref/chklref-2.5.1.ebuild
index 1596eff0..b84f8c9c 100644
--- a/dev-tex/chklref/chklref-2.5.1.ebuild
+++ b/dev-tex/chklref/chklref-2.5.1.ebuild
@@ -3,7 +3,7 @@
# $Header $
EAPI="4"
-inherit base # latex-package
+inherit eutils # latex-package
RESTRICT="mirror"
DESCRIPTION="Finds out useless references in latex files or numbered environments that should not be"
@@ -19,4 +19,11 @@ RDEPEND="virtual/latex-base
dev-lang/perl"
DEPEND="${RDEPEND}"
-DOCS=(README)
+src_prepare() {
+ epatch_user
+}
+
+src_install() {
+ default
+ dodoc README
+}