Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@××××××××××××.org
Subject: Re: [gentoo-dev] Copyright assignment and ownership (again)
Date: Mon, 28 Feb 2005 12:44:23
Message-Id: 20050228124416.GB1621350@lion.gg3.net
In Reply to: Re: [gentoo-dev] Copyright assignment and ownership (again) by Simon Stelling
1 maillog: 28/02/2005-11:47:33(+0100): Simon Stelling types
2 > Hi,
3 >
4 > Georgi Georgiev wrote:
5 > >What patches? Are there still patches in FILESDIR?
6 >
7 > blubb@aqua ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
8 > 5036
9 >
10 > I always thought patches <20kb are okay in FILESDIR, did that change?
11
12 Not that I know of... but I still think FILESDIR should only contain
13 digests.
14
15 maillog: 28/02/2005-12:02:06(+0100): Krzysiek Pawlik types
16 > Simon Stelling wrote:
17 > >>What patches? Are there still patches in FILESDIR?
18 > >
19 > >blubb@aqua ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
20 > >5036
21 >
22 > nelchael ~ # find /usr/portage/ -name "*.diff" | wc -l
23 > 1066
24 >
25 > Count those too :)
26
27 Count all those .html, .conf, .rc, .txt .tar.gz (oh my!) and anything
28 that's in files but is not a digest.
29
30 Here is my piece of bashery:
31
32 $ find . -type f -path './*-*/*/files/*' -not -name 'digest-*' | wc -l
33 9266
34 $ echo $(find . -type f -path '*/files/*' -not -name 'digest-*' | \
35 xargs du -hsbc | awk '/total$/ {print $1, "+"}' ) 0 | bc
36 20823960
37 $ du -hsb
38 93117041 .
39
40 So, between ⅕ and ¼ of the portage tree is patches, diffs, configs and
41 what else.
42
43 --
44 / Georgi Georgiev / Martin was probably ripping them off. /
45 \ chutz@×××.net \ That's some family, isn't it? Incest, \
46 / +81(90)6266-1163 / prostitution, fanaticism, software. -- /
47 \ ------------------- \ Charles Willeford, "Miami Blues" wa \
48 --
49 gentoo-dev@g.o mailing list