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 5814B1395E4 for ; Sun, 27 Nov 2016 12:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEF04E0941; Sun, 27 Nov 2016 12:26:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A66C7E0941 for ; Sun, 27 Nov 2016 12:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6B234100F for ; Sun, 27 Nov 2016 12:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1794A1 for ; Sun, 27 Nov 2016 12:26:40 +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: <1480249594.d52f05aa8580791df1f5c1c82acf23f580705aa3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-mode/org-mode-8.3.2-r1.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d52f05aa8580791df1f5c1c82acf23f580705aa3 X-VCS-Branch: master Date: Sun, 27 Nov 2016 12:26:40 +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-Archives-Salt: 63625190-2c8e-4011-8441-9651e11588d0 X-Archives-Hash: c3e654365daff6bfff3592b1f96561ec commit: d52f05aa8580791df1f5c1c82acf23f580705aa3 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 27 12:24:21 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 27 12:26:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52f05aa app-emacs/org-mode: Update to readme.gentoo-r1.eclass. Package-Manager: portage-2.3.2 app-emacs/org-mode/org-mode-8.3.2-r1.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild b/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild index 71afd50..a6c5c3a 100644 --- a/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild +++ b/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit readme.gentoo elisp +inherit elisp readme.gentoo-r1 DESCRIPTION="An Emacs mode for notes and project planning" HOMEPAGE="http://www.orgmode.org/" @@ -21,12 +21,6 @@ DEPEND="doc? ( virtual/texi2dvi )" S="${WORKDIR}/org-${PV}" SITEFILE="50${PN}-gentoo.el" -DOC_CONTENTS=" -Org mode has a large variety of run-time dependencies, so you may have to -install one or more additional packages. A non-exhaustive list of these -dependencies may be found at . -" - src_compile() { emake datadir="${EPREFIX}${SITEETC}/${PN}" use doc && emake pdf card @@ -55,7 +49,12 @@ src_install() { fi elisp-site-file-install "${T}/${SITEFILE}" - readme.gentoo_create_doc dodoc README doc/library-of-babel.org doc/orgcard.txt etc/ORG-NEWS use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf + + DOC_CONTENTS="Org mode has a large variety of run-time dependencies, + so you may have to install one or more additional packages. + A non-exhaustive list of these dependencies may be found at + ." + readme.gentoo_create_doc }