Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaranm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: GLEP 19 -- Gentoo Stable Portage Tree
Date: Tue, 03 Feb 2004 10:57:16
Message-Id: 20040203103836.4eddd807@snowdrop.home
In Reply to: Re: [gentoo-dev] RFC: GLEP 19 -- Gentoo Stable Portage Tree by Kurt Lieber
1 On Mon, 2 Feb 2004 14:53:55 -0500 Kurt Lieber <klieber@g.o>
2 wrote:
3 | Valid point. One suggestion I would have would be to add a "date
4 | created" stamp to each ebuild (or perhaps this information is already
5 | there in the header somewhere).
6
7 You can get that from cvs log. Something like the following in
8 gentoolkit-dev maybe?
9
10 edatemade() {
11 cvs log $1 | sed -e '1,/^revision 1\.1$/d' | head -n 1 | \
12 cut -d ';' -f 1
13 }
14
15 Better magic left as an exercise for the implementer :)
16
17 --
18 Ciaran McCreesh
19 Mail: ciaranm at gentoo.org
20 Web: http://dev.gentoo.org/~ciaranm