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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2895138350 for ; Mon, 3 Feb 2020 20:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6A8E0884; Mon, 3 Feb 2020 20:46:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4617E0884 for ; Mon, 3 Feb 2020 20:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED10734E656 for ; Mon, 3 Feb 2020 20:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923528F for ; Mon, 3 Feb 2020 20:46:30 +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: <1580762780.d3665a5bbbbc612636c132b230c24ecbbda389f0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/devmanual/devmanual-0_pre20200203.ebuild app-doc/devmanual/devmanual-9999.ebuild X-VCS-Directories: app-doc/devmanual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d3665a5bbbbc612636c132b230c24ecbbda389f0 X-VCS-Branch: master Date: Mon, 3 Feb 2020 20:46:30 +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: 8c1ab81a-aa86-4130-a6db-403b932e00df X-Archives-Hash: 1c44ff007c419ae83c0e364b4301d2bd commit: d3665a5bbbbc612636c132b230c24ecbbda389f0 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 3 20:44:51 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 3 20:46:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3665a5b app-doc/devmanual: Don't install /usr/share/doc/${PN} symlink. This triggers an "unexpected path" QA warning. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-doc/devmanual/devmanual-0_pre20200203.ebuild | 5 +---- app-doc/devmanual/devmanual-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app-doc/devmanual/devmanual-0_pre20200203.ebuild b/app-doc/devmanual/devmanual-0_pre20200203.ebuild index 267f2118374..05f7076fc8e 100644 --- a/app-doc/devmanual/devmanual-0_pre20200203.ebuild +++ b/app-doc/devmanual/devmanual-0_pre20200203.ebuild @@ -45,12 +45,9 @@ src_install() { local HTML_DOCS=( . ) einstalldocs - einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks" - dosym ${PF} /usr/share/doc/${PN} - local DOC_CONTENTS="In order to browse the Gentoo Development Guide in offline mode, point your browser to the following url: - file://${EPREFIX}/usr/share/doc/${PN}/html/index.html" + file://${EPREFIX}/usr/share/doc/${PF}/html/index.html" readme.gentoo_create_doc } diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index 5c7bbf8ec0a..1957ff9c99e 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -45,12 +45,9 @@ src_install() { local HTML_DOCS=( . ) einstalldocs - einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks" - dosym ${PF} /usr/share/doc/${PN} - local DOC_CONTENTS="In order to browse the Gentoo Development Guide in offline mode, point your browser to the following url: - file://${EPREFIX}/usr/share/doc/${PN}/html/index.html" + file://${EPREFIX}/usr/share/doc/${PF}/html/index.html" readme.gentoo_create_doc }