Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Changing description for the xml global use flag
Date: Tue, 20 Dec 2005 00:24:51
Message-Id: 20051220012212.243164a1@sven.genone.homeip.net
In Reply to: Re: [gentoo-dev] Changing description for the xml global use flag by "Petteri Räty"
1 On Tue, 20 Dec 2005 00:19:01 +0200
2 Petteri Räty <betelgeuse@g.o> wrote:
3
4 >
5 >
6 > Mike Frysinger wrote:
7 > > On Mon, Dec 19, 2005 at 11:48:52PM +0200, Petteri R??ty wrote:
8 > >
9 > >>/usr/portage/profiles/use.desc:xml - Check/Support flag for XML
10 > >>library (version 1)
11 > >>
12 > >>I think the xml use flag should be more generic. There are after all
13 > >>other alternatives for xml support than dev-libs/libxml. Maybe
14 > >>something like Adds xml support?
15 > >
16 > >
17 > > then you'd have to deprecate the usage of xml2
18 > >
19 > > is there any package which uses both xml and xml2 ? if not, i dont
20 > > see why we cant condense the two down into one
21 > > -mike
22 >
23 > betelgeuse@pena ~/test/java $ qgrep -v IUSE | grep xml2 | grep -e
24 > "xml[^2]" dev-tcltk/tclxml/tclxml-3.0.ebuild: IUSE="expat threads
25 > xml2" media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: IUSE="jpeg X xml
26 > xml2 debug doc gtk"
27 > net-misc/sitecopy/sitecopy-0.13.4-r2.ebuild: IUSE="ssl xml xml2 gnome
28 > nls" net-print/pykota/pykota-1.22_p1548.ebuild: IUSE="ldap postgres
29 > snmp xml xml2"
30 > net-print/pykota/pykota-1.23_p1869-r1.ebuild: IUSE="ldap postgres snmp
31 > xml xml2"
32 > net-print/pykota/pykota-1.23_p1869.ebuild: IUSE="ldap postgres snmp
33 > xml xml2"
34 > net-print/pykota/pykota-1.23_p1874.ebuild: IUSE="ldap postgres snmp
35 > xml xml2"
36 >
37 > Found a couple.
38
39 Better to use the correct list:
40
41 $ metascan -av IUSE xml IUSE xml2
42 Generating package list ... done
43 Scanning packages for ['IUSE', 'IUSE'] ... done
44
45 media-libs/libwmf-0.2.8.3-r1
46 net-fs/samba-3.0.20-r1
47 net-fs/samba-3.0.14a-r3
48 net-fs/samba-3.0.20b
49 net-fs/samba-3.0.14a-r2
50 net-fs/samba-3.0.20a
51 dev-lang/php-4.3.11-r4
52 dev-lang/php-4.4.0-r4
53 dev-lang/php-4.4.1-r2
54 net-print/pykota-1.22_p1548
55 net-print/pykota-1.23_p1869-r1
56 net-print/pykota-1.23_p1874
57 net-print/pykota-1.23_p1869
58 net-misc/sitecopy-0.13.4-r2
59
60 Marius
61
62 Key at http://www.genone.de/info/gpg-key.pub
63
64 In the beginning, there was nothing. And God said, 'Let there be
65 Light.' And there was still nothing, but you could see a bit better.

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Changing description for the xml global use flag Christian Andreetta <satya@g.o>