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 11:33:18
Message-Id: 1648812740.f8abc5a15a16daa86765571f72140ba26a880895.ulm@gentoo
1 commit: f8abc5a15a16daa86765571f72140ba26a880895
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 11:32:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=f8abc5a1
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/whizzytex-1.3.2.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
18 index a82e2c4..eefc0c6 100644
19 --- a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
20 +++ b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -70,7 +70,6 @@ src_install() {
28 fi
29
30 if use examples; then
31 - insinto /usr/share/doc/${PF}
32 - doins -r examples
33 + dodoc -r examples
34 fi
35 }