Gentoo Archives: gentoo-dev

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] biggest ebuilds/packages
Date: Tue, 16 Mar 2004 05:43:09
Message-Id: 1079415761.21165.29.camel@localhost
1 I was wondering which ebuilds were the longest, so I ran a little
2 one-liner to find it. Here's the results for the longest 50 ebuilds and
3 their packages; I thought other people might be interested.
4
5 Command for biggest ebuilds (no attempt made to optimize speed):
6 for i in `find /usr/portage -name *.ebuild` ; do wc -l $i ; done | sort
7 -n | tail -n 50 > big_ebuilds.txt
8
9 Biggest packages:
10 cat big_ebuilds.txt | cut -f2 -d' ' | cut -f4,5 -d/ | sort | uniq
11
12
13 Donnie
14 --
15 Donnie Berkholz
16 Gentoo Linux

Attachments

File name MIME type
big_ebuilds.txt text/plain
big_packages.txt text/plain
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] biggest ebuilds/packages Lisa Seelye <lisa@g.o>
Re: [gentoo-dev] biggest ebuilds/packages Aron Griffis <agriffis@g.o>