From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-36437-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MC1ML-0003t7-PQ
	for garchives@archives.gentoo.org; Thu, 04 Jun 2009 01:03:10 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2AD5DE02E0;
	Thu,  4 Jun 2009 01:03:08 +0000 (UTC)
Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.146])
	by pigeon.gentoo.org (Postfix) with ESMTP id 03D34E02E0
	for <gentoo-dev@lists.gentoo.org>; Thu,  4 Jun 2009 01:03:07 +0000 (UTC)
Received: by qw-out-1920.google.com with SMTP id 5so279931qwf.10
        for <gentoo-dev@lists.gentoo.org>; Wed, 03 Jun 2009 18:03:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=3fqtJyR0+xweQ1NPjoceMKaEezQgo3wIsdNVwczckIk=;
        b=ttqzeF7x7cM/CmzHjFPdbFVQNojM5fg6mb5+uqd1GQtxhbMbcJTe2oIz/jZo921ZAF
         FQw2H3ZbKpKlJ6WuJh09mP9DCk3ObnXEddpCeZq1myrHzpf2VO0miiw2VF9QP0RnOQDs
         z66COeFjEHpUCQS46WsR2yzRZNZJWxNfcdJSo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=LcbIkNLbNO2wA9xeZa3LwvI/JaCQkfpYxrPb+I/WWF04UCU9isiNcE21ODnx8iNhqZ
         vXL+zjEzSCsgWE8c5y6+evDfQ+9JU9HBieqWPJZY0hejHGrHeaoupUbIPAd4AiNjEXGr
         6d2ZlC7MORXL4lLLbp6PRW2e0JjFOsfUftC6I=
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Sender: nirbheek.chauhan@gmail.com
Received: by 10.229.100.4 with SMTP id w4mr479622qcn.53.1244077386821; Wed, 03 
	Jun 2009 18:03:06 -0700 (PDT)
In-Reply-To: <eb9225a70906031752s1a0bf999rbbb6e5313c6d514e@mail.gmail.com>
References: <200905311556.19190.patrick@gentoo.org>
	 <4A230007.9090708@gentoo.org>
	 <eb9225a70906031752s1a0bf999rbbb6e5313c6d514e@mail.gmail.com>
Date: Thu, 4 Jun 2009 06:33:06 +0530
X-Google-Sender-Auth: dd6a6d7c2e8a23b5
Message-ID: <8b4c83ad0906031803u4fecc847y8e61e38a516e1893@mail.gmail.com>
Subject: Re: [gentoo-dev] A new glep: Ebuild format and metadata handling
From: Nirbheek Chauhan <nirbheek@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 3054ee6d-dc55-45aa-9623-194bf503dee8
X-Archives-Hash: 3aaa8de763c25e9642d13a0e0a7c0647

On Thu, Jun 4, 2009 at 6:22 AM, Wyatt Epp <wyatt.epp@gmail.com> wrote:
> Okay, this has been bothering me....sorry if this is a sort of silly
> question, but why not just use the (already extant) metadata.xml for
> the...err, metadata about a package?
>

That's because package-manager critical information cannot be included
in an XML file, purely to prevent the added overhead of having to
implement an XML parser inside every package manager.

metadata.xml contains information that is relevant to the user and to
developers, not to the package manager.

-- 
~Nirbheek Chauhan