Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cook: metadata.xml ChangeLog
Date: Sun, 22 Mar 2009 13:12:11
Message-Id: E1LlNTE-0006Tc-5F@stork.gentoo.org
1 jmbsvicetto 09/03/22 13:12:08
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Removing hawking as a maintainer since he was retired.
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-util/cook/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/metadata.xml?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/metadata.xml?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/metadata.xml?r1=1.3&r2=1.4
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cook/metadata.xml,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- metadata.xml 25 Sep 2008 14:12:11 -0000 1.3
22 +++ metadata.xml 22 Mar 2009 13:12:08 -0000 1.4
23 @@ -1,26 +1,25 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <herd>no-herd</herd>
28 - <maintainer>
29 - <email>hawking@g.o</email>
30 - <name>Ali Polatel</name>
31 - </maintainer>
32 - <longdescription lang="en">
33 - Cook is a tool for constructing files. It is given a set of files to
34 - create, and recipes of how to create them. In any non-trivial program
35 - there will be prerequisites to performing the actions necessary to
36 - creating any file, such as include files. Cook provides a mechanism to
37 - define these.
38 -
39 - When a program is being developed or maintained, the programmer will
40 - typically change one file of several which comprise the program. Cook
41 - examines the last-modified times of the files to see when the
42 - prerequisites of a file have changed, implying that the file needs to be
43 - recreated as it is logically out of date.
44 -
45 - Cook also provides a facility for implicit recipes, allowing users to
46 - specify how to form a file with a given suffix from a file with a
47 - different suffix. For example, to create filename.o from filename.c
48 - </longdescription>
49 + <herd>no-herd</herd>
50 + <maintainer>
51 + <email>maintainer-needed@g.o</email>
52 + </maintainer>
53 + <longdescription lang="en">
54 + Cook is a tool for constructing files. It is given a set of files to
55 + create, and recipes of how to create them. In any non-trivial program
56 + there will be prerequisites to performing the actions necessary to
57 + creating any file, such as include files. Cook provides a mechanism to
58 + define these.
59 +
60 + When a program is being developed or maintained, the programmer will
61 + typically change one file of several which comprise the program. Cook
62 + examines the last-modified times of the files to see when the
63 + prerequisites of a file have changed, implying that the file needs to be
64 + recreated as it is logically out of date.
65 +
66 + Cook also provides a facility for implicit recipes, allowing users to
67 + specify how to form a file with a given suffix from a file with a
68 + different suffix. For example, to create filename.o from filename.c
69 + </longdescription>
70 </pkgmetadata>
71
72
73
74 1.23 dev-util/cook/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?rev=1.23&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?rev=1.23&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?r1=1.22&r2=1.23
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v
83 retrieving revision 1.22
84 retrieving revision 1.23
85 diff -u -r1.22 -r1.23
86 --- ChangeLog 25 Sep 2008 14:12:11 -0000 1.22
87 +++ ChangeLog 22 Mar 2009 13:12:08 -0000 1.23
88 @@ -1,6 +1,10 @@
89 # ChangeLog for dev-util/cook
90 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.22 2008/09/25 14:12:11 hawking Exp $
92 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.23 2009/03/22 13:12:08 jmbsvicetto Exp $
94 +
95 + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
96 + metadata.xml:
97 + Removing hawking as a maintainer since he was retired.
98
99 25 Sep 2008; Ali Polatel <hawking@g.o> metadata.xml:
100 Add myself to metadata.xml