diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-22 13:12:08 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-22 13:12:08 +0000 |
commit | 451fd9d1e740d0c8bbcd083a415fe90654ce94f6 (patch) | |
tree | 9780b00d05e27591abd3bc08ea1c0bb02d7e8bb6 /dev-util/cook | |
parent | Removing hawking as a maintainer since he was retired. Fixed some QA warnings. (diff) | |
download | historical-451fd9d1e740d0c8bbcd083a415fe90654ce94f6.tar.gz historical-451fd9d1e740d0c8bbcd083a415fe90654ce94f6.tar.bz2 historical-451fd9d1e740d0c8bbcd083a415fe90654ce94f6.zip |
Removing hawking as a maintainer since he was retired.
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'dev-util/cook')
-rw-r--r-- | dev-util/cook/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cook/metadata.xml | 43 |
2 files changed, 27 insertions, 24 deletions
diff --git a/dev-util/cook/ChangeLog b/dev-util/cook/ChangeLog index 2cfe1868fef7..b5c835c131f0 100644 --- a/dev-util/cook/ChangeLog +++ b/dev-util/cook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cook -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.22 2008/09/25 14:12:11 hawking Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.23 2009/03/22 13:12:08 jmbsvicetto Exp $ + + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing hawking as a maintainer since he was retired. 25 Sep 2008; Ali Polatel <hawking@gentoo.org> metadata.xml: Add myself to metadata.xml diff --git a/dev-util/cook/metadata.xml b/dev-util/cook/metadata.xml index 82485cb0558b..812a4c65fd74 100644 --- a/dev-util/cook/metadata.xml +++ b/dev-util/cook/metadata.xml @@ -1,26 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>hawking@gentoo.org</email> - <name>Ali Polatel</name> - </maintainer> - <longdescription lang="en"> - Cook is a tool for constructing files. It is given a set of files to - create, and recipes of how to create them. In any non-trivial program - there will be prerequisites to performing the actions necessary to - creating any file, such as include files. Cook provides a mechanism to - define these. - - When a program is being developed or maintained, the programmer will - typically change one file of several which comprise the program. Cook - examines the last-modified times of the files to see when the - prerequisites of a file have changed, implying that the file needs to be - recreated as it is logically out of date. - - Cook also provides a facility for implicit recipes, allowing users to - specify how to form a file with a given suffix from a file with a - different suffix. For example, to create filename.o from filename.c - </longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + Cook is a tool for constructing files. It is given a set of files to + create, and recipes of how to create them. In any non-trivial program + there will be prerequisites to performing the actions necessary to + creating any file, such as include files. Cook provides a mechanism to + define these. + + When a program is being developed or maintained, the programmer will + typically change one file of several which comprise the program. Cook + examines the last-modified times of the files to see when the + prerequisites of a file have changed, implying that the file needs to be + recreated as it is logically out of date. + + Cook also provides a facility for implicit recipes, allowing users to + specify how to form a file with a given suffix from a file with a + different suffix. For example, to create filename.o from filename.c + </longdescription> </pkgmetadata> |