Tag Archives: gentoo

Git commit signing in kde overlay

Recently with 1.7.9 release git gets support for git commit signing. This was one of the last show stoppers to migrate gentoo-x86 tree from cvs to git. In recent portage versions likeĀ 2.1.10.45 andĀ 2.2.0_alpha85 support for git gpg signed commits was …

Some interesting stats about gentoo portage tree

There is interesting question: How old are ebuilds in tree? (in term when they were touched last time) So using simple oneliner we can gather ebuilds by year # for i in `seq 2004 2010`; do echo -n “${i} “; …