2008/11/27 Jorge Peixoto de Morais Neto <[EMAIL PROTECTED]>: >>>> app-admin/findcruft2 >>> Which overlay? >> $ eix findcruft >> * app-admin/findcruft2 [3] >> Available versions: 20080831 >> Homepage: http://benedikt.boehm.name >> Description: findcruft2 is a tool to find orphaned files >> for unmerged packages >> > > Hum, findcruft2 yields a different list of cruft files. It is smaller; > I think it is better. > It is a pity, though, that findcruft2 is only offered through git. I > would prefer snapshots (more reliable)
I am not that familiar with git but I think he uses a git snapshot already by setting this options in the findcruft2 ebuild: EGIT_REPO_URI="git://git.xnull.de/findcruft2.git" EGIT_TREE="6b8c800f33aee3dc0bd9751ff1db2bf61668ff10" This will checkout a specific git tree and is somewhat the same as a snapshot. > or, having to choose a version > control system, I would prefer one that doesn't take 75MB of hard > disk. If is ironic to install git to get findcruft ... > By the way, I found it weird that git has a lot of git-* binaries in > /usr/bin that are all 777 KB. > Afaik these binaries are all the same and are there for compatibility with old versions and will be removed in future versions. As for now you can call "git some-command" and "git-some-command" which offers the same functionality, but in the future with these binaries removed only "git some-command" will be possible. -- Regards, Daniel