From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62BFD15808B for ; Fri, 1 Apr 2022 18:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2C2E08AD; Fri, 1 Apr 2022 18:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9165FE08AD for ; Fri, 1 Apr 2022 18:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B996034186D for ; Fri, 1 Apr 2022 18:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E81329 for ; Fri, 1 Apr 2022 18:46:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648838754.4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/whizzytex/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/whizzytex/metadata.xml app-emacs/whizzytex/whizzytex-1.3.2.ebuild X-VCS-Directories: app-emacs/whizzytex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664 X-VCS-Branch: master Date: Fri, 1 Apr 2022 18:46:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3b39103-faa9-4d69-bcf6-f541fa7c21e4 X-Archives-Hash: 05d9729e38b37a644646c2d31aced774 commit: 4ffe4dc6cf0fc76d00dbcd0285bfea37d4f44664 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 11:32:20 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 18:45:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4ffe4dc6 app-emacs/whizzytex: Drop package reference from metadata.xml Use dodoc -r instead of doins for examples. Signed-off-by: Ulrich Müller gentoo.org> app-emacs/whizzytex/metadata.xml | 4 ++-- app-emacs/whizzytex/whizzytex-1.3.2.ebuild | 5 ++--- 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 (app-text/gv) and xdvi (app-text/xdvik) viewers, but the Active-DVI viewer - (app-text/active-dvi) will provide much better visual effects - and offer more functionalities. + will provide much better visual + effects and offer more functionalities. Enable support for app-text/xdvik 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 }