summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-09-25 05:42:02 -0400
committerJesus Rivero <neurogeek@gentoo.org>2011-09-25 05:42:02 -0400
commitbdaf557f19876472cde430a53259b9e0bfee55fb (patch)
tree11f7a35051449f31d951b77399a53e409f55ca81 /docs
parentFixed some failing tests (diff)
downloadmetagen-bdaf557f19876472cde430a53259b9e0bfee55fb.tar.gz
metagen-bdaf557f19876472cde430a53259b9e0bfee55fb.tar.bz2
metagen-bdaf557f19876472cde430a53259b9e0bfee55fb.zip
Removed support for no-herd and empty herd tagsv0.6.1
Diffstat (limited to 'docs')
-rw-r--r--docs/README5
-rw-r--r--docs/metagen.17
2 files changed, 5 insertions, 7 deletions
diff --git a/docs/README b/docs/README
index 4f6bf0b..56c56c9 100644
--- a/docs/README
+++ b/docs/README
@@ -47,13 +47,11 @@ metagen -H python
metagen -m
- * This takes the maintainer info from your ECHANGELOG_USER variable
- and assigns "no-herd" as the herd.
+ * This takes the maintainer info from your ECHANGELOG_USER variable.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEMhttp://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>pythonhead@gentoo.org</email>
<name>Rob Cakebread</name>
@@ -68,7 +66,6 @@ metagen -m -d "I maintain this because I'm crazy."
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEMhttp://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>pythonhead@gentoo.org</email>
<name>Rob Cakebread</name>
diff --git a/docs/metagen.1 b/docs/metagen.1
index 0977087..c80d5db 100644
--- a/docs/metagen.1
+++ b/docs/metagen.1
@@ -1,4 +1,4 @@
-.\" Contact pythonhead@gentoo.org to correct errors or omissions.
+.\" Contact neurogeek@gentoo.org to correct errors or omissions.
.TH man 1 "22 August 2004" "1.0" "metagen man page"
.SH NAME
.B metagen
@@ -8,7 +8,7 @@
[options]
.SH DESCRIPTION
.B metagen
-will create a valid metadata.xml file in the current directory. metadata.xml requires a herd tag (-H). If you only specify a package maintainer's email address (-e) "no-herd" will be inserted in the herd tag automatically.
+will create a valid metadata.xml file in the current directory.
If you need multiple elements, such as two herds, use a comma to
separate them. See EXAMPLES.
@@ -67,7 +67,7 @@ Creates metadata in current directory with two herds and long description
-d 'The voices in my head told me to maintain this package' \
-Q
-herd='no-herd', maintainer email, maintainer name, description of maintainership, to stdout only
+maintainer email, maintainer name, description of maintainership, to stdout only
.B metagen -H net-p2p,python -e jo@gentoo.org,flo@gentoo.org \
@@ -89,6 +89,7 @@ No known bugs at this time.
.SH AUTHOR
.nf
Rob 'pythonhead' Cakebread (pythonhead@gentoo.org)
+Jesus Rivero (neurogeek@gentoo.org)
.fi
.SH HISTORY
2004 \- Initial revision