public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Paul de Vrieze <pauldv@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Adding metadata.xml files is past half way
Date: Wed, 31 Dec 2003 00:57:57 +0100	[thread overview]
Message-ID: <200312310057.58522.pauldv@gentoo.org> (raw)

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 1019 bytes --]


I just did some find's on my portage tree and I got the following results:

#number packages: 
find -name "*.ebuild"| cut -d "/" -f 2,3|uniq|wc -l
   6244

#number of metadata.xml files:
find -name "metadata.xml"| cut -d "/" -f 2,3|uniq|wc -l
   3607

#Combined size of the metadata files:
ls -l pkgList.xml
-rw-r--r--    1 paul     users      643455 Dec 31 00:41 pkgList.xml

#Number of references of no-herd (Get this to zero)
egrep no-?herd pkgList.xml |wc -l
    442

#Number of distinct herds mentioned, including noherd and no-herd:
grep "<herd" pkgList.xml|sed -e "s,\([ \t]*\),,g"|sort |uniq |wc -l
     90

#Number of actual herds in the herds.xml file:
grep "<herd" herds.xml |wc -l
     72

###### WHERE DID THOSE 18-2=16 PHANTOM HERDS COME FROM ??? ######

I'll get a list of those fantom herds tomorrow, but for now. Keep on creating 
metadata.xml files and herds.

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2003-12-31  0:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-30 23:57 Paul de Vrieze [this message]
2003-12-31  0:53 ` [gentoo-dev] Adding metadata.xml files is past half way Jeremy Maitin-Shepard

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=200312310057.58522.pauldv@gentoo.org \
    --to=pauldv@gentoo.org \
    --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