Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/
Date: Sun, 27 Nov 2016 12:26:45
Message-Id: 1480249594.d52f05aa8580791df1f5c1c82acf23f580705aa3.ulm@gentoo
1 commit: d52f05aa8580791df1f5c1c82acf23f580705aa3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 12:24:21 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 12:26:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52f05aa
7
8 app-emacs/org-mode: Update to readme.gentoo-r1.eclass.
9
10 Package-Manager: portage-2.3.2
11
12 app-emacs/org-mode/org-mode-8.3.2-r1.ebuild | 17 ++++++++---------
13 1 file changed, 8 insertions(+), 9 deletions(-)
14
15 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
16 index 71afd50..a6c5c3a 100644
17 --- a/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild
18 +++ b/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -inherit readme.gentoo elisp
28 +inherit elisp readme.gentoo-r1
29
30 DESCRIPTION="An Emacs mode for notes and project planning"
31 HOMEPAGE="http://www.orgmode.org/"
32 @@ -21,12 +21,6 @@ DEPEND="doc? ( virtual/texi2dvi )"
33 S="${WORKDIR}/org-${PV}"
34 SITEFILE="50${PN}-gentoo.el"
35
36 -DOC_CONTENTS="
37 -Org mode has a large variety of run-time dependencies, so you may have to
38 -install one or more additional packages. A non-exhaustive list of these
39 -dependencies may be found at <http://orgmode.org/worg/org-dependencies.html>.
40 -"
41 -
42 src_compile() {
43 emake datadir="${EPREFIX}${SITEETC}/${PN}"
44 use doc && emake pdf card
45 @@ -55,7 +49,12 @@ src_install() {
46 fi
47
48 elisp-site-file-install "${T}/${SITEFILE}"
49 - readme.gentoo_create_doc
50 dodoc README doc/library-of-babel.org doc/orgcard.txt etc/ORG-NEWS
51 use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
52 +
53 + DOC_CONTENTS="Org mode has a large variety of run-time dependencies,
54 + so you may have to install one or more additional packages.
55 + A non-exhaustive list of these dependencies may be found at
56 + <http://orgmode.org/worg/org-dependencies.html>."
57 + readme.gentoo_create_doc
58 }