python-utils-r1.eclass: Make python_{script,module}root vars private
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 06:42:59 +0000 (08:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 07:19:57 +0000 (09:19 +0200)
commit533225b57458ecdcfa075d761ffdf24f5a46e177
tree58b19113504f9b298daa06f58cea05e8bc4b96e7
parentab2b94cf3829ca1ac580c1ca281c0437bded709b
python-utils-r1.eclass: Make python_{script,module}root vars private

Remove python_scriptroot & python_moduleroot from the public eclass API,
in favor of calls to python_scriptinto and python_moduleinto. This
feature was seldom used, not listed in the official API guide,
and the *into functions is more in line with the PMS.
eclass/python-utils-r1.eclass