On Mon, 2 Feb 2004 14:53:55 -0500 Kurt Lieber <[EMAIL PROTECTED]>
wrote:
| Valid point.  One suggestion I would have would be to add a "date
| created" stamp to each ebuild (or perhaps this information is already
| there in the header somewhere).

You can get that from cvs log. Something like the following in
gentoolkit-dev maybe?

edatemade() {
  cvs log $1 | sed -e '1,/^revision 1\.1$/d' | head -n 1 | \
    cut -d ';' -f 1
}

Better magic left as an exercise for the implementer :)

-- 
Ciaran McCreesh
Mail:    ciaranm at gentoo.org
Web:     http://dev.gentoo.org/~ciaranm

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to