Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/whizzytex/
Date: Fri, 01 Apr 2022 18:46:20
Message-Id: 1648838754.4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664.ulm@gentoo
1 commit: 4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 11:32:20 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:45:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4ffe4dc6
7
8 app-emacs/whizzytex: Drop package reference from metadata.xml
9
10 Use dodoc -r instead of doins for examples.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/whizzytex/metadata.xml | 4 ++--
15 app-emacs/whizzytex/whizzytex-1.3.2.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 5 deletions(-)
17
18 diff --git a/app-emacs/whizzytex/metadata.xml b/app-emacs/whizzytex/metadata.xml
19 index 9d9561c..c834238 100644
20 --- a/app-emacs/whizzytex/metadata.xml
21 +++ b/app-emacs/whizzytex/metadata.xml
22 @@ -9,8 +9,8 @@
23 WhizzyTeX is an Emacs minor mode for incrementally viewing LaTeX documents
24 that you are editing. It works under Unix with gv (<pkg>app-text/gv</pkg>)
25 and xdvi (<pkg>app-text/xdvik</pkg>) viewers, but the Active-DVI viewer
26 - (<pkg>app-text/active-dvi</pkg>) will provide much better visual effects
27 - and offer more functionalities.
28 + <!--(<pkg>app-text/active-dvi</pkg>)--> will provide much better visual
29 + effects and offer more functionalities.
30 </longdescription>
31 <use>
32 <flag name='xdvi'>Enable support for <pkg>app-text/xdvik</pkg></flag>
33
34 diff --git a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
35 index a82e2c4..eefc0c6 100644
36 --- a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
37 +++ b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -70,7 +70,6 @@ src_install() {
45 fi
46
47 if use examples; then
48 - insinto /usr/share/doc/${PF}
49 - doins -r examples
50 + dodoc -r examples
51 fi
52 }