toonew.py is a simple script to check if there are any new stable packages in the Gentoo portage
between the current and the previous update performed.  It is very crude, and will probably claim lots of 
packages to be new, when they are not, but in general, it gives you a quick overview of what's
new.
I recommend running it after each time you emerge --sync with the update flag (ie toonew.py -u)
Update takes a while to run (many minutes on my machine), but running it after it has updated
should be fast.

(Note: The first time you run the program, it will think that everything is new)

This script was written to scratch an itch, since I couldn't find how to scratch it with the
portage tools. I'll take patches to improve correctness, speed, to add an ebuild, or small
related features, but I do not want this to become a big program.

If you do have patches or comments, please send them to me at alito@organicrobot.com
Alejandro Dubrovsky

