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} "; qgrep -e "\-${i} Gentoo" | wc -l; done

Ebuild distribution by year

Since we currently has 4 active EAPI’s in tree another interesting question was: How EAPI’s are distributed across tree?

EAPI distribution

6 Responses to Some interesting stats about gentoo portage tree

  1. Pingback: Tweets that mention Some interesting stats about gentoo portage tree | Alexey Shvetsov -- Topsy.com

Leave a Reply to alexxy Cancel reply

Your email address will not be published.