Gentoo Archives: gentoo-dev

From: Jeroen Roovers <jer@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: Update to elisp-common.eclass
Date: Mon, 19 May 2014 00:08:48
Message-Id: 20140519020833.12dc9b62@marga.jer-c2.orkz.net
In Reply to: [gentoo-dev] RFC: Update to elisp-common.eclass by Ulrich Mueller
1 On Sun, 18 May 2014 20:13:07 +0200
2 Ulrich Mueller <ulm@g.o> wrote:
3
4 Are you sure this is useful?
5
6 > --- a/eclass/elisp-common.eclass
7 > +++ b/eclass/elisp-common.eclass
8 > @@ -1,4 +1,4 @@
9 > -# Copyright 1999-2013 Gentoo Foundation
10 > +# Copyright 1999-2014 Gentoo Foundation
11 > # Distributed under the terms of the GNU General Public License v2
12 > # $Header: $
13 > #
14 > @@ -349,39 +349,27 @@ elisp-site-file-install() {
15 >
16 > elisp-site-regen() {
17 [...]
18 > - if [[ ! -d ${T} ]]; then
19 > - eerror "elisp-site-regen: Temporary directory ${T}
20 > does not exist"
21 > - return 1
22 > - fi
23
24 "The package manager must define the following environment variables.
25
26 [...]
27
28 "T [...]The full path to a temporary directory for use by the
29 ebuild."[1]
30
31
32 Regards,
33 jer
34
35
36 [1] http://dev.gentoo.org/~ulm/pms/5/pms.html#x1-11800011.1

Replies

Subject Author
Re: [gentoo-dev] RFC: Update to elisp-common.eclass Ulrich Mueller <ulm@g.o>