Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch)
Date: Fri, 08 Jul 2011 11:42:25
Message-Id: 4E16ECA4.7080604@gentoo.org
In Reply to: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch) by Samuli Suominen
1 On 07/08/2011 02:16 PM, Samuli Suominen wrote:
2 > On 07/08/2011 01:21 AM, Dane Smith wrote:
3 >> All,
4 >> In [1] it is noted that the 'useq' and 'hasq' functions are
5 >> "Deprecated". If this is the case, do we think it would be pertinent to
6 >> have a repoman warning reminding people to switch to 'use' and 'has'
7 >> respectively?
8 >>
9 >> Regards,
10 >>
11 >
12 > I've just ensured there are 0 ebuilds using useq and hasq left in
13 > gentoo-x86.
14 >
15 > Before I commit this patch into eclass/ directory, I would appericiate
16 > ACK or two just to ease my mind.
17 >
18 > See attachment.
19
20 Got couple of ACKs in IRC, so that one is committed.
21
22 These are left:
23
24 -- cut --
25
26 profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
27 profile && \
28 profiles/arch/x86/profile.bashrc: hasq -fomit-frame-pointer ${CFLAGS}
29 ${CXXFLAGS}
30 sys-libs/glibc/files/eblits/src_install.eblit: local pthread=$(hasq
31 splitdebug ${FEATURES} && echo "libthread_db" || echo
32 "lib{pthread,thread_db}")
33 sys-libs/glibc/files/eblits/src_install.eblit: if ! hasq nostrip
34 ${FEATURES} && ! hasq splitdebug ${FEATURES} ; then
35
36 profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
37 profile && \
38
39 -- cut --
40
41 Assuming it's fine to convert these too?
42
43 Then repoman check would be redudant and newer EAPI could just drop
44 support for said functions...

Replies

Subject Author
Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch) Dane Smith <c1pher@g.o>