summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 13:32:20 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 20:45:54 +0200
commit4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664 (patch)
treef212c47ee5b4037e00a2b378c93c7460f8c908e1
parentapp-editors/emacs: Drop deprecated dependency on gconf (diff)
downloademacs-4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664.tar.gz
emacs-4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664.tar.bz2
emacs-4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664.zip
app-emacs/whizzytex: Drop package reference from metadata.xml
Use dodoc -r instead of doins for examples. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/whizzytex/metadata.xml4
-rw-r--r--app-emacs/whizzytex/whizzytex-1.3.2.ebuild5
2 files changed, 4 insertions, 5 deletions
diff --git a/app-emacs/whizzytex/metadata.xml b/app-emacs/whizzytex/metadata.xml
index 9d9561c..c834238 100644
--- a/app-emacs/whizzytex/metadata.xml
+++ b/app-emacs/whizzytex/metadata.xml
@@ -9,8 +9,8 @@
WhizzyTeX is an Emacs minor mode for incrementally viewing LaTeX documents
that you are editing. It works under Unix with gv (<pkg>app-text/gv</pkg>)
and xdvi (<pkg>app-text/xdvik</pkg>) viewers, but the Active-DVI viewer
- (<pkg>app-text/active-dvi</pkg>) will provide much better visual effects
- and offer more functionalities.
+ <!--(<pkg>app-text/active-dvi</pkg>)--> will provide much better visual
+ effects and offer more functionalities.
</longdescription>
<use>
<flag name='xdvi'>Enable support for <pkg>app-text/xdvik</pkg></flag>
diff --git a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
index a82e2c4..eefc0c6 100644
--- a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
+++ b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -70,7 +70,6 @@ src_install() {
fi
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
fi
}