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: Fri, 20 May 2022 18:34:18
Message-Id: 1653071637.d77c5ed632745489fad2b22afc713472ac9bb2a1.ulm@gentoo
1 commit: d77c5ed632745489fad2b22afc713472ac9bb2a1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 18:33:33 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 18:33:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77c5ed6
7
8 app-emacs/org-mode: Fix version in installed package
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 .../org-mode/{org-mode-9.5.3.ebuild => org-mode-9.5.3-r1.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/app-emacs/org-mode/org-mode-9.5.3.ebuild b/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild
16 similarity index 93%
17 rename from app-emacs/org-mode/org-mode-9.5.3.ebuild
18 rename to app-emacs/org-mode/org-mode-9.5.3-r1.ebuild
19 index dafc16ab39bc..08cc7d1f5099 100644
20 --- a/app-emacs/org-mode/org-mode-9.5.3.ebuild
21 +++ b/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild
22 @@ -23,12 +23,15 @@ BDEPEND="doc? ( virtual/texi2dvi )"
23 SITEFILE="50${PN}-gentoo.el"
24
25 src_compile() {
26 - emake datadir="${EPREFIX}${SITEETC}/${PN}"
27 + emake \
28 + ORGVERSION=${PV} \
29 + datadir="${EPREFIX}${SITEETC}/${PN}"
30 use doc && emake pdf card
31 }
32
33 src_install() {
34 emake \
35 + ORGVERSION=${PV} \
36 DESTDIR="${D}" \
37 ETCDIRS="styles csl $(use odt-schema && echo schema)" \
38 lispdir="${EPREFIX}${SITELISP}/${PN}" \