Gentoo Archives: gentoo-dev

From: Justin Lecher <jlec@g.o>
To: gentoo-dev@l.g.o
Cc: wxwidgets@g.o, Justin Lecher <jlec@g.o>
Subject: [gentoo-dev] [PATCH 0/5] RFC: Patches for wxwidgets.eclass
Date: Mon, 01 Feb 2016 11:09:10
Message-Id: 1454324913-27584-1-git-send-email-jlec@gentoo.org
1 while tracking down the following error when running "egencache"
2
3 GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
4 GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
5 GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
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
13 I found that the global scope get_libdir() usage of the wxwidgets.eclass
14 doens't work on EAPI=6. The following patches correct some minor things
15 and block EAPI=6 for now until the eclass is ready.
16
17 Justin Lecher (5):
18 wxwidgets.eclass: Update Copyright year
19 wxwidgets.eclass: Fix whitespaces
20 wxwidgets.eclass: unset unneeded variables in global scope after usage
21 wxwidgets.eclass: Only inherit eclass ones
22 wxwidgets.eclass: Add EAPI support
23
24 eclass/wxwidgets.eclass | 33 ++++++++++++++++++++++++---------
25 1 file changed, 24 insertions(+), 9 deletions(-)
26
27 --
28 2.7.0

Replies