Gentoo Archives: gentoo-dev

From: Dane Smith <c1pher@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch)
Date: Fri, 08 Jul 2011 12:13:17
Message-Id: 4E16F420.9090508@gentoo.org
In Reply to: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch) by Samuli Suominen
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA256
3
4 On 07/08/11 07:40, Samuli Suominen wrote:
5 > On 07/08/2011 02:16 PM, Samuli Suominen wrote:
6 >> On 07/08/2011 01:21 AM, Dane Smith wrote:
7 >>> All,
8 >>> In [1] it is noted that the 'useq' and 'hasq' functions are
9 >>> "Deprecated". If this is the case, do we think it would be pertinent to
10 >>> have a repoman warning reminding people to switch to 'use' and 'has'
11 >>> respectively?
12 >>>
13 >>> Regards,
14 >>>
15 >>
16 >> I've just ensured there are 0 ebuilds using useq and hasq left in
17 >> gentoo-x86.
18 >>
19 >> Before I commit this patch into eclass/ directory, I would appericiate
20 >> ACK or two just to ease my mind.
21 >>
22 >> See attachment.
23 >
24 > Got couple of ACKs in IRC, so that one is committed.
25 >
26 > These are left:
27 >
28 > -- cut --
29 >
30 > profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
31 > profile && \
32 > profiles/arch/x86/profile.bashrc: hasq -fomit-frame-pointer ${CFLAGS}
33 > ${CXXFLAGS}
34 > sys-libs/glibc/files/eblits/src_install.eblit: local pthread=$(hasq
35 > splitdebug ${FEATURES} && echo "libthread_db" || echo
36 > "lib{pthread,thread_db}")
37 > sys-libs/glibc/files/eblits/src_install.eblit: if ! hasq nostrip
38 > ${FEATURES} && ! hasq splitdebug ${FEATURES} ; then
39 >
40 > profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
41 > profile && \
42 >
43 > -- cut --
44 >
45 > Assuming it's fine to convert these too?
46 >
47 > Then repoman check would be redudant and newer EAPI could just drop
48 > support for said functions...
49 >
50
51 The repoman check has already made it in. It seems fine to leave it in
52 given that just because there are none left doesn't mean people won't
53 accidentally put in another one sometime. Either way, thanks for all the
54 fixes.
55
56 Regards,
57
58 - --
59 Dane Smith (c1pher)
60 Gentoo Linux Developer -- QA / Crypto / Sunrise / x86
61 RSA Key: http://pgp.mit.edu:11371/pks/lookup?search=0x0C2E1531&op=index
62 -----BEGIN PGP SIGNATURE-----
63 Version: GnuPG v2.0.17 (GNU/Linux)
64 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
65
66 iQIcBAEBCAAGBQJOFvQgAAoJEEsurZwMLhUxyTUP/1ef/eHmpDIrCwv6S9PK7kin
67 2v71Tcv2vVT3ZC0yuxK9bg87IO3MJ/VWFOeTYGnnHfC4LBkrQBKyxkFTeX4FmW3o
68 DY9PEizhz1SCb3ITNe3JFESeOx4FGmmskqEdQzQ2bOLsxWpf8oaXfcHyfPRWDXW6
69 FaCBgKpiYUW1D4G3lbadP5vD4QoruXF5apeHGx2ru9GVqWnCuGgp82MbaQLmTwNm
70 6h99EOHyPUvMQQQ3cpa/o/ehufKaCGaV1WzSSYRQyJdsjIkUYiCz1tmXKGZaiGD1
71 HbIhjZOs5gurgrWlNGb9uX7chNmYEuAgOzt6b56BAArYy6HWBc2BlHhqlSE2Exol
72 BL+N1jSjFIJm8yiRhSHHJ0PA2+UcrR6ln6UnSJR5RytMIoVdrj+rTmqQ+QYr0pzE
73 0LjM8A2DSR7rgmFQP69mStAroCGSFJKBQcE+62gbd88Csb88GSPMLTp2BLYaV34D
74 w27AtMyVYGR8QpBwkf2USfe6y6G+PYbi/hJhkt9Dzr+Gi+1cXuDbIIi8Meqd125R
75 qkDLIvjeWQnnOATFDrKR9Z4Xnxdf4o4L0fxY4UcN/YdiKZvBwjiyJgMY1xiQ9Ef5
76 riUyQjPpiOdiiUWnh+/sRkQuA5rDRoBWpmONcMhjOZ2ZLWC9bWDj3ocJ+L1f9sQc
77 K3xyK9fAsQ/1ac1bONdJ
78 =Kxs/
79 -----END PGP SIGNATURE-----

Replies

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