From: Lares Moreau <lares.moreau@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Changing description for the xml global use flag
Date: Mon, 19 Dec 2005 16:04:55 -0700 [thread overview]
Message-ID: <1135033495.7401.17.camel@localhost> (raw)
In-Reply-To: <43A731D5.1080402@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 2604 bytes --]
On Tue, 2005-12-20 at 00:19 +0200, Petteri Räty wrote:
> betelgeuse@pena ~/test/java $ qgrep -v IUSE | grep xml2 | grep -e "xml[^2]"
> dev-tcltk/tclxml/tclxml-3.0.ebuild: IUSE="expat threads xml2"
> media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: IUSE="jpeg X xml xml2 debug
> doc gtk"
> net-misc/sitecopy/sitecopy-0.13.4-r2.ebuild: IUSE="ssl xml xml2 gnome nls"
> net-print/pykota/pykota-1.22_p1548.ebuild: IUSE="ldap postgres snmp xml
> xml2"
> net-print/pykota/pykota-1.23_p1869-r1.ebuild: IUSE="ldap postgres snmp
> xml xml2"
> net-print/pykota/pykota-1.23_p1869.ebuild: IUSE="ldap postgres snmp xml
> xml2"
> net-print/pykota/pykota-1.23_p1874.ebuild: IUSE="ldap postgres snmp xml
> xml2"
>
> Found a couple.
lares@jarita pykota # qgrep -v -e 'xml2\??' |egrep 'pykota|sitecopy|
libwmf'
media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: xml2? ( !xml?
( dev-libs/libxml2 ) )
media-libs/libwmf/libwmf-0.2.8.3-r1.ebuild: xml? ( dev-libs/expat )
net-misc/sitecopy/sitecopy-0.13.4-r2.ebuild: xml? ( dev-libs/libxml )
net-print/pykota/pykota-1.22_p1548.ebuild: xml?
( dev-python/jaxml )
net-print/pykota/pykota-1.22_p1548.ebuild: xml2?
( dev-python/jaxml ) "
net-print/pykota/pykota-1.23_p1869-r1.ebuild: xml?
( dev-python/jaxml )
net-print/pykota/pykota-1.23_p1869-r1.ebuild: xml2?
( dev-python/jaxml ) "
net-print/pykota/pykota-1.23_p1869.ebuild: xml?
( dev-python/jaxml )
net-print/pykota/pykota-1.23_p1869.ebuild: xml2?
( dev-python/jaxml ) "
net-print/pykota/pykota-1.23_p1874.ebuild: xml?
( dev-python/jaxml )
net-print/pykota/pykota-1.23_p1874.ebuild: xml2?
( dev-python/jaxml ) "
pykote draws the same package, and doesn't compile anything, so I don't
think they are relavent
sitecopy-0.13.4-r2 does IUSE both, But uses them to determine weather or
not to use XML1 || XML2. It doens't enable both.
On the other hand libwmf-0.2.8.3-r1 warns you about using both.
- if use xml && use xml2; then
- einfo "You can specify only one flag of xml and xml2."
- einfo "It will be defaulted to expat (like autocheck does)."
Could we have one XML flag and an xml.eclass to determine which XML
version is installed on a particular system.
-Lares
--
Lares Moreau <lares.moreau@gmail.com> | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester | ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net | Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628 C5D4 7D94 483E 0D46 BB6E
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-12-19 23:12 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-19 21:48 [gentoo-dev] Changing description for the xml global use flag Petteri Räty
2005-12-19 21:56 ` Mike Frysinger
2005-12-19 22:19 ` Petteri Räty
2005-12-19 23:03 ` Mike Frysinger
2005-12-19 23:04 ` Lares Moreau [this message]
2005-12-19 23:17 ` Mike Frysinger
2005-12-20 0:22 ` Marius Mauch
2005-12-21 11:12 ` Christian Andreetta
2005-12-20 7:55 ` [gentoo-dev] " Duncan
2005-12-22 4:26 ` [gentoo-dev] " Mike Frysinger
2005-12-22 22:58 ` Stuart Herbert
2005-12-23 10:54 ` Petteri Räty
2005-12-23 14:13 ` Mike Frysinger
2005-12-29 11:35 ` Stuart Herbert
2005-12-29 11:52 ` Mike Frysinger
2005-12-29 13:06 ` Re[2]: " Jakub Moc
2005-12-29 13:20 ` Mike Frysinger
2005-12-29 17:29 ` Re[2]: " Jakub Moc
2005-12-29 22:58 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1135033495.7401.17.camel@localhost \
--to=lares.moreau@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox