Gentoo Archives: gentoo-dev

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] A new glep: Ebuild format and metadata handling
Date: Thu, 04 Jun 2009 01:03:10
Message-Id: 8b4c83ad0906031803u4fecc847y8e61e38a516e1893@mail.gmail.com
In Reply to: Re: [gentoo-dev] A new glep: Ebuild format and metadata handling by Wyatt Epp
1 On Thu, Jun 4, 2009 at 6:22 AM, Wyatt Epp <wyatt.epp@×××××.com> wrote:
2 > Okay, this has been bothering me....sorry if this is a sort of silly
3 > question, but why not just use the (already extant) metadata.xml for
4 > the...err, metadata about a package?
5 >
6
7 That's because package-manager critical information cannot be included
8 in an XML file, purely to prevent the added overhead of having to
9 implement an XML parser inside every package manager.
10
11 metadata.xml contains information that is relevant to the user and to
12 developers, not to the package manager.
13
14 --
15 ~Nirbheek Chauhan