grc (Generic Colouriser) hasn't been updated for a while in Gentoo (1.0.2).
Here are the changes between 1.0.2 and 1.0.6:
* applied patch that causes grcat to complain and exits when grcat can't find
the config file
* add "unchanged" colour
* do not require $HOME to be set (closes: #158316)
* added configuration file for colourising diff outputs
I basically reused the grc-1.0.2.ebuild. I changed DEPEND into RDEPEND since
python isn't used for the compiling/installing but only at runtime. I also
updated the keyword list to contains all the architectures since it's pure
python code (so arch independant) and used the untested version (but because the
program is so small and not a core application, I think it can be moved directly
into stable). Last, I removed the explicit setting of S since it's the default
value.
Thanks! New version on CVS.
In the future, please submit a diff between the old and current ebuild, instead
of a new ebuild.
Thanks again,
g2boojum