Gentoo Archives: gentoo-dev

From: Lisa Seelye <lisa@g.o>
To: donnie berkholz <spyderous@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] biggest ebuilds/packages
Date: Tue, 16 Mar 2004 05:55:42
Message-Id: 1079416505.23988.62.camel@lisa.thedoh.com
In Reply to: [gentoo-dev] biggest ebuilds/packages by Donnie Berkholz
1 On Tue, 2004-03-16 at 00:42, Donnie Berkholz wrote:
2 > I was wondering which ebuilds were the longest, so I ran a little
3 > one-liner to find it. Here's the results for the longest 50 ebuilds and
4 > their packages; I thought other people might be interested.
5 >
6 > Command for biggest ebuilds (no attempt made to optimize speed):
7 > for i in `find /usr/portage -name *.ebuild` ; do wc -l $i ; done | sort
8 > -n | tail -n 50 > big_ebuilds.txt
9 >
10 > Biggest packages:
11 > cat big_ebuilds.txt | cut -f2 -d' ' | cut -f4,5 -d/ | sort | uniq
12 >
13 >
14 > Donnie
15
16 That is wacky! Distcc 2.13-r1 is 143 lines and 2.12.1-r1 is 148. We
17 feel so small!!
18
19 Mad props to the maintainers of the big packages for keeping track on
20 huge ebuilds.
21 --
22 Regards,
23 -Lisa
24 <Quidquid latine dictum sit, altum viditur>

Attachments

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