diff options
author | Jeffrey Forman <jforman@gentoo.org> | 2004-06-23 14:29:55 +0000 |
---|---|---|
committer | Jeffrey Forman <jforman@gentoo.org> | 2004-06-23 14:29:55 +0000 |
commit | 28951cd7fd7b4d5ca19d4a3cfd1dc35994c8e64b (patch) | |
tree | de3408c0f0569839fb316e207595c7863c64008b /net-dns | |
parent | cvs timeout..redoing: marked stable, small comestic changes (diff) | |
download | historical-28951cd7fd7b4d5ca19d4a3cfd1dc35994c8e64b.tar.gz historical-28951cd7fd7b4d5ca19d4a3cfd1dc35994c8e64b.tar.bz2 historical-28951cd7fd7b4d5ca19d4a3cfd1dc35994c8e64b.zip |
initial metadata.xml for bind
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-dns/bind/metadata.xml b/net-dns/bind/metadata.xml new file mode 100644 index 000000000000..a6467b6241ec --- /dev/null +++ b/net-dns/bind/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!-- + +This is the example metadata file. +The root element of this file is <pkgmetadata>. Within this element a +number of subelements are allowed: herd, maintainer, and +longdescription. herd is a required subelement. + +For a full description look at: +http://www.gentoo.org/proj/en/metastructure/herds/ + + +Before committing, please remove the comments from this file. They are +not relevant for general metadata.xml files. +--> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>jforman@gentoo.org</email> + <description>Jeffrey Forman</description> +</maintainer> +<longdescription>ISC's bind dns server, used the world 'round.</longdescription> + +</pkgmetadata> |