From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1560047-garchives=archives.gentoo.org@lists.gentoo.org>
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 3E665158089
	for <garchives@archives.gentoo.org>; Thu,  5 Oct 2023 07:52:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 681B32BC028;
	Thu,  5 Oct 2023 07:52:19 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0842BC028
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Oct 2023 07:52:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 31F10335C7A
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Oct 2023 07:52:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C9E09AC
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Oct 2023 07:52:16 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1696492314.2732c94930a16b79637ec74d2a24789741ad9c79.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/ess/ess-18.10.2-r3.ebuild
X-VCS-Directories: app-emacs/ess/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 2732c94930a16b79637ec74d2a24789741ad9c79
X-VCS-Branch: master
Date: Thu,  5 Oct 2023 07:52:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 468bf98f-ef8e-417f-81df-f442883f9e54
X-Archives-Hash: 313ab14ac72dfb651bbbefdae8bc192b

commit:     2732c94930a16b79637ec74d2a24789741ad9c79
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 07:51:54 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 07:51:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2732c949

app-emacs/ess: Update DOC_CONTENTS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/ess/ess-18.10.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ess/ess-18.10.2-r3.ebuild b/app-emacs/ess/ess-18.10.2-r3.ebuild
index 40db5f8b38e5..bfc3a549235d 100644
--- a/app-emacs/ess/ess-18.10.2-r3.ebuild
+++ b/app-emacs/ess/ess-18.10.2-r3.ebuild
@@ -45,7 +45,7 @@ src_install() {
 	dodoc ChangeLog *NEWS doc/TODO
 	newdoc doc/ChangeLog ChangeLog-doc
 
-	DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete
-		documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
+	local DOC_CONTENTS="\
+		Please see /usr/share/doc/${PF} for the complete documentation."
 	readme.gentoo_create_doc
 }