public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/5] RFC: Patches for wxwidgets.eclass
@ 2016-02-01 11:08 Justin Lecher
  2016-02-01 11:08 ` [gentoo-dev] [PATCH 1/5] wxwidgets.eclass: Update Copyright year Justin Lecher
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Justin Lecher @ 2016-02-01 11:08 UTC (permalink / raw
  To: gentoo-dev; +Cc: wxwidgets, Justin Lecher

while tracking down the following error when running "egencache"

GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found

I found that the global scope get_libdir() usage of the wxwidgets.eclass
doens't work on EAPI=6. The following patches correct some minor things
and block EAPI=6 for now until the eclass is ready.

Justin Lecher (5):
  wxwidgets.eclass: Update Copyright year
  wxwidgets.eclass: Fix whitespaces
  wxwidgets.eclass: unset unneeded variables in global scope after usage
  wxwidgets.eclass: Only inherit eclass ones
  wxwidgets.eclass: Add EAPI support

 eclass/wxwidgets.eclass | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

-- 
2.7.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-02-04  3:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 11:08 [gentoo-dev] [PATCH 0/5] RFC: Patches for wxwidgets.eclass Justin Lecher
2016-02-01 11:08 ` [gentoo-dev] [PATCH 1/5] wxwidgets.eclass: Update Copyright year Justin Lecher
2016-02-01 11:08 ` [gentoo-dev] [PATCH 2/5] wxwidgets.eclass: Fix whitespaces Justin Lecher
2016-02-01 11:08 ` [gentoo-dev] [PATCH 3/5] wxwidgets.eclass: unset unneeded variables in global scope after usage Justin Lecher
2016-02-01 11:08 ` [gentoo-dev] [PATCH 4/5] wxwidgets.eclass: Only inherit eclass ones Justin Lecher
2016-02-01 23:18   ` [gentoo-dev] " Duncan
2016-02-02 14:13     ` Justin Lecher (jlec)
2016-02-01 11:08 ` [gentoo-dev] [PATCH 5/5] wxwidgets.eclass: Add EAPI support Justin Lecher
2016-02-02 22:36 ` [gentoo-dev] Re: [PATCH 0/5] RFC: Patches for wxwidgets.eclass Ryan Hill
2016-02-03  9:21   ` Justin Lecher (jlec)
2016-02-03 23:15     ` Ryan Hill
2016-02-04  1:07   ` Daniel Campbell
2016-02-04  3:30     ` Ryan Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox