Gentoo Archives: gentoo-dev

From: Maciej Mrozowski <reavertm@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available
Date: Thu, 25 Feb 2010 03:12:58
Message-Id: 201002250411.49741.reavertm@gmail.com
In Reply to: [gentoo-dev] eutils changes wrt EAPI-3 - ebeep and epause no longer available by Maciej Mrozowski
1 On Wednesday 17 of February 2010 03:25:16 Maciej Mrozowski wrote:
2
3 If no objections, I'm going to commit in 5 days the following patch to
4 eutils.eclass
5
6 Index: eutils.eclass
7 ===================================================================
8 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
9 retrieving revision 1.333
10 diff -u -B -r1.333 eutils.eclass
11 --- eutils.eclass 17 Feb 2010 17:10:23 -0000 1.333
12 +++ eutils.eclass 25 Feb 2010 03:11:32 -0000
13 @@ -54,13 +54,11 @@
14 else
15
16 ebeep() {
17 - [[ $(type -t eqawarn) == function ]] && \
18 - eqawarn "QA Notice: ebeep is not defined in EAPI=3, please
19 file a bug at http://bugs.gentoo.org"
20 + ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}, please file a
21 bug at http://bugs.gentoo.org"
22 }
23
24 epause() {
25 - [[ $(type -t eqawarn) == function ]] && \
26 - eqawarn "QA Notice: epause is not defined in EAPI=3, please
27 file a bug at http://bugs.gentoo.org"
28 + ewarn "QA Notice: epause is not defined in EAPI=${EAPI}, please file a
29 bug at http://bugs.gentoo.org"
30 }
31
32 fi
33
34 --
35 regards
36 MM

Replies

Subject Author
[gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available Maciej Mrozowski <reavertm@×××××.com>