Tag Archives: portage

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} “; …