Gentoo Archives: gentoo-dev

From: Ryan Hill <rhill@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH 0/5] RFC: Patches for wxwidgets.eclass
Date: Tue, 02 Feb 2016 22:37:02
Message-Id: 20160202163601.5586230a@tundra.gateway.pace.com
In Reply to: [gentoo-dev] [PATCH 0/5] RFC: Patches for wxwidgets.eclass by Justin Lecher
1 On Mon, 1 Feb 2016 12:08:28 +0100
2 Justin Lecher <jlec@g.o> wrote:
3
4 > while tracking down the following error when running "egencache"
5 >
6 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
7 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
8 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
9 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
10 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
11 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
12 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
13 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
14 > GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
15 >
16 > I found that the global scope get_libdir() usage of the wxwidgets.eclass
17 > doens't work on EAPI=6. The following patches correct some minor things
18 > and block EAPI=6 for now until the eclass is ready.
19 >
20 > Justin Lecher (5):
21 > wxwidgets.eclass: Update Copyright year
22 > wxwidgets.eclass: Fix whitespaces
23 > wxwidgets.eclass: unset unneeded variables in global scope after usage
24 > wxwidgets.eclass: Only inherit eclass ones
25 > wxwidgets.eclass: Add EAPI support
26 >
27 > eclass/wxwidgets.eclass | 33 ++++++++++++++++++++++++---------
28 > 1 file changed, 24 insertions(+), 9 deletions(-)
29 >
30
31 1. I don't think most of this is necessary but go ahead I guess.
32 2. When did we start posting every @&#$! eclass change to g-dev? File a bug
33 like a normal person. (There's already one open you could have used)

Replies