public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Georgi Georgiev <chutz@gg3.net>
To: gentoo-dev@robin.gentoo.org
Subject: Re: [gentoo-dev] Copyright assignment and ownership (again)
Date: Mon, 28 Feb 2005 21:44:17 +0900	[thread overview]
Message-ID: <20050228124416.GB1621350@lion.gg3.net> (raw)
In-Reply-To: <4222FA2E.6010209@people.pl> <4222F6C5.8040901@gentoo.org>

maillog: 28/02/2005-11:47:33(+0100): Simon Stelling types
> Hi,
> 
> Georgi Georgiev wrote:
> >What patches? Are there still patches in FILESDIR?
> 
> blubb@aqua ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
> 5036
> 
> I always thought patches <20kb are okay in FILESDIR, did that change?

Not that I know of... but I still think FILESDIR should only contain
digests.

maillog: 28/02/2005-12:02:06(+0100): Krzysiek Pawlik types
> Simon Stelling wrote:
> >>What patches? Are there still patches in FILESDIR?
> >
> >blubb@aqua ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
> >5036
> 
> nelchael ~ # find /usr/portage/ -name "*.diff" | wc -l
> 1066
> 
> Count those too :)

Count all those .html, .conf, .rc, .txt .tar.gz (oh my!) and anything
that's in files but is not a digest.

Here is my piece of bashery:

$ find . -type f -path './*-*/*/files/*'  -not -name 'digest-*' | wc -l
9266
$ echo $(find . -type f -path '*/files/*' -not -name 'digest-*' | \
	xargs du -hsbc | awk  '/total$/ {print $1, "+"}' ) 0 | bc
20823960
$ du -hsb
93117041        .

So, between ⅕ and ¼ of the portage tree is patches, diffs, configs and
what else.

-- 
/    Georgi Georgiev   /  Martin was probably ripping them off.        /
\     chutz@gg3.net    \  That's some family, isn't it? Incest,        \
/   +81(90)6266-1163   /  prostitution, fanaticism, software. --       /
\  ------------------- \  Charles Willeford, "Miami Blues" wa          \
--
gentoo-dev@gentoo.org mailing list


      parent reply	other threads:[~2005-02-28 12:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-26 13:02 [gentoo-dev] Copyright assignment and ownership (again) Anthony Gorecki
2005-02-26 15:58 ` [gentoo-dev] gcc-4.0.0_alpha20050213 fails Andres Järv
2005-02-26 16:37   ` Stephen P. Becker
2005-02-26 17:50     ` Andres Järv
2005-02-26 17:58       ` Stephen P. Becker
2005-02-27 23:53       ` Luca Barbato
2005-02-27 12:35 ` [gentoo-dev] Copyright assignment and ownership (again) Jon Portnoy
2005-02-27 17:04   ` Joshua Brindle
2005-02-27 17:13   ` Ciaran McCreesh
2005-02-27 17:18     ` Simon Stelling
2005-02-27 17:21       ` Ciaran McCreesh
2005-02-27 23:05       ` Georgi Georgiev
2005-02-28 10:47         ` Simon Stelling
2005-02-28 11:02           ` Krzysiek Pawlik
2005-02-28  2:02     ` Anthony Gorecki
2005-02-28  5:11       ` Donnie Berkholz
2005-02-28 13:14       ` Chris Gianelloni
2005-02-28 12:44     ` Georgi Georgiev [this message]

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=20050228124416.GB1621350@lion.gg3.net \
    --to=chutz@gg3.net \
    --cc=gentoo-dev@gentoo.org \
    --cc=gentoo-dev@robin.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