summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-12-25 14:04:09 +0000
committerChristian Heim <phreak@gentoo.org>2007-12-25 14:04:09 +0000
commit8a717991f50cf2c873f96c5d9a1cfb145b5bb1c0 (patch)
tree7979ec6df3ade541070227609ac180dc8171f2b6 /dev-util/cook
parentRemoving karltk from metadata.xml as per #200332. Assigning to maintainer-nee... (diff)
downloadgentoo-2-8a717991f50cf2c873f96c5d9a1cfb145b5bb1c0.tar.gz
gentoo-2-8a717991f50cf2c873f96c5d9a1cfb145b5bb1c0.tar.bz2
gentoo-2-8a717991f50cf2c873f96c5d9a1cfb145b5bb1c0.zip
Removing karltk from metadata.xml as per #200332. Assigning to maintainer-needed.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util/cook')
-rw-r--r--dev-util/cook/ChangeLog6
-rw-r--r--dev-util/cook/metadata.xml42
2 files changed, 25 insertions, 23 deletions
diff --git a/dev-util/cook/ChangeLog b/dev-util/cook/ChangeLog
index 61649934c363..f69efb5d4020 100644
--- a/dev-util/cook/ChangeLog
+++ b/dev-util/cook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cook
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.18 2007/08/13 20:46:10 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.19 2007/12/25 14:04:09 phreak Exp $
+
+ 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
+ Removing karltk from metadata.xml as per #200332. Assigning to
+ maintainer-needed.
13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> cook-2.26.ebuild:
ppc. stable
diff --git a/dev-util/cook/metadata.xml b/dev-util/cook/metadata.xml
index 88b1d0fc72ac..789302241486 100644
--- a/dev-util/cook/metadata.xml
+++ b/dev-util/cook/metadata.xml
@@ -1,27 +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>karltk@gentoo.org</email>
- <description>Temporary maintainer. Looking for a substitute.</description>
-</maintainer>
-<longdescription>
-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.
+ <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.
-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>
+ 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>