Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: eclass/
Date: Thu, 22 Feb 2018 13:25:05
Message-Id: 1519305883.6cb5c28ebe2d41da07fd7bcf217a68eb84ee2efd.ulm@gentoo
1 commit: 6cb5c28ebe2d41da07fd7bcf217a68eb84ee2efd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 13:24:43 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 13:24:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=6cb5c28e
7
8 elisp*.eclass: Sync from gentoo repo.
9
10 eclass/elisp-common.eclass | 4 ++--
11 eclass/elisp.eclass | 8 ++++----
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
15 index 3b9a4a3..05b03f4 100644
16 --- a/eclass/elisp-common.eclass
17 +++ b/eclass/elisp-common.eclass
18 @@ -1,6 +1,6 @@
19 # Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -#
22 +
23 # @ECLASS: elisp-common.eclass
24 # @MAINTAINER:
25 # Gentoo GNU Emacs project <gnu-emacs@g.o>
26 @@ -344,7 +344,7 @@ elisp-site-file-install() {
27 # directory.
28
29 elisp-site-regen() {
30 - local sitelisp=${ROOT}${EPREFIX}${SITELISP}
31 + local sitelisp=${ROOT%/}${EPREFIX}${SITELISP}
32 local sf i ret=0 null="" page=$'\f'
33 local -a sflist
34
35
36 diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
37 index 4e5846c..6745973 100644
38 --- a/eclass/elisp.eclass
39 +++ b/eclass/elisp.eclass
40 @@ -1,6 +1,6 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 -#
45 +
46 # @ECLASS: elisp.eclass
47 # @MAINTAINER:
48 # Gentoo GNU Emacs project <gnu-emacs@g.o>
49 @@ -68,11 +68,11 @@ inherit elisp-common
50
51 case ${EAPI:-0} in
52 0|1)
53 - inherit eutils
54 + inherit epatch
55 EXPORT_FUNCTIONS src_{unpack,compile,install} \
56 pkg_{setup,postinst,postrm} ;;
57 2|3|4|5)
58 - inherit eutils
59 + inherit epatch
60 EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
61 pkg_{setup,postinst,postrm} ;;
62 6)