Gentoo Archives: gentoo-dev

From: Lares Moreau <lares.moreau@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Changing description for the xml global use flag
Date: Mon, 19 Dec 2005 23:12:56
Message-Id: 1135033495.7401.17.camel@localhost
In Reply to: Re: [gentoo-dev] Changing description for the xml global use flag by "Petteri Räty"
1 On Tue, 2005-12-20 at 00:19 +0200, Petteri Räty wrote:
2 > betelgeuse@pena ~/test/java $ qgrep -v IUSE | grep xml2 | grep -e "xml[^2]"
3 > dev-tcltk/tclxml/tclxml-3.0.ebuild: IUSE="expat threads xml2"
4 > media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: IUSE="jpeg X xml xml2 debug
5 > doc gtk"
6 > net-misc/sitecopy/sitecopy-0.13.4-r2.ebuild: IUSE="ssl xml xml2 gnome nls"
7 > net-print/pykota/pykota-1.22_p1548.ebuild: IUSE="ldap postgres snmp xml
8 > xml2"
9 > net-print/pykota/pykota-1.23_p1869-r1.ebuild: IUSE="ldap postgres snmp
10 > xml xml2"
11 > net-print/pykota/pykota-1.23_p1869.ebuild: IUSE="ldap postgres snmp xml
12 > xml2"
13 > net-print/pykota/pykota-1.23_p1874.ebuild: IUSE="ldap postgres snmp xml
14 > xml2"
15 >
16 > Found a couple.
17
18 lares@jarita pykota # qgrep -v -e 'xml2\??' |egrep 'pykota|sitecopy|
19 libwmf'
20 media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: xml2? ( !xml?
21 ( dev-libs/libxml2 ) )
22 media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: xml? ( dev-libs/expat )
23 net-misc/sitecopy/sitecopy-0.13.4-r2.ebuild: xml? ( dev-libs/libxml )
24 net-print/pykota/pykota-1.22_p1548.ebuild: xml?
25 ( dev-python/jaxml )
26 net-print/pykota/pykota-1.22_p1548.ebuild: xml2?
27 ( dev-python/jaxml ) "
28 net-print/pykota/pykota-1.23_p1869-r1.ebuild: xml?
29 ( dev-python/jaxml )
30 net-print/pykota/pykota-1.23_p1869-r1.ebuild: xml2?
31 ( dev-python/jaxml ) "
32 net-print/pykota/pykota-1.23_p1869.ebuild: xml?
33 ( dev-python/jaxml )
34 net-print/pykota/pykota-1.23_p1869.ebuild: xml2?
35 ( dev-python/jaxml ) "
36 net-print/pykota/pykota-1.23_p1874.ebuild: xml?
37 ( dev-python/jaxml )
38 net-print/pykota/pykota-1.23_p1874.ebuild: xml2?
39 ( dev-python/jaxml ) "
40
41 pykote draws the same package, and doesn't compile anything, so I don't
42 think they are relavent
43
44 sitecopy-0.13.4-r2 does IUSE both, But uses them to determine weather or
45 not to use XML1 || XML2. It doens't enable both.
46
47 On the other hand libwmf-0.2.8.3-r1 warns you about using both.
48 - if use xml && use xml2; then
49 - einfo "You can specify only one flag of xml and xml2."
50 - einfo "It will be defaulted to expat (like autocheck does)."
51
52 Could we have one XML flag and an xml.eclass to determine which XML
53 version is installed on a particular system.
54
55 -Lares
56
57 --
58 Lares Moreau <lares.moreau@×××××.com> | LRU: 400755 http://counter.li.org
59 lares/irc.freenode.net |
60 Gentoo x86 Arch Tester | ::0 Alberta, Canada
61 Public Key: 0D46BB6E @ subkeys.pgp.net | Encrypted Mail Preferred
62 Key fingerprint = 0CA3 E40D F897 7709 3628 C5D4 7D94 483E 0D46 BB6E

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Changing description for the xml global use flag Mike Frysinger <vapier@g.o>