From d52f05aa8580791df1f5c1c82acf23f580705aa3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Sun, 27 Nov 2016 13:24:21 +0100 Subject: [PATCH] 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 71afd50ccd87..a6c5c3a1384e 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 } -- 2.26.2