version.sh: A script for recording version info of a Gentoo system
authorW. Trevor King <wking@tremily.us>
Thu, 17 Jan 2013 16:19:00 +0000 (11:19 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 10 May 2013 15:31:07 +0000 (11:31 -0400)
commit31cb76a3c0aa41ba1161024f852a23f84af61086
treea4104e95f70dcbe48f5559b34faf62063b2256d3
parent9cfa7d998a070c187cc8d7d75b374df337a195f2
version.sh: A script for recording version info of a Gentoo system

You can get a reasonable way towards this with:

  $ equery list '*'

but that doesn't give you revision granularity for live ebuilds (where
ebuild version 9999 could be anything :p).  Since most of my
experimental stack is live, I wrote up this script.
notes/version.sh [new file with mode: 0755]