On 07/08/2011 02:16 PM, Samuli Suominen wrote:
> On 07/08/2011 01:21 AM, Dane Smith wrote:
>> All,
>> In [1] it is noted that the 'useq' and 'hasq' functions are
>> "Deprecated". If this is the case, do we think it would be pertinent to
>> have a repoman warning reminding people to switch to 'use' and 'has'
>> respectively?
>>
>> Regards,
>>
> 
> I've just ensured there are 0 ebuilds using useq and hasq left in
> gentoo-x86.
> 
> Before I commit this patch into eclass/ directory, I would appericiate
> ACK or two just to ease my mind.
> 
> See attachment.

Got couple of ACKs in IRC, so that one is committed.

These are left:

-- cut --

profiles/arch/x86/profile.bashrc:       if hasq profile ${IUSE} && useq
profile && \
profiles/arch/x86/profile.bashrc:          hasq -fomit-frame-pointer ${CFLAGS}
${CXXFLAGS}
sys-libs/glibc/files/eblits/src_install.eblit:  local pthread=$(hasq
splitdebug ${FEATURES} && echo "libthread_db" || echo
"lib{pthread,thread_db}")
sys-libs/glibc/files/eblits/src_install.eblit:  if ! hasq nostrip
${FEATURES} && ! hasq splitdebug ${FEATURES} ; then

profiles/arch/x86/profile.bashrc:       if hasq profile ${IUSE} && useq
profile && \

-- cut --

Assuming it's fine to convert these too?

Then repoman check would be redudant and newer EAPI could just drop
support for said functions...

Reply via email to