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 | b312338034ac9e5953ec366e8dd1aec36cc739c8 (patch) | |
tree | 3035e6543e23b219468159292c85268ba2c93475 /net-dns | |
parent | cvs timeout..redoing: marked stable, small comestic changes (diff) | |
download | gentoo-2-b312338034ac9e5953ec366e8dd1aec36cc739c8.tar.gz gentoo-2-b312338034ac9e5953ec366e8dd1aec36cc739c8.tar.bz2 gentoo-2-b312338034ac9e5953ec366e8dd1aec36cc739c8.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> |