Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Two updates for elisp*.eclass
Date: Fri, 08 Mar 2013 19:56:46
Message-Id: 20794.16989.965476.563290@a1i15.kph.uni-mainz.de
1 Hi,
2
3 Please find in the next messages two patches for elisp.eclass and
4 elisp-common.eclass.
5
6 The first patch makes functions elisp-compile(), elisp-install(), etc.
7 die if there is an error. For EAPI 4, the functions died anyway,
8 because the underlying package manager functions did so.
9 In EAPIs where it is supported, nonfatal will give you the old
10 behaviour.
11
12 The second patch makes elisp-common.eclass cooperate with
13 readme.gentoo.eclass. Many of the ebuilds for elisp packages output
14 elog messages in postinst, so it makes sense to support this on the
15 eclass level.
16
17 Ulrich

Replies